A struct denoting the next state and the corresponding method to execute.
#include <app.hpp>
Inner Type Index: | |
| union | MethodPointer |
Public Field Index: | |
| MethodPointer | Method |
| Enum | State |
| MethodPointer alib::app::App::StateMachine::Command::Method |
| Enum alib::app::App::StateMachine::Command::State |
The identifier of the command which is likewise the state of the machine. The underlying integral enumeration value determines the order of execution. During execution, this identifier will be stored in the member State of the outer class StateMachine. In case it is a built-in identifier of type States, it will be stored in addition in the field BuiltInState.