Searched defs:Connection_ (Results 1 – 2 of 2) sorted by relevance
36 struct Connection_ : public msm::front::state_machine_def<Connection_> struct39 typedef msm::active_state_switch_before_transition active_state_switch_policy;42 struct Connected : public msm::front::state<> 51 struct Disconnected : public msm::front::state<> 60 struct SignalConnect 69 struct SignalDisconnect 80 typedef Disconnected initial_state;83 struct transition_table : mpl::vector<92 void no_transition(Event const& e, FSM&,int state) in no_transition()