RSB
0.7.0
|
#include <InConnector.h>
Public Member Functions | |
virtual | ~InConnector () |
void | printContents (std::ostream &stream) const |
virtual void | activate () |
Activates the connector. | |
virtual void | deactivate () |
virtual Scope | getScope () const |
virtual void | setScope (const Scope &scope) |
Sets the scope this connector will receive events from. | |
Public Member Functions inherited from rsb::eventprocessing::Handler | |
virtual | ~Handler () |
virtual void | handle (EventPtr event)=0 |
Handle event. |
Protected Member Functions | |
InConnector () |
Private Attributes | |
rsc::logging::LoggerPtr | logger |
Scope | scope |
bool | active |
Additional Inherited Members | |
Public Types inherited from rsb::transport::InConnector | |
typedef boost::shared_ptr < InConnector > | Ptr |
Definition at line 49 of file InConnector.h.
|
virtual |
Reimplemented from rsb::transport::InConnector.
Definition at line 43 of file InConnector.cpp.
References active, and deactivate().
|
protected |
Definition at line 38 of file InConnector.cpp.
|
virtual |
Activates the connector.
Settings made between construction and activation via this method must be applied on a call to this method.
Implements rsb::transport::Connector.
Definition at line 65 of file InConnector.cpp.
|
virtual |
Implements rsb::transport::Connector.
Definition at line 73 of file InConnector.cpp.
References active, and logger.
Referenced by ~InConnector().
|
virtual |
Definition at line 53 of file InConnector.cpp.
References scope.
Referenced by rsb::inprocess::Bus::removeSink().
void rsb::inprocess::InConnector::printContents | ( | std::ostream & | stream | ) | const |
Definition at line 49 of file InConnector.cpp.
References scope.
|
virtual |
Sets the scope this connector will receive events from.
scope | scope of the connector |
Implements rsb::transport::InConnector.
Definition at line 57 of file InConnector.cpp.
|
private |
Definition at line 68 of file InConnector.h.
Referenced by activate(), deactivate(), setScope(), and ~InConnector().
|
private |
Definition at line 64 of file InConnector.h.
Referenced by activate(), and deactivate().
|
private |
Definition at line 66 of file InConnector.h.
Referenced by getScope(), printContents(), and setScope().