PX4 Firmware
PX4 Autopilot Software http://px4.io
MavlinkStreamServoOutputRaw< N > Class Template Reference
Inheritance diagram for MavlinkStreamServoOutputRaw< N >:
Collaboration diagram for MavlinkStreamServoOutputRaw< N >:

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 uint16_t get_id_static ()
 
static const char * get_name_static ()
 
static MavlinkStreamnew_instance (Mavlink *mavlink)
 

Protected Member Functions

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

Private Member Functions

 MavlinkStreamServoOutputRaw (MavlinkStreamServoOutputRaw &)=delete
 
MavlinkStreamServoOutputRawoperator= (const MavlinkStreamServoOutputRaw &)=delete
 

Private Attributes

MavlinkOrbSubscription_act_sub
 
uint64_t _act_time
 

Additional Inherited Members

- Protected Attributes inherited from ListNode< MavlinkStream *>
MavlinkStream_list_node_sibling
 

Detailed Description

template<int N>
class MavlinkStreamServoOutputRaw< N >

Definition at line 2873 of file mavlink_messages.cpp.

Constructor & Destructor Documentation

◆ MavlinkStreamServoOutputRaw() [1/2]

◆ MavlinkStreamServoOutputRaw() [2/2]

template<int N>
MavlinkStreamServoOutputRaw< N >::MavlinkStreamServoOutputRaw ( Mavlink mavlink)
inlineexplicitprotected

Definition at line 2921 of file mavlink_messages.cpp.

Member Function Documentation

◆ get_id()

template<int N>
uint16_t MavlinkStreamServoOutputRaw< N >::get_id ( )
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 2886 of file mavlink_messages.cpp.

References MavlinkStreamHeartbeat::get_id_static().

Here is the call graph for this function:

◆ get_id_static()

template<int N>
static uint16_t MavlinkStreamServoOutputRaw< N >::get_id_static ( )
inlinestatic

Definition at line 2881 of file mavlink_messages.cpp.

◆ get_name()

template<int N>
const char* MavlinkStreamServoOutputRaw< N >::get_name ( ) const
inlineoverridevirtual

Implements MavlinkStream.

Definition at line 2876 of file mavlink_messages.cpp.

References MavlinkStreamServoOutputRaw< N >::get_name_static().

Here is the call graph for this function:

◆ get_name_static()

template<int N>
static const char* MavlinkStreamServoOutputRaw< N >::get_name_static ( )
inlinestatic

Definition at line 2891 of file mavlink_messages.cpp.

Referenced by MavlinkStreamServoOutputRaw< N >::get_name().

Here is the caller graph for this function:

◆ get_size()

template<int N>
unsigned MavlinkStreamServoOutputRaw< N >::get_size ( )
inlineoverridevirtual

Get maximal total messages size on update.

Implements MavlinkStream.

Definition at line 2907 of file mavlink_messages.cpp.

◆ new_instance()

template<int N>
static MavlinkStream* MavlinkStreamServoOutputRaw< N >::new_instance ( Mavlink mavlink)
inlinestatic

Definition at line 2902 of file mavlink_messages.cpp.

◆ operator=()

template<int N>
MavlinkStreamServoOutputRaw& MavlinkStreamServoOutputRaw< N >::operator= ( const MavlinkStreamServoOutputRaw< N > &  )
privatedelete

◆ send()

template<int N>
bool MavlinkStreamServoOutputRaw< N >::send ( const hrt_abstime  t)
inlineoverrideprotectedvirtual

Implements MavlinkStream.

Definition at line 2926 of file mavlink_messages.cpp.

References MavlinkStream::_mavlink, Mavlink::get_channel(), msg, actuator_outputs_s::output, actuator_outputs_s::timestamp, and MavlinkOrbSubscription::update().

Here is the call graph for this function:

Member Data Documentation

◆ _act_sub

template<int N>
MavlinkOrbSubscription* MavlinkStreamServoOutputRaw< N >::_act_sub
private

Definition at line 2913 of file mavlink_messages.cpp.

◆ _act_time

template<int N>
uint64_t MavlinkStreamServoOutputRaw< N >::_act_time
private

Definition at line 2914 of file mavlink_messages.cpp.


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