|
ADBLib
0.5
A simple library for rapid robot code development
|
#include <FSMTransition.h>

Public Attributes | |
| FSMState * | currentState |
| The current state. More... | |
| int | input |
| If this input is received and the FSM state is the currentState, transition. More... | |
| FSMState * | nextState |
| The next state to transition to. More... | |
| FSMState* ADBLib::FSMTransition::currentState |
The current state.
| int ADBLib::FSMTransition::input |
If this input is received and the FSM state is the currentState, transition.
| FSMState* ADBLib::FSMTransition::nextState |
The next state to transition to.