GuardsImpl.hh
Go to the documentation of this file.
Guard that checks whether the cabin is at the target floor level.
Definition: GuardsImpl.hh:53
bool operator()(const Fsm &_fsm, const State &)
Function call operator.
Definition: GuardsImpl.hh:57
Guard that checks whether the state machine is in a given state.
Definition: GuardsImpl.hh:39
bool operator()(const Fsm &_fsm, const State &)
Function call operator.
Definition: GuardsImpl.hh:43
Guard that checks whether the target queue is empty.
Definition: GuardsImpl.hh:66
bool operator()(const Fsm &_fsm, const State &)
Function call operator.
Definition: GuardsImpl.hh:70