EventTrans Class Reference#include <EventTrans.h>
Inheritance diagram for EventTrans:
[legend]List of all members.
Detailed Description
causes a transition when the specified event is received
Definition at line 10 of file EventTrans.h.
|
Public Member Functions |
virtual void | DoStart () |
| starts listening
|
virtual void | DoStop () |
| stops listening
|
virtual void | processEvent (const EventBase &) |
| fire the transition if an event is seen
|
|
follows general pattern of EventRouter::addListener() |
| EventTrans (StateNode *destination, EventBase::EventGeneratorID_t gid) |
| EventTrans (StateNode *destination, EventBase::EventGeneratorID_t gid, unsigned int sid) |
| EventTrans (StateNode *destination, EventBase::EventGeneratorID_t gid, unsigned int sid, EventBase::EventTypeID_t tid) |
| EventTrans (const std::string &name, StateNode *destination, EventBase::EventGeneratorID_t gid) |
| EventTrans (const std::string &name, StateNode *destination, EventBase::EventGeneratorID_t gid, unsigned int sid) |
| EventTrans (const std::string &name, StateNode *destination, EventBase::EventGeneratorID_t gid, unsigned int sid, EventBase::EventTypeID_t tid) |
Private Attributes |
int | argcount |
| the number of arguments which were supplied to the constructor (granularity of filtering)
|
EventBase::EventGeneratorID_t | egid |
| the requested generator
|
unsigned int | esid |
| the requested source
|
EventBase::EventTypeID_t | etid |
| the requested type
|
Constructor & Destructor Documentation
Member Function Documentation
virtual void EventTrans::DoStart |
( |
|
) |
[inline, virtual] |
|
virtual void EventTrans::DoStop |
( |
|
) |
[inline, virtual] |
|
virtual void EventTrans::processEvent |
( |
const EventBase & |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
the number of arguments which were supplied to the constructor (granularity of filtering)
Definition at line 12 of file EventTrans.h.
Referenced by DoStart(), and EventTrans(). |
The documentation for this class was generated from the following file:
|