Async 1.5.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NAsyncNamespace for the asynchronous programming classes
 CApplicationThe base class for asynchronous applications
 CAtTimerA timer that times out at a specified absolute time
 CAudioAmpAn audio pipe class for amplification/attenuation of an audio stream
 CAudioClipperAn audio pipe class to clip audio to a given maximum level
 CAudioCompressorA class to do audio compression/limiting
 CAudioDebuggerThis class is used to debug an audio stream
 CAudioDecimatorDecimates a higher sample rate into a lower one
 CAudioDecoderBase class for an audio decoder
 CAudioDelayLineThis class implements an audio delay line
 CAudioDeviceBase class for handling audio devices
 CAudioDeviceFactoryA factory class for audio devices
 CAudioEncoderBase class for an audio encoder
 CAudioFifoA FIFO class for handling audio samples
 CAudioFilterA class for creating a wide range of audio filters
 CAudioGeneratorA class for generating periodic audio signals
 CAudioInterpolatorInterpolates a lower sampling rate to a higher one
 CAudioIOA class for handling audio input/output to an audio device
 CAudioJitterFifoA FIFO class for handling audio samples
 CAudioMixerA class for mixing audio streams
 CAudioNoiseAdderA class to add gaussian white noise to an audio stream
 CAudioPacerAn audio pipe class that pace audio output
 CAudioPassthroughThis class just let the audio pass through
 CAudioProcessorThe base class for an audio processor
 CAudioReaderAn audio pipe component for on demand reading samples
 CAudioRecorderA class for recording raw audio to a file
 CAudioSelectorThis class is used to select one of many audio streams
 CAudioSinkThe base class for an audio sink
 CAudioSourceThe base class for an audio source
 CAudioSplitterA class that splits an audio stream into multiple streams
 CAudioStreamStateDetectorA class that just passes the audio through and fires an event when the stream state changes
 CAudioValveImplements a "valve" for audio
 CConfigA class for reading INI-formatted configuration files
 CCppApplicationAn application class for writing non GUI applications
 CDnsLookupA class for performing asynchronous DNS lookups
 CEnvelopeDetector
 CExecExecute external commands
 CFdWatchA class for watching file descriptors
 CFileReader
 CFramedTcpConnectionA TCP connection with framed instead of streamed content
 CIpAddressA class for representing an IP address in an OS independent way
 CMsgBase 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
 CPtyA wrapper class for using a PTY
 CPtyStreamBufA stream buffer class to stream characters to a PTY
 CQtApplicationAn application class for writing GUI applications in Qt
 CSerialA class for using asyncronous serial communications
 CSigCAudioSinkAn adapter class to connect to an AudioSource class using SigC
 CSigCAudioSourceAn adapter class to connect to an AudioSink class using SigC
 CTcpClientA class for creating a TCP client connection
 CTcpClientBaseA base class for creating a TCP client connection
 CTcpConnectionA class for handling exiting TCP connections
 CTcpServerA class for creating a TCP server
 CTcpServerBaseThe base class for creating a TCP server
 CTimerA class that produces timer events
 CUdpSocketA class for working with UDP sockets