APM:Libraries
Public Attributes | List of all members
log_ACCEL Struct Reference

#include <LogStructure.h>

Public Attributes

 LOG_PACKET_HEADER
 
uint64_t time_us
 
uint64_t sample_us
 
float AccX
 
float AccY
 
float AccZ
 

Detailed Description

Definition at line 852 of file LogStructure.h.

Member Data Documentation

◆ AccX

float log_ACCEL::AccX

Definition at line 856 of file LogStructure.h.

Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().

◆ AccY

float log_ACCEL::AccY

Definition at line 856 of file LogStructure.h.

Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().

◆ AccZ

float log_ACCEL::AccZ

Definition at line 856 of file LogStructure.h.

Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().

◆ LOG_PACKET_HEADER

log_ACCEL::LOG_PACKET_HEADER

Definition at line 853 of file LogStructure.h.

◆ sample_us

uint64_t log_ACCEL::sample_us

Definition at line 855 of file LogStructure.h.

Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().

◆ time_us

uint64_t log_ACCEL::time_us

Definition at line 854 of file LogStructure.h.

Referenced by AP_InertialSensor_Backend::log_accel_raw(), and loop().


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