RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsb::transport::InConnector Class Reference

Objects of classes which implement this interface can be used to receive events by means of one transport mechanism. More...

#include <InConnector.h>

Inheritance diagram for rsb::transport::InConnector:
Inheritance graph
Collaboration diagram for rsb::transport::InConnector:
Collaboration graph

Public Types

typedef boost::shared_ptr
< InConnector
Ptr
 

Public Member Functions

virtual ~InConnector ()
 
- Public Member Functions inherited from rsb::transport::Connector
virtual ~Connector ()
 
virtual void setScope (const Scope &scope)=0
 Sets the scope this connector will send/receive events to/from. More...
 
virtual void activate ()=0
 Activates the connector. More...
 
virtual void deactivate ()=0
 
virtual void setQualityOfServiceSpecs (const QualityOfServiceSpec &specs)=0
 Requests new QoS settings for publishing events. More...
 
- Public Member Functions inherited from rsb::filter::FilterObserver
 FilterObserver ()
 
virtual ~FilterObserver ()
 
virtual void notify (Filter *filter, const FilterAction::Types &at)
 
virtual void notify (ScopeFilter *filter, const FilterAction::Types &at)
 

Detailed Description

Objects of classes which implement this interface can be used to receive events by means of one transport mechanism.

Received events are dispatched to an associated observer.

Author
jmoringe

Definition at line 50 of file InConnector.h.

Member Typedef Documentation

typedef boost::shared_ptr<InConnector> rsb::transport::InConnector::Ptr

Definition at line 54 of file InConnector.h.

Constructor & Destructor Documentation

rsb::transport::InConnector::~InConnector ( )
virtual

The documentation for this class was generated from the following files: