#include <EncapDispatcher.h>
Inheritance diagram for Eris::EncapDispatcher:

Public Member Functions | |
| EncapDispatcher (const std::string &nm, const unsigned int pos=0) | |
| Standard constructor. | |
| virtual bool | dispatch (DispatchContextDeque &dq) |
| primary invocation method; called by the parent node when a message is received | |
Static Public Member Functions | |
| Dispatcher * | newAnonymous () |
Protected Attributes | |
| const unsigned int | _position |
|
||||||||||||
|
Standard constructor.
|
1.3-rc3