#include <NetworkThread.h>
List of all members.
Public Member Functions |
| NetworkThread (SourceNode *sn) |
bool | foundInputSource () |
bool | startAcquisition () |
bool | stopAcquisition () |
int | getNumChannels () |
float | getSampleRate () |
| DataThread (SourceNode *sn) |
void | run () |
DataBuffer * | getBufferAddress () |
virtual float | getBitVolts ()=0 |
Private Member Functions |
bool | updateBuffer () |
| JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (NetworkThread) |
Private Attributes |
DataBuffer * | dataBuffer |
float | thisSample [8] |
Detailed Description
–OBSOLETE–
Receives data from a network source.
- See also:
- DataThread
The documentation for this class was generated from the following file: