Serial-TCP/IPbridge
1.0
|
auto_array< T > | Limited version of std::auto_ptr for dynamic arrays |
Config | Base class for all configuration classes |
SerialConfig | Configuration for a TCP/IP server |
TCPIPConfig | Configuration for a TCP/IP server |
ConfigParser | Configuration parser |
Connection | Abstract class for all connection types |
SerialConnection | Serial connection (via a serial port) |
TCPIPConnection | TCP/IP connection |
exception | |
BaseException | Base exception class for all project exceptions |
Config::InvalidValueError | This exception should be thrown if some configuration value is invalid |
ConfigParser::ParsingError | This exception is thrown if there is an error during parsing |
Connection::ConnectionError | This exception is thrown in case of a connection related problem |
Connection::ConnectionClosed | This exception is thrown when trying to read or send a message while the connection is closed |
TCPIPServer::TCPIPServerError | This exception is thrown in case of some server error |
ThreadingError | Exception for threading errors reporting |
SharedBuffer | Message buffer that can be used in separate threads |
TCPIPServer | TCPIP server that accepts client connections |