Async
1.5.0
|
▼NAsync | Namespace for the asynchronous programming classes |
CApplication | The base class for asynchronous applications |
CAtTimer | A timer that times out at a specified absolute time |
CAudioAmp | An audio pipe class for amplification/attenuation of an audio stream |
CAudioClipper | An audio pipe class to clip audio to a given maximum level |
CAudioCompressor | A class to do audio compression/limiting |
CAudioDebugger | This class is used to debug an audio stream |
CAudioDecimator | Decimates a higher sample rate into a lower one |
CAudioDecoder | Base class for an audio decoder |
CAudioDelayLine | This class implements an audio delay line |
CAudioDevice | Base class for handling audio devices |
CAudioDeviceFactory | A factory class for audio devices |
CAudioEncoder | Base class for an audio encoder |
CAudioFifo | A FIFO class for handling audio samples |
CAudioFilter | A class for creating a wide range of audio filters |
CAudioGenerator | A class for generating periodic audio signals |
CAudioInterpolator | Interpolates a lower sampling rate to a higher one |
CAudioIO | A class for handling audio input/output to an audio device |
CAudioJitterFifo | A FIFO class for handling audio samples |
CAudioMixer | A class for mixing audio streams |
CAudioNoiseAdder | A class to add gaussian white noise to an audio stream |
CAudioPacer | An audio pipe class that pace audio output |
CAudioPassthrough | This class just let the audio pass through |
CAudioProcessor | The base class for an audio processor |
CAudioReader | An audio pipe component for on demand reading samples |
CAudioRecorder | A class for recording raw audio to a file |
CAudioSelector | This class is used to select one of many audio streams |
CAudioSink | The base class for an audio sink |
CAudioSource | The base class for an audio source |
CAudioSplitter | A class that splits an audio stream into multiple streams |
CAudioStreamStateDetector | A class that just passes the audio through and fires an event when the stream state changes |
CAudioValve | Implements a "valve" for audio |
CConfig | A class for reading INI-formatted configuration files |
CCppApplication | An application class for writing non GUI applications |
CDnsLookup | A class for performing asynchronous DNS lookups |
CEnvelopeDetector | |
CExec | Execute external commands |
CFdWatch | A class for watching file descriptors |
CFileReader | |
CFramedTcpConnection | A TCP connection with framed instead of streamed content |
CIpAddress | A class for representing an IP address in an OS independent way |
CMsg | Base class for all messages |
CMsgPacker | |
CMsgPacker< char > | |
CMsgPacker< double > | |
CMsgPacker< float > | |
CMsgPacker< int16_t > | |
CMsgPacker< int32_t > | |
CMsgPacker< int64_t > | |
CMsgPacker< int8_t > | |
CMsgPacker< std::map< Tag, Value > > | |
CMsgPacker< std::string > | |
CMsgPacker< std::vector< I > > | |
CMsgPacker< uint16_t > | |
CMsgPacker< uint32_t > | |
CMsgPacker< uint64_t > | |
CMsgPacker< uint8_t > | |
CPacker16 | |
CPacker32 | |
CPacker64 | |
CPacker8 | |
CPty | A wrapper class for using a PTY |
CPtyStreamBuf | A stream buffer class to stream characters to a PTY |
CQtApplication | An application class for writing GUI applications in Qt |
CSerial | A class for using asyncronous serial communications |
CSigCAudioSink | An adapter class to connect to an AudioSource class using SigC |
CSigCAudioSource | An adapter class to connect to an AudioSink class using SigC |
CTcpClient | A class for creating a TCP client connection |
CTcpClientBase | A base class for creating a TCP client connection |
CTcpConnection | A class for handling exiting TCP connections |
CTcpServer | A class for creating a TCP server |
CTcpServerBase | The base class for creating a TCP server |
CTimer | A class that produces timer events |
CUdpSocket | A class for working with UDP sockets |