GNSS_structDMS Struct Reference

#include <gnss_types.h>


Detailed Description

A struct for degrees, minutes, seconds, and a string.

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

Definition at line 300 of file gnss_types.h.


Data Fields

short degrees
 The degrees component [deg].
short minutes
 The minutes component [min].
float seconds
 The seconds component [s].
char dms_str [24]
 A DMS string e.g. dms_str = "-180'59'59.9999\"".

Field Documentation

short GNSS_structDMS::degrees

The degrees component [deg].

Definition at line 302 of file gnss_types.h.

short GNSS_structDMS::minutes

The minutes component [min].

Definition at line 303 of file gnss_types.h.

float GNSS_structDMS::seconds

The seconds component [s].

Definition at line 304 of file gnss_types.h.

char GNSS_structDMS::dms_str[24]

A DMS string e.g. dms_str = "-180'59'59.9999\"".

Definition at line 305 of file gnss_types.h.


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