ADBLib  0.5
A simple library for rapid robot code development
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
ADBLib::FSMTransition Struct Reference

#include <FSMTransition.h>

Collaboration diagram for ADBLib::FSMTransition:

Public Attributes

FSMStatecurrentState
 The current state. More...
 
int input
 If this input is received and the FSM state is the currentState, transition. More...
 
FSMStatenextState
 The next state to transition to. More...
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: