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

#include <LogStructure.h>

Public Attributes

 LOG_PACKET_HEADER
 
uint64_t time_us
 
uint8_t status
 
uint32_t gps_week_ms
 
uint16_t gps_week
 
uint8_t num_sats
 
uint16_t hdop
 
int32_t latitude
 
int32_t longitude
 
int32_t altitude
 
float ground_speed
 
float ground_course
 
float vel_z
 
uint8_t used
 

Detailed Description

Definition at line 161 of file LogStructure.h.

Member Data Documentation

◆ altitude

int32_t log_GPS::altitude

Definition at line 171 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ gps_week

uint16_t log_GPS::gps_week

Definition at line 166 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ gps_week_ms

uint32_t log_GPS::gps_week_ms

Definition at line 165 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ ground_course

float log_GPS::ground_course

Definition at line 173 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ ground_speed

float log_GPS::ground_speed

Definition at line 172 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ hdop

uint16_t log_GPS::hdop

Definition at line 168 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ latitude

int32_t log_GPS::latitude

Definition at line 169 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ LOG_PACKET_HEADER

log_GPS::LOG_PACKET_HEADER

Definition at line 162 of file LogStructure.h.

◆ longitude

int32_t log_GPS::longitude

Definition at line 170 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ num_sats

uint8_t log_GPS::num_sats

Definition at line 167 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ status

uint8_t log_GPS::status

Definition at line 164 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ time_us

uint64_t log_GPS::time_us

Definition at line 163 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ used

uint8_t log_GPS::used

Definition at line 175 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().

◆ vel_z

float log_GPS::vel_z

Definition at line 174 of file LogStructure.h.

Referenced by DataFlash_Class::Log_Write_GPS().


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