![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
(2,3) Turing Machine's state B. More...
Public Member Functions | |
| StateB () | |
| Constuctor. | |
| virtual | ~StateB () |
| Destructor. | |
| virtual int | receiveEvent () |
| Receive the next event. More... | |
Public Member Functions inherited from State2_3Turing | |
| State2_3Turing (int nStateId, const std::string &strStateName="", const std::string &strRefTag="") | |
| Initializatoin constuctor. More... | |
| virtual | ~State2_3Turing () |
| Destructor. | |
| int | readSymbol () |
| void | writeSymbol (int sym) |
| void | moveHeadLeft () |
| Move head left one position on the tape. | |
| void | moveHeadRight () |
| Move head right one position on the tape. | |
| void | showTape () |
| Show colorized tape to stdout. | |
Additional Inherited Members | |
Static Public Attributes inherited from State2_3Turing | |
| static vector< int > | Tape |
| the tape of symbols More... | |
| static int | Head |
| the tape read/write head | |
|
inlinevirtual |
Receive the next event.
Definition at line 773 of file ut-sm.cxx.
References EventIdPauseResume, EventIdRestart, and EventIdTerminate.