Home
last modified time | relevance | path

Searched defs:Fsm_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/msm/doc/PDF/examples/
DDirectEntryTutorial.cpp36 struct Fsm_ : public msm::front::state_machine_def<Fsm_> struct
39 struct State1 : public msm::front::state<>
47 struct State2 : public msm::front::state<>
55 struct SubFsm2_ : public msm::front::state_machine_def<SubFsm2_>
148 typedef msm::back::state_machine<SubFsm2_> SubFsm2;
151 typedef State1 initial_state;
157 struct transition_table : mpl::vector<
175 void no_transition(Event const& e, FSM&,int state) in no_transition()
/third_party/boost/libs/msm/doc/HTML/examples/
DDirectEntryTutorial.cpp36 struct Fsm_ : public msm::front::state_machine_def<Fsm_> struct
39 struct State1 : public msm::front::state<>
47 struct State2 : public msm::front::state<>
55 struct SubFsm2_ : public msm::front::state_machine_def<SubFsm2_>
148 typedef msm::back::state_machine<SubFsm2_> SubFsm2;
151 typedef State1 initial_state;
157 struct transition_table : mpl::vector<
175 void no_transition(Event const& e, FSM&,int state) in no_transition()
/third_party/boost/libs/msm/test/
DEntries.cpp39 struct Fsm_ : public msm::front::state_machine_def<Fsm_> struct
42 struct State1 : public msm::front::state<>
51 struct State2 : public msm::front::state<>
60 struct SubFsm2_ : public msm::front::state_machine_def<SubFsm2_>
163 typedef msm::back::state_machine<SubFsm2_> SubFsm2;
166 typedef State1 initial_state;
172 struct transition_table : mpl::vector<
190 void no_transition(Event const& , FSM&,int ) in no_transition()
196 void on_entry(Event const&,FSM& fsm) in on_entry()
/third_party/boost/boost/msm/front/euml/
Dcommon.hpp926 struct Fsm_ : euml_action<Fsm_<Index> > struct
931 struct state_action_result
938 struct transition_action_result
944 typedef ::boost::mpl::set<state_action_tag,action_tag> tag_type;
948 operator()(Event const&,FSM& fsm,STATE& ) in operator ()()
954 operator()(EVT const& ,FSM& fsm,SourceState& ,TargetState&)const in operator ()()