RSB
0.7.0
|
Objects of classes which implement this interface can be used to send events by means of one transport mechanism. More...
#include <OutConnector.h>
Public Types | |
typedef boost::shared_ptr < OutConnector > | Ptr |
Public Member Functions | |
virtual | ~OutConnector () |
Public Member Functions inherited from rsb::transport::Connector | |
virtual | ~Connector () |
virtual void | activate ()=0 |
Activates the connector. | |
virtual void | deactivate ()=0 |
virtual void | setQualityOfServiceSpecs (const QualityOfServiceSpec &specs)=0 |
Requests new QoS settings for publishing events. | |
Public Member Functions inherited from rsb::eventprocessing::Handler | |
virtual | ~Handler () |
virtual void | handle (EventPtr event)=0 |
Handle event. |
Objects of classes which implement this interface can be used to send events by means of one transport mechanism.
The handle method of this class has to update the send time of the event meta data according to the time the event was sent on the wire.
Definition at line 47 of file OutConnector.h.
typedef boost::shared_ptr<OutConnector> rsb::transport::OutConnector::Ptr |
Definition at line 51 of file OutConnector.h.
|
virtual |
Reimplemented in rsb::transport::socket::OutConnector, and rsb::spread::OutConnector.
Definition at line 32 of file OutConnector.cpp.