Mercurial > hg > beaglert
comparison 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 |
comparison
equal
deleted
inserted
replaced
115:a0e24514fc97 | 116:8341df5e404b |
---|---|
24 int sampleCount; | 24 int sampleCount; |
25 float sampleRate; | 25 float sampleRate; |
26 UdpClient udpClient; | 26 UdpClient udpClient; |
27 static bool staticConstructed; | 27 static bool staticConstructed; |
28 static void staticConstructor(); | 28 static void staticConstructor(); |
29 static AuxiliaryTask transmitAudioTask; //TODO: allow different AuxiliaryTasks for different priorities (e.g.: audio vs scope) | 29 static AuxiliaryTask sendDataTask; //TODO: allow different AuxiliaryTasks for different priorities (e.g.: audio vs scope) |
30 static std::vector<NetworkSend *> objAddrs; | 30 static std::vector<NetworkSend *> objAddrs; |
31 public: | 31 public: |
32 NetworkBuffer channel; | 32 NetworkBuffer channel; |
33 NetworkSend(); | 33 NetworkSend(); |
34 ~NetworkSend(); | 34 ~NetworkSend(); |