PX4 Firmware
PX4 Autopilot Software http://px4.io
MavlinkCommandSender::command_item_t Struct Reference
Collaboration diagram for MavlinkCommandSender::command_item_t:

Public Attributes

mavlink_command_long_t command = {}
 
hrt_abstime timestamp_us = 0
 
hrt_abstime last_time_sent_us = 0
 
int8_t num_sent_per_channel [MAX_MAVLINK_CHANNEL] = {-1, -1, -1, -1}
 

Detailed Description

Definition at line 108 of file mavlink_command_sender.h.

Member Data Documentation

◆ command

mavlink_command_long_t MavlinkCommandSender::command_item_t::command = {}

◆ last_time_sent_us

hrt_abstime MavlinkCommandSender::command_item_t::last_time_sent_us = 0

◆ num_sent_per_channel

int8_t MavlinkCommandSender::command_item_t::num_sent_per_channel[MAX_MAVLINK_CHANNEL] = {-1, -1, -1, -1}

◆ timestamp_us

hrt_abstime MavlinkCommandSender::command_item_t::timestamp_us = 0

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