appkit  1.5.1
RoadNarrows Robotics Application Kit
StateEventStart Class Reference

Start state event class. More...

Inheritance diagram for StateEventStart:

Public Member Functions

 StateEventStart ()
 Constuctor.
 
virtual ~StateEventStart ()
 Destructor.
 
virtual int execAction (State *pState, int nPrevStateId, int nEventId)
 Execute event action. More...
 

Detailed Description

Start state event class.

Definition at line 117 of file ut-sm.cxx.

Member Function Documentation

virtual int StateEventStart::execAction ( State *  pState,
int  nPrevStateId,
int  nEventId 
)
inlinevirtual

Execute event action.

Parameters
pStateState owning this event.
nPrevStateIdPrevious state id.
nEventIdEvent id.
Returns
Next state id.

Definition at line 135 of file ut-sm.cxx.

References StateIdA.

136  {
137  return StateIdA;
138  }
static const int StateIdA
state A
Definition: ut-sm.cxx:81

The documentation for this class was generated from the following file: