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

#include <LogStructure.h>

Public Attributes

 LOG_PACKET_HEADER
 
uint64_t time_us
 
int16_t roll
 
int16_t pitch
 
uint16_t yaw
 
float alt
 
int32_t lat
 
int32_t lng
 
float q1
 
float q2
 
float q3
 
float q4
 

Detailed Description

Definition at line 340 of file LogStructure.h.

Member Data Documentation

◆ alt

float log_AHRS::alt

◆ lat

int32_t log_AHRS::lat

◆ lng

int32_t log_AHRS::lng

◆ LOG_PACKET_HEADER

log_AHRS::LOG_PACKET_HEADER

Definition at line 341 of file LogStructure.h.

◆ pitch

int16_t log_AHRS::pitch

◆ q1

float log_AHRS::q1

◆ q2

float log_AHRS::q2

◆ q3

float log_AHRS::q3

◆ q4

float log_AHRS::q4

◆ roll

int16_t log_AHRS::roll

◆ time_us

uint64_t log_AHRS::time_us

◆ yaw

uint16_t log_AHRS::yaw

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