state_machine_cpp
|
Classes | |
struct | Attributes |
Public Member Functions | |
void | build (States &states, Transitions &transitions, Layers &layers) override |
![]() | |
template<class T > | |
friend | void ::state_machine_cpp::Algorithm::build (Algorithm::Instance &t_destination, Algorithm::Mode t_build_mode) |
Static Public Member Functions | |
static AttributeTree< Layer< ForLoop::Attributes, PowerLoop::Attributes > > * | create_attributes (int max_iteration, unsigned int power) |
static void | print_power_of_iteration (Context &context) |
Static Public Attributes | |
static const State::Id & | INITIAL_STATE = ForLoop::INITIAL_STATE |
static const State::Id & | FINAL_STATE = ForLoop::FINAL_STATE |
Additional Inherited Members | |
![]() | |
template<class T > | |
static void | import (States &states, Transitions &transitions, Layers &layers) |
Definition at line 10 of file example_PowerLoop_main.cpp.
|
inlineoverridevirtual |
Implements state_machine_cpp::Algorithm::Builder.
Definition at line 35 of file example_PowerLoop_main.cpp.
|
inlinestatic |
Definition at line 18 of file example_PowerLoop_main.cpp.
|
inlinestatic |
Definition at line 27 of file example_PowerLoop_main.cpp.
|
static |
Definition at line 25 of file example_PowerLoop_main.cpp.
|
static |
Definition at line 24 of file example_PowerLoop_main.cpp.