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 |
| 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) |
virtual void | DoStart () |
| starts listening
|
virtual void | DoStop () |
| stops listening
|
virtual void | processEvent (const EventBase &) |
| fire the transition if an event is seen
|
Private Attributes |
int | argcount |
EventBase::EventGeneratorID_t | egid |
unsigned int | esid |
EventBase::EventTypeID_t | etid |
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 documentation for this class was generated from the following file:
|