|
|
typedef boost::mpl::list< boost::statechart::custom_reaction< EvConnect >, boost::statechart::in_state_reaction< EvAck, Command,&Command::in_state_react >, boost::statechart::in_state_reaction< EvTxSerial, Command,&Command::in_state_react > > | reactions |
| |
|
|
void | in_state_react (const EvAck &) |
| |
|
void | in_state_react (const EvTxSerial &) |
| |
|
boost::statechart::result | react (const EvConnect &) |
| |
|
void | push_at_command (std::string cmd) |
| |
|
void | push_clam_command (const std::string &cmd) |
| |
|
boost::circular_buffer< std::pair< ATSentenceMeta, std::string > > & | at_out () |
| |
|
| StateNotify (const std::string &name) |
| |
The documentation for this struct was generated from the following files: