Searched defs:SubState2b (Results 1 – 3 of 3) sorted by relevance
100 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct103 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()105 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit()106 int entry_counter;107 int exit_counter;
85 struct SubState2b : public msm::front::state<> , public msm::front::explicit_entry<1> struct88 … void on_entry(Event const&,FSM& ) {std::cout << "entering: SubFsm2::SubState2b" << std::endl;} in on_entry()90 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2b" << std::endl;} in on_exit()