Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/doc/PDF/examples/iPod_distributed/
DiPod.cpp45 struct Holding : public msm::front::interrupt_state<NoHold> struct
48 void on_entry(Event const&,FSM& ) {std::cout << "starting: Holding" << std::endl;} in on_entry()
50 void on_exit(Event const&,FSM& ) {std::cout << "finishing: Holding" << std::endl;} in on_exit()
/third_party/boost/libs/msm/doc/HTML/examples/iPod_distributed/
DiPod.cpp45 struct Holding : public msm::front::interrupt_state<NoHold> struct
48 void on_entry(Event const&,FSM& ) {std::cout << "starting: Holding" << std::endl;} in on_entry()
50 void on_exit(Event const&,FSM& ) {std::cout << "finishing: Holding" << std::endl;} in on_exit()