Mercurial > hg > beaglert
diff include/NetworkSend.h @ 116:8341df5e404b scope-refactoring
Refactoring
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 19 Aug 2015 23:22:39 +0100 |
parents | 7dfae7b7ab12 |
children | c692827083e1 |
line wrap: on
line diff
--- a/include/NetworkSend.h Wed Aug 19 23:14:37 2015 +0100 +++ b/include/NetworkSend.h Wed Aug 19 23:22:39 2015 +0100 @@ -26,7 +26,7 @@ UdpClient udpClient; static bool staticConstructed; static void staticConstructor(); - static AuxiliaryTask transmitAudioTask; //TODO: allow different AuxiliaryTasks for different priorities (e.g.: audio vs scope) + static AuxiliaryTask sendDataTask; //TODO: allow different AuxiliaryTasks for different priorities (e.g.: audio vs scope) static std::vector<NetworkSend *> objAddrs; public: NetworkBuffer channel;