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

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

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

Private Member Functions

 MavlinkStreamNavControllerOutput (MavlinkStreamNavControllerOutput &)=delete
 
MavlinkStreamNavControllerOutputoperator= (const MavlinkStreamNavControllerOutput &)=delete
 

Private Attributes

MavlinkOrbSubscription_pos_ctrl_status_sub
 
MavlinkOrbSubscription_tecs_status_sub
 
uint64_t _pos_ctrl_status_timestamp {0}
 
uint64_t _tecs_status_timestamp {0}
 

Additional Inherited Members

- Protected Attributes inherited from ListNode< MavlinkStream *>
MavlinkStream_list_node_sibling
 

Detailed Description

Definition at line 4124 of file mavlink_messages.cpp.

Constructor & Destructor Documentation

◆ MavlinkStreamNavControllerOutput() [1/2]

MavlinkStreamNavControllerOutput::MavlinkStreamNavControllerOutput ( MavlinkStreamNavControllerOutput )
privatedelete

◆ MavlinkStreamNavControllerOutput() [2/2]

MavlinkStreamNavControllerOutput::MavlinkStreamNavControllerOutput ( Mavlink mavlink)
inlineexplicitprotected

Definition at line 4170 of file mavlink_messages.cpp.

Member Function Documentation

◆ get_id()

uint16_t MavlinkStreamNavControllerOutput::get_id ( )
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 4142 of file mavlink_messages.cpp.

References MavlinkStreamHeartbeat::get_id_static().

Here is the call graph for this function:

◆ get_id_static()

static uint16_t MavlinkStreamNavControllerOutput::get_id_static ( )
inlinestatic

Definition at line 4137 of file mavlink_messages.cpp.

◆ get_name()

const char* MavlinkStreamNavControllerOutput::get_name ( ) const
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 4127 of file mavlink_messages.cpp.

References get_name_static().

Here is the call graph for this function:

◆ get_name_static()

static const char* MavlinkStreamNavControllerOutput::get_name_static ( )
inlinestatic

Definition at line 4132 of file mavlink_messages.cpp.

Referenced by get_name().

Here is the caller graph for this function:

◆ get_size()

unsigned MavlinkStreamNavControllerOutput::get_size ( )
inlineoverridevirtual

Get maximal total messages size on update.

Implements MavlinkStream.

Definition at line 4152 of file mavlink_messages.cpp.

◆ new_instance()

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

Definition at line 4147 of file mavlink_messages.cpp.

◆ operator=()

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

◆ send()

Member Data Documentation

◆ _pos_ctrl_status_sub

MavlinkOrbSubscription* MavlinkStreamNavControllerOutput::_pos_ctrl_status_sub
private

Definition at line 4159 of file mavlink_messages.cpp.

◆ _pos_ctrl_status_timestamp

uint64_t MavlinkStreamNavControllerOutput::_pos_ctrl_status_timestamp {0}
private

Definition at line 4162 of file mavlink_messages.cpp.

◆ _tecs_status_sub

MavlinkOrbSubscription* MavlinkStreamNavControllerOutput::_tecs_status_sub
private

Definition at line 4160 of file mavlink_messages.cpp.

◆ _tecs_status_timestamp

uint64_t MavlinkStreamNavControllerOutput::_tecs_status_timestamp {0}
private

Definition at line 4163 of file mavlink_messages.cpp.


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