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