Goby v2
|
Public Types | |
typedef boost::mpl::list< boost::statechart::transition< EvReset, Active >, boost::statechart::in_state_reaction< EvRxSerial, Active,&Active::in_state_react >, boost::statechart::transition< EvReceive, ReceiveData > > | reactions |
Public Member Functions | |
void | in_state_react (const EvRxSerial &) |
Public Member Functions inherited from goby::acomms::benthos_fsm::StateNotify | |
StateNotify (const std::string &name) | |
Definition at line 213 of file benthos_atm900_driver_fsm.h.