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