Lines Matching defs:my_machine_
38 struct my_machine_ : public msm::front::state_machine_def<my_machine_> struct
42 struct State1 : public msm::front::state<>
51 struct State2 : public msm::front::state<>
61 struct State3 : public msm::front::state<>
71 struct State1b : public msm::front::state<>
80 struct State2b : public msm::front::state<>
90 struct always_true
98 struct always_false
108 typedef boost::mpl::vector2<State1,State1b> initial_state;
111 struct transition_table : boost::mpl::vector<
122 void no_transition(Event const&, FSM&,int) in no_transition()
128 void on_entry(Event const&,FSM& fsm) in on_entry()