#include <SignalDispatcher.h>
Inheritance diagram for Eris::MessageDispatcher:
Public Member Functions | |
MessageDispatcher (const std::string &nm, const SigC::Slot1< void, const Atlas::Message::Element & > &slot) | |
standard constructor | |
virtual bool | dispatch (DispatchContextDeque &dq) |
primary invocation method; called by the parent node when a message is received | |
Protected Attributes | |
SigC::Signal1< void, const Atlas::Message::Element & > | Signal |
This is most useful in conjunction with the EncapDispatcher, where the de-encapsulated object is not an Atlas::Object, but simple some defined map or list structure.
|
standard constructor
|