#include <llstatemachine.h>
Inheritance diagram for LLFSMState:


Public Member Functions | |
| LLFSMState () | |
| virtual void | onEntry (void *) |
| virtual void | onExit (void *) |
| virtual void | execute (void *) |
| virtual std::string | getName () |
Definition at line 61 of file llstatemachine.h.
| LLFSMState::LLFSMState | ( | ) | [inline] |
Definition at line 64 of file llstatemachine.h.
| virtual std::string LLFSMState::getName | ( | ) | [inline, virtual] |
Definition at line 68 of file llstatemachine.h.
Referenced by operator<<(), LLStateMachine::processTransition(), and LLStateDiagram::saveDotFile().
Definition at line 65 of file llstatemachine.h.
Referenced by LLStateMachine::processTransition(), and LLStateMachine::setCurrentState().
1.4.7