#include <llstatemachine.h>


Public Member Functions | |
| LLFSMState () | |
| virtual void | onEntry (void *) |
| virtual void | onExit (void *) |
| virtual void | execute (void *) |
| virtual std::string | getName () const |
Definition at line 60 of file llstatemachine.h.
| LLFSMState::LLFSMState | ( | ) | [inline] |
Definition at line 63 of file llstatemachine.h.
| virtual void LLFSMState::onEntry | ( | void * | ) | [inline, virtual] |
Definition at line 64 of file llstatemachine.h.
Referenced by LLStateMachine::processTransition(), and LLStateMachine::setCurrentState().

| virtual void LLFSMState::onExit | ( | void * | ) | [inline, virtual] |
Definition at line 65 of file llstatemachine.h.
Referenced by LLStateMachine::processTransition().

| virtual void LLFSMState::execute | ( | void * | ) | [inline, virtual] |
Definition at line 66 of file llstatemachine.h.
Referenced by LLStateMachine::runCurrentState().

| virtual std::string LLFSMState::getName | ( | ) | const [inline, virtual] |
Definition at line 67 of file llstatemachine.h.
Referenced by operator<<(), LLStateMachine::processTransition(), and LLStateDiagram::saveDotFile().

1.5.5