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

#include <vehicle_acceleration.h>

Collaboration diagram for vehicle_acceleration_s:

Public Attributes

uint64_t timestamp
 
uint64_t timestamp_sample
 
float xyz [3]
 
uint8_t _padding0 [4]
 

Detailed Description

Definition at line 51 of file vehicle_acceleration.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_acceleration_s::_padding0[4]

Definition at line 56 of file vehicle_acceleration.h.

◆ timestamp

uint64_t vehicle_acceleration_s::timestamp

◆ timestamp_sample

uint64_t vehicle_acceleration_s::timestamp_sample

Definition at line 54 of file vehicle_acceleration.h.

Referenced by VehicleAcceleration::Run().

◆ xyz


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