/third_party/boost/libs/msm/doc/PDF/examples/ |
D | DirectEntryTutorial.cpp | 45 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit() function 53 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State2" << std::endl;} in on_exit() function 62 void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2" << std::endl;} in on_exit() function 69 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1" << std::endl;} in on_exit() function 76 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1b" << std::endl;} in on_exit() function 83 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2" << std::endl;} in on_exit() function 90 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2b" << std::endl;} in on_exit() function 98 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::PseudoEntry1" << std::endl;} in on_exit() function 105 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3" << std::endl;} in on_exit() function 112 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3b" << std::endl;} in on_exit() function [all …]
|
D | CompositeTutorialWithEumlTable.cpp | 49 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 73 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 80 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Song1" << std::endl;} in on_exit() function 87 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Song2" << std::endl;} in on_exit() function 94 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Song3" << std::endl;} in on_exit() function
|
D | Visitor.cpp | 80 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 93 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 105 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 119 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 133 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 143 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit() function 155 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOff" << std::endl;} in on_exit() function 186 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 193 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 228 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function [all …]
|
D | CompositeTutorial.cpp | 47 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Player" << std::endl;} in on_exit() function 56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 63 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 72 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 84 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 92 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 100 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 107 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function
|
D | History.cpp | 51 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 58 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 67 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 76 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 84 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 91 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 98 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 140 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function
|
D | Orthogonal-deferred.cpp | 58 void on_exit(Event const&,FSM& ) in on_exit() function 72 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 83 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 93 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 107 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 115 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 122 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 129 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 170 void on_exit(Event const&,FSM& ) {std::cout << "finishing: AllOk" << std::endl;} in on_exit() function 180 void on_exit(Event const&,FSM& ) {std::cout << "finishing: ErrorMode" << std::endl;} in on_exit() function
|
D | SerializeCompositeAndHistory.cpp | 58 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 65 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 74 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 83 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 91 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 98 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 105 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 147 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function
|
D | SM-2Arg.cpp | 87 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 100 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 116 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 130 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 145 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 155 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit() function 162 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOff" << std::endl;} in on_exit() function 193 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 200 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 237 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function [all …]
|
D | BoostCon09Full.cpp | 67 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 76 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 88 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 104 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 113 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 120 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 127 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 134 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing::CDFinished" << std::endl;} in on_exit() function 173 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function 181 void on_exit(Event const&,FSM& ) {std::cout << "finishing: AllOk" << std::endl;} in on_exit() function [all …]
|
D | Orthogonal-deferred2.cpp | 63 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 71 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 81 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 95 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 103 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 110 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 117 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 158 void on_exit(Event const&,FSM& ) {std::cout << "finishing: AllOk" << std::endl;} in on_exit() function 168 void on_exit(Event const&,FSM& ) {std::cout << "finishing: ErrorMode" << std::endl;} in on_exit() function
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | DirectEntryTutorial.cpp | 45 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State1" << std::endl;} in on_exit() function 53 void on_exit(Event const&,FSM& ) {std::cout << "leaving: State2" << std::endl;} in on_exit() function 62 void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2" << std::endl;} in on_exit() function 69 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1" << std::endl;} in on_exit() function 76 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState1b" << std::endl;} in on_exit() function 83 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2" << std::endl;} in on_exit() function 90 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState2b" << std::endl;} in on_exit() function 98 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::PseudoEntry1" << std::endl;} in on_exit() function 105 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3" << std::endl;} in on_exit() function 112 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: SubFsm2::SubState3b" << std::endl;} in on_exit() function [all …]
|
D | CompositeTutorialWithEumlTable.cpp | 49 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 64 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 73 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 80 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Song1" << std::endl;} in on_exit() function 87 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Song2" << std::endl;} in on_exit() function 94 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Song3" << std::endl;} in on_exit() function
|
D | Visitor.cpp | 80 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 93 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 105 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 119 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 133 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 143 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit() function 155 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOff" << std::endl;} in on_exit() function 186 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 193 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 228 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function [all …]
|
D | History.cpp | 51 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 58 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 67 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 76 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 84 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 91 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 98 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 140 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function
|
D | CompositeTutorial.cpp | 47 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Player" << std::endl;} in on_exit() function 56 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 63 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 72 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 84 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 92 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 100 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 107 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function
|
D | Orthogonal-deferred.cpp | 58 void on_exit(Event const&,FSM& ) in on_exit() function 72 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 83 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 93 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 107 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 115 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 122 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 129 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 170 void on_exit(Event const&,FSM& ) {std::cout << "finishing: AllOk" << std::endl;} in on_exit() function 180 void on_exit(Event const&,FSM& ) {std::cout << "finishing: ErrorMode" << std::endl;} in on_exit() function
|
D | SerializeCompositeAndHistory.cpp | 58 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 65 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 74 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 83 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 91 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 98 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 105 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 147 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function
|
D | SM-2Arg.cpp | 87 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 100 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 116 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 130 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 145 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 155 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOn" << std::endl;} in on_exit() function 162 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: LightOff" << std::endl;} in on_exit() function 193 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 200 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 237 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function [all …]
|
D | BoostCon09Full.cpp | 67 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 76 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 88 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 104 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 113 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 120 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 127 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 134 … void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing::CDFinished" << std::endl;} in on_exit() function 173 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Paused" << std::endl;} in on_exit() function 181 void on_exit(Event const&,FSM& ) {std::cout << "finishing: AllOk" << std::endl;} in on_exit() function [all …]
|
D | Orthogonal-deferred2.cpp | 63 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Empty" << std::endl;} in on_exit() function 71 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Open" << std::endl;} in on_exit() function 81 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Stopped" << std::endl;} in on_exit() function 95 void on_exit(Event const&,FSM& ) {std::cout << "leaving: Playing" << std::endl;} in on_exit() function 103 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: First Song" << std::endl;} in on_exit() function 110 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Second Song" << std::endl;} in on_exit() function 117 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: Third Song" << std::endl;} in on_exit() function 158 void on_exit(Event const&,FSM& ) {std::cout << "finishing: AllOk" << std::endl;} in on_exit() function 168 void on_exit(Event const&,FSM& ) {std::cout << "finishing: ErrorMode" << std::endl;} in on_exit() function
|
/third_party/boost/libs/msm/doc/HTML/examples/iPod_distributed/ |
D | PlayingMode.hpp | 42 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::Playing" << std::endl;} in on_exit() function 55 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::Paused" << std::endl;} in on_exit() function 62 …void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::WaitingForNextPrev" << std… in on_exit() function 69 …void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::WaitingForEnd" << std::end… in on_exit() function 76 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::NoForward" << std::endl;} in on_exit() function 86 void on_exit(Event const&,FSM& ) in on_exit() function 99 void on_exit(Event const&,FSM& ) in on_exit() function 109 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::StdDisplay" << std::endl;} in on_exit() function 117 …void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::SetPosition" << std::endl;} in on_exit() function 124 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::SetMark" << std::endl;} in on_exit() function [all …]
|
D | iPod.cpp | 43 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NotHolding" << std::endl;} in on_exit() function 50 void on_exit(Event const&,FSM& ) {std::cout << "finishing: Holding" << std::endl;} in on_exit() function 57 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NotPlaying" << std::endl;} in on_exit() function 64 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NoMenuMode" << std::endl;} in on_exit() function 71 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NoOnOffButton" << std::endl;} in on_exit() function 78 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: OffDown, end timer" << std::endl;} in on_exit() function 85 void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayerOff" << std::endl;} in on_exit() function 92 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: CheckMiddleButton" << std::endl;} in on_exit() function
|
/third_party/boost/libs/msm/doc/PDF/examples/iPod_distributed/ |
D | PlayingMode.hpp | 42 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::Playing" << std::endl;} in on_exit() function 55 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::Paused" << std::endl;} in on_exit() function 62 …void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::WaitingForNextPrev" << std… in on_exit() function 69 …void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::WaitingForEnd" << std::end… in on_exit() function 76 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::NoForward" << std::endl;} in on_exit() function 86 void on_exit(Event const&,FSM& ) in on_exit() function 99 void on_exit(Event const&,FSM& ) in on_exit() function 109 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::StdDisplay" << std::endl;} in on_exit() function 117 …void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::SetPosition" << std::endl;} in on_exit() function 124 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayingMode::SetMark" << std::endl;} in on_exit() function [all …]
|
D | iPod.cpp | 43 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NotHolding" << std::endl;} in on_exit() function 50 void on_exit(Event const&,FSM& ) {std::cout << "finishing: Holding" << std::endl;} in on_exit() function 57 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NotPlaying" << std::endl;} in on_exit() function 64 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NoMenuMode" << std::endl;} in on_exit() function 71 void on_exit(Event const&,FSM& ) {std::cout << "finishing: NoOnOffButton" << std::endl;} in on_exit() function 78 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: OffDown, end timer" << std::endl;} in on_exit() function 85 void on_exit(Event const&,FSM& ) {std::cout << "finishing: PlayerOff" << std::endl;} in on_exit() function 92 … void on_exit(Event const&,FSM& ) {std::cout << "finishing: CheckMiddleButton" << std::endl;} in on_exit() function
|
/third_party/boost/libs/msm/test/ |
D | Entries.cpp | 47 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 56 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 69 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 78 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 87 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 96 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 105 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 115 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 124 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function 133 void on_exit(Event const&,FSM& ) {++exit_counter;} in on_exit() function
|