![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
(2,3) Turing Machine's state A, symbol 1 event. More...
Public Member Functions | |
| StateEventASym1 () | |
| Constuctor. | |
| virtual | ~StateEventASym1 () |
| Destructor. | |
| virtual bool | evalGuardExpr (State *pState, int nPrevStateId, int nEventId) |
| Evaluate event guard condition. More... | |
| virtual int | execAction (State *pState, int nPrevStateId, int nEventId) |
| Execute event action. More... | |
|
inlinevirtual |
|
inlinevirtual |
Execute event action.
Print symbol 2, move left, stay in state A.
| pState | State owning this event. |
| nPrevStateId | Previous state id. |
| nEventId | Event id. |
Definition at line 498 of file ut-sm.cxx.
References EventIdSymbol, and StateIdA.