PX4 Firmware
PX4 Autopilot Software http://px4.io
vehicle_command_ack_s Struct Reference

#include <vehicle_command_ack.h>

Collaboration diagram for vehicle_command_ack_s:

Public Attributes

uint64_t timestamp
 
int32_t result_param2
 
uint16_t command
 
uint8_t result
 
bool from_external
 
uint8_t result_param1
 
uint8_t target_system
 
uint8_t target_component
 
uint8_t _padding0 [5]
 

Detailed Description

Definition at line 64 of file vehicle_command_ack.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_command_ack_s::_padding0[5]

Definition at line 74 of file vehicle_command_ack.h.

◆ command

uint16_t vehicle_command_ack_s::command

◆ from_external

bool vehicle_command_ack_s::from_external

Definition at line 70 of file vehicle_command_ack.h.

Referenced by Navigator::publish_vehicle_command_ack().

◆ result

uint8_t vehicle_command_ack_s::result

◆ result_param1

uint8_t vehicle_command_ack_s::result_param1

◆ result_param2

int32_t vehicle_command_ack_s::result_param2

◆ target_component

uint8_t vehicle_command_ack_s::target_component

◆ target_system

uint8_t vehicle_command_ack_s::target_system

◆ timestamp


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