Searched defs:NoMenuMode (Results 1 – 2 of 2) sorted by relevance
59 struct NoMenuMode : public msm::front::state<> struct62 void on_entry(Event const&,FSM& ) {std::cout << "starting: NoMenuMode" << std::endl;} in on_entry()64 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NoMenuMode" << std::endl;} in on_exit()