Module pure_hfsm::label[][src]

Expand description

State of a state machine and Hierarchical state machine.

You want to use a NestedMachine to manage an individual instance of a hierarchical finite state machine (HFSM), the NestedMachine::update method does all the magic of managing the state machine

Structs

The managed state of a Hierarchical Finite State Machine (HFSM)

Enums