#include <gnss_types.h>
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\"". |
short GNSS_structDMS::degrees |
short GNSS_structDMS::minutes |
float GNSS_structDMS::seconds |
char GNSS_structDMS::dms_str[24] |