fipa_services
Namespaces | Classes | Typedefs
fipa::services::transports Namespace Reference

Namespaces

 tcp
 
 udt
 

Classes

class  Address
 Communication address specified by IP, port, and protocol. More...
 
struct  Configuration
 
class  Connection
 A connection is defined by a communication address. More...
 
class  OutgoingConnection
 A unidirectional, outgoing connection that allows to send fipa letters to a receiver. More...
 
class  Transport
 Connection management base class. More...
 

Typedefs

typedef boost::function1< void, const std::string & > TransportObserver
 Allow to register callbacks with a transport once data arrives. More...
 

Typedef Documentation

typedef boost::function1<void, const std::string&> fipa::services::transports::TransportObserver

Allow to register callbacks with a transport once data arrives.