|
TOBI Interface A
0.1
|
ControlConnection handles a single TCP control connection to one client. More...
#include <control_connection.h>
Public Types | |
|
typedef boost::shared_ptr < ControlConnection > | pointer |
| Control Connection Handle. | |
|
typedef std::pair< int, std::string > | ConnectionID |
Public Member Functions | |
| virtual | ~ControlConnection () |
| Destructor. | |
| void | start () |
| Start the first asynchronous operation for the connection. | |
Static Public Member Functions | |
| static pointer | create (boost::asio::io_service &io_service, const ConnectionID &id, ControlConnectionServer &ctl_conn_server, const TCPConnection::pointer &tcp_conn_handle) |
| Creates a new ControlConnection. | |
ControlConnection handles a single TCP control connection to one client.
Definition at line 73 of file control_connection.h.