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

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

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

Private Member Functions

 MavlinkStreamGPSRawInt (MavlinkStreamGPSRawInt &)=delete
 
MavlinkStreamGPSRawIntoperator= (const MavlinkStreamGPSRawInt &)=delete
 

Private Attributes

MavlinkOrbSubscription_gps_sub
 
uint64_t _gps_time
 

Additional Inherited Members

- Protected Attributes inherited from ListNode< MavlinkStream *>
MavlinkStream_list_node_sibling
 

Detailed Description

Definition at line 1485 of file mavlink_messages.cpp.

Constructor & Destructor Documentation

◆ MavlinkStreamGPSRawInt() [1/2]

MavlinkStreamGPSRawInt::MavlinkStreamGPSRawInt ( MavlinkStreamGPSRawInt )
privatedelete

◆ MavlinkStreamGPSRawInt() [2/2]

MavlinkStreamGPSRawInt::MavlinkStreamGPSRawInt ( Mavlink mavlink)
inlineexplicitprotected

Definition at line 1527 of file mavlink_messages.cpp.

Member Function Documentation

◆ get_id()

uint16_t MavlinkStreamGPSRawInt::get_id ( )
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 1503 of file mavlink_messages.cpp.

References MavlinkStreamHeartbeat::get_id_static().

Here is the call graph for this function:

◆ get_id_static()

static uint16_t MavlinkStreamGPSRawInt::get_id_static ( )
inlinestatic

Definition at line 1498 of file mavlink_messages.cpp.

◆ get_name()

const char* MavlinkStreamGPSRawInt::get_name ( ) const
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 1488 of file mavlink_messages.cpp.

References get_name_static().

Here is the call graph for this function:

◆ get_name_static()

static const char* MavlinkStreamGPSRawInt::get_name_static ( )
inlinestatic

Definition at line 1493 of file mavlink_messages.cpp.

Referenced by get_name().

Here is the caller graph for this function:

◆ get_size()

unsigned MavlinkStreamGPSRawInt::get_size ( )
inlineoverridevirtual

Get maximal total messages size on update.

Implements MavlinkStream.

Definition at line 1513 of file mavlink_messages.cpp.

◆ new_instance()

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

Definition at line 1508 of file mavlink_messages.cpp.

◆ operator=()

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

◆ send()

Member Data Documentation

◆ _gps_sub

MavlinkOrbSubscription* MavlinkStreamGPSRawInt::_gps_sub
private

Definition at line 1519 of file mavlink_messages.cpp.

◆ _gps_time

uint64_t MavlinkStreamGPSRawInt::_gps_time
private

Definition at line 1520 of file mavlink_messages.cpp.


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