fipa_services
Classes | Typedefs
fipa::services::message_transport Namespace Reference

Classes

class  MessageTransport
 Service responsible for handling FIPA message and managing the forwarding and relaying. More...
 

Typedefs

typedef boost::function2< bool, const std::string &, const fipa::acl::Letter & > MessageTransportHandler
 MessageTransportHandler needs to return success of the delivery. More...
 
typedef std::map< std::string, MessageTransportHandlerMessageTransportHandlerMap
 
typedef std::vector< std::string > MessageTransportPriorityList
 

Typedef Documentation

typedef boost::function2<bool, const std::string&, const fipa::acl::Letter&> fipa::services::message_transport::MessageTransportHandler

MessageTransportHandler needs to return success of the delivery.