Lines Matching refs:SubFsm2
62 typedef msm::back::state_machine<SubFsm2_> SubFsm2; typedef
163 typedef msm::back::state_machine<SubFsm2_> SubFsm2; typedef
175 … _row < State1 , event1 , SubFsm2 >,
176 … _row < State1 , event2 , SubFsm2::direct<SubFsm2_::SubState2> >,
177 _row < State1 , event3 , mpl::vector<SubFsm2::direct<SubFsm2_::SubState2>,
178 … SubFsm2::direct<SubFsm2_::SubState2b> > >,
179 _row < State1 , event4 , SubFsm2::entry_pt
182 … _row < SubFsm2 , event1 , State1 >,
183 _row < SubFsm2::exit_pt
202 fsm.template get_state<Fsm_::SubFsm2&>().entry_counter=0; in on_entry()
203 fsm.template get_state<Fsm_::SubFsm2&>().exit_counter=0; in on_entry()
204 fsm.template get_state<Fsm_::SubFsm2&>().entry_action_counter=0; in on_entry()
205 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState1&>().entry_cou… in on_entry()
206 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState1&>().exit_coun… in on_entry()
207 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState1b&>().entry_co… in on_entry()
208 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState1b&>().exit_cou… in on_entry()
209 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState2&>().entry_cou… in on_entry()
210 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState2&>().exit_coun… in on_entry()
211 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState2b&>().entry_co… in on_entry()
212 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState2b&>().exit_cou… in on_entry()
213 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState3&>().entry_cou… in on_entry()
214 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::SubState3&>().exit_coun… in on_entry()
215 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::PseudoEntry1&>().entry_… in on_entry()
216 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::PseudoEntry1&>().exit_c… in on_entry()
217 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::exit_pt<SubFsm2_::Pseud… in on_entry()
218 …fsm.template get_state<Fsm_::SubFsm2&>().template get_state<Fsm_::SubFsm2::exit_pt<SubFsm2_::Pseud… in on_entry()
238 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().exit_counter == 1,"SubFsm2 exit not called corre… in BOOST_AUTO_TEST_CASE()
239 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().entry_counter == 1,"SubFsm2 entry not called cor… in BOOST_AUTO_TEST_CASE()
247 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().exit_counter == 2,"SubFsm2 exit not called corre… in BOOST_AUTO_TEST_CASE()
248 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().entry_counter == 2,"SubFsm2 entry not called cor… in BOOST_AUTO_TEST_CASE()
249 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2&>().entry_co… in BOOST_AUTO_TEST_CASE()
251 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2&>().exit_cou… in BOOST_AUTO_TEST_CASE()
253 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState1&>().entry_co… in BOOST_AUTO_TEST_CASE()
255 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState1&>().exit_cou… in BOOST_AUTO_TEST_CASE()
263 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().exit_counter == 3,"SubFsm2 exit not called corre… in BOOST_AUTO_TEST_CASE()
264 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().entry_counter == 3,"SubFsm2 entry not called cor… in BOOST_AUTO_TEST_CASE()
265 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2&>().entry_co… in BOOST_AUTO_TEST_CASE()
267 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2&>().exit_cou… in BOOST_AUTO_TEST_CASE()
269 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2b&>().entry_c… in BOOST_AUTO_TEST_CASE()
271 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState2b&>().exit_co… in BOOST_AUTO_TEST_CASE()
279 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().exit_counter == 4,"SubFsm2 exit not called corre… in BOOST_AUTO_TEST_CASE()
280 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().entry_counter == 4,"SubFsm2 entry not called cor… in BOOST_AUTO_TEST_CASE()
281 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::PseudoEntry1&>().entry… in BOOST_AUTO_TEST_CASE()
283 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::PseudoEntry1&>().exit_… in BOOST_AUTO_TEST_CASE()
285 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState3&>().entry_co… in BOOST_AUTO_TEST_CASE()
287 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2_::SubState3&>().exit_cou… in BOOST_AUTO_TEST_CASE()
289 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2::exit_pt<Fsm_::SubFsm2_:… in BOOST_AUTO_TEST_CASE()
291 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().get_state<Fsm_::SubFsm2::exit_pt<Fsm_::SubFsm2_:… in BOOST_AUTO_TEST_CASE()
293 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().entry_action_counter == 1,"Action not called cor… in BOOST_AUTO_TEST_CASE()