NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
ff_util::FSM Member List

This is the complete list of members for ff_util::FSM, including all inherited members.

Add(State const &s1, Event const &mask, TransitionCallback callback)ff_util::FSMinline
Add(State const &s1, State const &s2, Event const &mask, TransitionCallback callback)ff_util::FSMinline
Add(State const &s1, State const &s2, State const &s3, Event const &mask, TransitionCallback callback)ff_util::FSMinline
Add(Event const &mask, CatchallCallback callback)ff_util::FSMinline
CatchallCallback typedefff_util::FSM
Event typedefff_util::FSM
FSM(State const &initial_state, UpdateCallback callback=nullptr)ff_util::FSMinline
GetState()ff_util::FSMinline
SetState(State const &state)ff_util::FSMinline
State typedefff_util::FSM
TransitionCallback typedefff_util::FSM
Update(Event const &event)ff_util::FSMinline
UpdateCallback typedefff_util::FSM