Goby3
3.1.5
2024.05.14
|
#include <goby/acomms/modemdriver/benthos_atm900_driver_fsm.h>
Public Member Functions | |
BenthosATM900FSM (const goby::acomms::protobuf::DriverConfig &driver_cfg) | |
void | buffer_data_out (const goby::acomms::protobuf::ModemTransmission &msg) |
boost::circular_buffer< std::string > & | serial_tx_buffer () |
boost::circular_buffer< goby::acomms::protobuf::ModemTransmission > & | received () |
boost::circular_buffer< goby::acomms::protobuf::ModemTransmission > & | data_out () |
const goby::acomms::protobuf::DriverConfig & | driver_cfg () const |
const goby::acomms::benthos::protobuf::Config & | benthos_driver_cfg () const |
const std::string & | glog_fsm_group () const |
![]() | |
void | initiate () |
void | terminate () |
bool | terminated () const |
void | process_event (const event_base_type &evt) |
Target | state_cast () const |
Target | state_downcast () const |
state_iterator | state_begin () const |
state_iterator | state_end () const |
void | unconsumed_event (const event_base &) |
void | clear_shallow_history () |
void | clear_deep_history () |
const event_base_type * | triggering_event () const |
void | post_event_impl (const event_base_ptr_type &pEvent) |
void | post_event_impl (const event_base &evt) |
detail::reaction_result | react_impl (const event_base_type &, typename rtti_policy_type::id_type) |
void | exit_impl (inner_context_ptr_type &, typename state_base_type::node_state_base_ptr_type &, bool) |
void | set_outermost_unstable_state (typename state_base_type::node_state_base_ptr_type &pOutermostUnstableState) |
Context & | context () |
const Context & | context () const |
outermost_context_type & | outermost_context () |
const outermost_context_type & | outermost_context () const |
outermost_context_base_type & | outermost_context_base () |
const outermost_context_base_type & | outermost_context_base () const |
void | terminate_as_reaction (state_base_type &theState) |
void | terminate_as_part_of_transit (state_base_type &theState) |
void | terminate_as_part_of_transit (state_machine &) |
void | add (const intrusive_ptr< State > &pState) |
void | add_inner_state (detail::orthogonal_position_type position, state_base_type *pOutermostState) |
void | remove_inner_state (detail::orthogonal_position_type position) |
void | release_events () |
void | store_shallow_history () |
void | construct_with_shallow_history (const typename DefaultState::context_ptr_type &pContext) |
void | store_deep_history () |
void | construct_with_deep_history (const typename DefaultState::context_ptr_type &pContext) |
Additional Inherited Members | |
![]() | |
typedef std::allocator< none > | allocator_type |
typedef detail::rtti_policy | rtti_policy_type |
typedef event_base | event_base_type |
typedef intrusive_ptr< const event_base_type > | event_base_ptr_type |
typedef detail::state_base< allocator_type, rtti_policy_type > | state_base_type |
typedef BenthosATM900FSM | inner_context_type |
typedef mpl::integral_c< detail::orthogonal_position_type, 0 > | inner_orthogonal_position |
typedef mpl::integral_c< detail::orthogonal_position_type, 1 > | no_of_orthogonal_regions |
typedef BenthosATM900FSM | outermost_context_type |
typedef state_machine | outermost_context_base_type |
typedef state_machine * | inner_context_ptr_type |
typedef state_base_type::node_state_base_ptr_type | node_state_base_ptr_type |
typedef state_base_type::leaf_state_ptr_type | leaf_state_ptr_type |
typedef state_base_type::state_list_type | state_list_type |
typedef mpl::clear< mpl::list<> >::type | context_type_list |
typedef mpl::bool_< false > | shallow_history |
typedef mpl::bool_< false > | deep_history |
typedef mpl::bool_< false > | inherited_deep_history |
![]() | |
state_machine () | |
virtual | ~state_machine () |
void | post_event (const event_base_ptr_type &pEvent) |
void | post_event (const event_base &evt) |
Definition at line 162 of file benthos_atm900_driver_fsm.h.
|
inline |
Definition at line 165 of file benthos_atm900_driver_fsm.h.
|
inline |
Definition at line 193 of file benthos_atm900_driver_fsm.h.
void goby::acomms::benthos::fsm::BenthosATM900FSM::buffer_data_out | ( | const goby::acomms::protobuf::ModemTransmission & | msg | ) |
|
inline |
Definition at line 187 of file benthos_atm900_driver_fsm.h.
|
inline |
Definition at line 192 of file benthos_atm900_driver_fsm.h.
|
inline |
Definition at line 198 of file benthos_atm900_driver_fsm.h.
|
inline |
Definition at line 181 of file benthos_atm900_driver_fsm.h.
|
inline |
Definition at line 178 of file benthos_atm900_driver_fsm.h.