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 318 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 320 of file gnss_types.h.

float GNSS_structDOP::pdop

position dilution of precision [].

Definition at line 321 of file gnss_types.h.

float GNSS_structDOP::ndop

northing dilution of precision [].

Definition at line 322 of file gnss_types.h.

float GNSS_structDOP::edop

easting dilution of precision [].

Definition at line 323 of file gnss_types.h.

float GNSS_structDOP::hdop

horizontal dilution of precision [].

Definition at line 324 of file gnss_types.h.

float GNSS_structDOP::vdop

vertical dilution of precision [].

Definition at line 325 of file gnss_types.h.

float GNSS_structDOP::tdop

time dilution of precision [].

Definition at line 326 of file gnss_types.h.

float GNSS_structDOP::reserved

reserved dilution of precision [].

Definition at line 327 of file gnss_types.h.


The documentation for this struct was generated from the following file:
SourceForge.net Logo