![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
(2,3) Turing Machine's state B, symbol 0 event. More...
Public Member Functions | |
| StateEventBSym0 () | |
| Constuctor. | |
| virtual | ~StateEventBSym0 () |
| 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, enter state A.
| pState | State owning this event. |
| nPrevStateId | Previous state id. |
| nEventId | Event id. |
Definition at line 643 of file ut-sm.cxx.
References EventIdSymbol, and StateIdA.