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

#include <gps_dump.h>

Collaboration diagram for gps_dump_s:

Public Attributes

uint64_t timestamp
 
uint8_t len
 
uint8_t data [79]
 

Detailed Description

Definition at line 52 of file gps_dump.h.

Member Data Documentation

◆ data

uint8_t gps_dump_s::data[79]

Definition at line 56 of file gps_dump.h.

Referenced by GPS::dumpGpsData().

◆ len

uint8_t gps_dump_s::len

Definition at line 55 of file gps_dump.h.

Referenced by GPS::dumpGpsData().

◆ timestamp

uint64_t gps_dump_s::timestamp

Definition at line 54 of file gps_dump.h.

Referenced by GPS::dumpGpsData().


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