Searched defs:ErrorTerminate (Results 1 – 3 of 3) sorted by relevance
222 … struct ErrorTerminate : public msm::front::terminate_state<> // terminates the state machine struct225 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()227 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()228 int entry_counter;229 int exit_counter;
217 … struct ErrorTerminate : public msm::front::terminate_state<> // terminates the state machine struct220 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()222 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()223 int entry_counter;224 int exit_counter;