PX4 Firmware
PX4 Autopilot Software http://px4.io
MavlinkStreamExtendedSysState Class Reference
Inheritance diagram for MavlinkStreamExtendedSysState:
Collaboration diagram for MavlinkStreamExtendedSysState:

Public Member Functions

const char * get_name () const override
 
uint16_t get_id () override
 
unsigned get_size () override
 Get maximal total messages size on update. More...
 
- Public Member Functions inherited from ListNode< MavlinkStream *>
void setSibling (MavlinkStream * sibling)
 
const MavlinkStreamgetSibling () const
 

Static Public Member Functions

static const char * get_name_static ()
 
static uint16_t get_id_static ()
 
static MavlinkStreamnew_instance (Mavlink *mavlink)
 

Protected Member Functions

 MavlinkStreamExtendedSysState (Mavlink *mavlink)
 
bool send (const hrt_abstime t) override
 

Private Member Functions

 MavlinkStreamExtendedSysState (MavlinkStreamExtendedSysState &)=delete
 
MavlinkStreamExtendedSysStateoperator= (const MavlinkStreamExtendedSysState &)=delete
 

Private Attributes

MavlinkOrbSubscription_status_sub
 
MavlinkOrbSubscription_landed_sub
 
MavlinkOrbSubscription_pos_sp_triplet_sub
 
MavlinkOrbSubscription_control_mode_sub
 
mavlink_extended_sys_state_t _msg
 

Additional Inherited Members

- Protected Attributes inherited from ListNode< MavlinkStream *>
MavlinkStream_list_node_sibling
 

Detailed Description

Definition at line 4368 of file mavlink_messages.cpp.

Constructor & Destructor Documentation

◆ MavlinkStreamExtendedSysState() [1/2]

MavlinkStreamExtendedSysState::MavlinkStreamExtendedSysState ( MavlinkStreamExtendedSysState )
privatedelete

◆ MavlinkStreamExtendedSysState() [2/2]

MavlinkStreamExtendedSysState::MavlinkStreamExtendedSysState ( Mavlink mavlink)
inlineexplicitprotected

Definition at line 4413 of file mavlink_messages.cpp.

Member Function Documentation

◆ get_id()

uint16_t MavlinkStreamExtendedSysState::get_id ( )
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 4386 of file mavlink_messages.cpp.

References MavlinkStreamHeartbeat::get_id_static().

Here is the call graph for this function:

◆ get_id_static()

static uint16_t MavlinkStreamExtendedSysState::get_id_static ( )
inlinestatic

Definition at line 4381 of file mavlink_messages.cpp.

◆ get_name()

const char* MavlinkStreamExtendedSysState::get_name ( ) const
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 4371 of file mavlink_messages.cpp.

References get_name_static().

Here is the call graph for this function:

◆ get_name_static()

static const char* MavlinkStreamExtendedSysState::get_name_static ( )
inlinestatic

Definition at line 4376 of file mavlink_messages.cpp.

Referenced by get_name().

Here is the caller graph for this function:

◆ get_size()

unsigned MavlinkStreamExtendedSysState::get_size ( )
inlineoverridevirtual

Get maximal total messages size on update.

Implements MavlinkStream.

Definition at line 4396 of file mavlink_messages.cpp.

◆ new_instance()

static MavlinkStream* MavlinkStreamExtendedSysState::new_instance ( Mavlink mavlink)
inlinestatic

Definition at line 4391 of file mavlink_messages.cpp.

◆ operator=()

MavlinkStreamExtendedSysState& MavlinkStreamExtendedSysState::operator= ( const MavlinkStreamExtendedSysState )
privatedelete

◆ send()

bool MavlinkStreamExtendedSysState::send ( const hrt_abstime  t)
inlineoverrideprotectedvirtual

Member Data Documentation

◆ _control_mode_sub

MavlinkOrbSubscription* MavlinkStreamExtendedSysState::_control_mode_sub
private

Definition at line 4405 of file mavlink_messages.cpp.

◆ _landed_sub

MavlinkOrbSubscription* MavlinkStreamExtendedSysState::_landed_sub
private

Definition at line 4403 of file mavlink_messages.cpp.

◆ _msg

mavlink_extended_sys_state_t MavlinkStreamExtendedSysState::_msg
private

Definition at line 4406 of file mavlink_messages.cpp.

◆ _pos_sp_triplet_sub

MavlinkOrbSubscription* MavlinkStreamExtendedSysState::_pos_sp_triplet_sub
private

Definition at line 4404 of file mavlink_messages.cpp.

◆ _status_sub

MavlinkOrbSubscription* MavlinkStreamExtendedSysState::_status_sub
private

Definition at line 4402 of file mavlink_messages.cpp.


The documentation for this class was generated from the following file: