ActionsImpl.hh
Go to the documentation of this file.
Action that cleans up the target queue when the cabin reaches the target floor level.
Definition: ActionsImpl.hh:80
void operator()(const Event &, Fsm &_fsm, Source &, Target &)
Function call operator.
Definition: ActionsImpl.hh:88
Action that enqueues a new target in the target queue.
Definition: ActionsImpl.hh:40
void operator()(const Event &_event, Fsm &_fsm, Source &, Target &)
Function call operator.
Definition: ActionsImpl.hh:48
Action that cleans up the target queue when a new target is processed.
Definition: ActionsImpl.hh:60
void operator()(const Event &, Fsm &_fsm, Source &, Target &)
Function call operator.
Definition: ActionsImpl.hh:68
Event that signifies a new target will be processed.
Definition: EventsImpl.hh:48