Serial-TCP/IPbridge
1.0
|
This is the complete list of members for Connection, including all inherited members.
_config | Connection | private |
_timeout | Connection | private |
close()=0 | Connection | pure virtual |
Connection(const Config &config, time_t timeout) | Connection | |
Connection(const Connection &) | Connection | private |
doReceiveMessage(Config::LengthFieldMessageLength messageLength)=0 | Connection | privatepure virtual |
doSendMessage(const std::string &message)=0 | Connection | privatepure virtual |
operator=(const Connection &) | Connection | private |
receiveFixedLengthMessage(Config::LengthFieldMessageLength messageLength) | Connection | private |
sendMessageAtOnce(const std::string &message) | Connection | private |
tryReceiveMessage() | Connection | |
tryReceiveMessageViaBuffer() | Connection | private |
tryReceiveMessageViaLengthField() | Connection | private |
trySendMessage(const std::string &message) | Connection | |
trySendMessageViaLengthField(const std::string &message) | Connection | private |
~Connection() | Connection | virtual |