TOBI Interface A  0.1
tia::ControlConnection Class Reference

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.

Detailed Description

ControlConnection handles a single TCP control connection to one client.

Todo:
Improve documentation of this class.

Definition at line 73 of file control_connection.h.


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations