GNSS_structDOP Struct Reference

#include <gnss_types.h>


Detailed Description

A struct for holding dilution of precision information.

This struct is 4 and 8 byte struct member packing compatible.

Definition at line 267 of file gnss_types.h.


Data Fields

float gdop
 geometric dilution of precision [].
float pdop
 position dilution of precision [].
float ndop
 northing dilution of precision [].
float edop
 easting dilution of precision [].
float hdop
 horizontal dilution of precision [].
float vdop
 vertical dilution of precision [].
float tdop
 time dilution of precision [].
float reserved
 reserved dilution of precision [].

Field Documentation

float GNSS_structDOP::gdop

geometric dilution of precision [].

Definition at line 269 of file gnss_types.h.

float GNSS_structDOP::pdop

position dilution of precision [].

Definition at line 270 of file gnss_types.h.

float GNSS_structDOP::ndop

northing dilution of precision [].

Definition at line 271 of file gnss_types.h.

float GNSS_structDOP::edop

easting dilution of precision [].

Definition at line 272 of file gnss_types.h.

float GNSS_structDOP::hdop

horizontal dilution of precision [].

Definition at line 273 of file gnss_types.h.

float GNSS_structDOP::vdop

vertical dilution of precision [].

Definition at line 274 of file gnss_types.h.

float GNSS_structDOP::tdop

time dilution of precision [].

Definition at line 275 of file gnss_types.h.

float GNSS_structDOP::reserved

reserved dilution of precision [].

Definition at line 276 of file gnss_types.h.


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