#include <NullIO.h>
Inheritance diagram for csl::NullIO:

Public Member Functions | |
| NullIO () | |
| Constructor. | |
| virtual | ~NullIO () |
| void | start () throw (CException) |
| start my timer thread | |
| void | stop () throw (CException) |
| stop the timer thread | |
| Buffer & | getInput () throw (CException) |
| Buffer & | getInput (unsigned numFrames, unsigned numChannels) throw (CException) |
Static Protected Member Functions | |
| static void * | FeederFunction (void *arg) |
| shared init function | |
Protected Attributes | |
| bool | mRunning |
| Thread * | mThread |
| whether or not I'm running my timer thread | |
| Synch * | mSynch |
| Buffer | mEmptyBuffer |
|
|
Constructor.
|
|
|
|
|
|
start my timer thread < start my timer thread whether or not I'm running < my timer thread |
|
|
stop the timer thread < stop the timer thread |
|
|
|
|
||||||||||||
|
|
|
|
shared init function
|
|
|
|
|
|
whether or not I'm running my timer thread
Reimplemented from csl::ThreadPthread. |
|
|
|
|
|
|
1.4.5-20051010