Serial-TCP/IPbridge  1.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCauto_array< T >Limited version of std::auto_ptr for dynamic arrays
oCConfigBase class for all configuration classes
|oCSerialConfigConfiguration for a TCP/IP server
|\CTCPIPConfigConfiguration for a TCP/IP server
oCConfigParserConfiguration parser
oCConnectionAbstract class for all connection types
|oCSerialConnectionSerial connection (via a serial port)
|\CTCPIPConnectionTCP/IP connection
oCexception
|\CBaseExceptionBase exception class for all project exceptions
| oCConfig::InvalidValueErrorThis exception should be thrown if some configuration value is invalid
| oCConfigParser::ParsingErrorThis exception is thrown if there is an error during parsing
| oCConnection::ConnectionErrorThis exception is thrown in case of a connection related problem
| |\CConnection::ConnectionClosedThis exception is thrown when trying to read or send a message while the connection is closed
| oCTCPIPServer::TCPIPServerErrorThis exception is thrown in case of some server error
| \CThreadingErrorException for threading errors reporting
oCSharedBufferMessage buffer that can be used in separate threads
\CTCPIPServerTCPIP server that accepts client connections