Home
last modified time | relevance | path

Searched defs:StartBlinking (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/msm/doc/HTML/examples/
DSM-2Arg.cpp240 struct StartBlinking : public msm::front::state<my_visitable_state> struct
243 … void on_entry(Event const&,FSM& ) {std::cout << "starting: StartBlinking" << std::endl;} in on_entry()
245 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: StartBlinking" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/PDF/examples/
DSM-2Arg.cpp240 struct StartBlinking : public msm::front::state<my_visitable_state> struct
243 … void on_entry(Event const&,FSM& ) {std::cout << "starting: StartBlinking" << std::endl;} in on_entry()
245 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: StartBlinking" << std::endl;} in on_exit()