Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mtsas mtsas mtsas mtsas
Cellular::gpsData Struct Reference
This structure contains the data for GPS position. More...
#include <Cellular.h>
Data Fields | |
| std::string | latitude |
| Format is ddmm.mmmm N/S. Where: dd - degrees 00..90; mm.mmmm - minutes 00.0000..59.9999; N/S: North/South. | |
| std::string | longitude |
| Format is dddmm.mmmm E/W. Where: ddd - degrees 000..180; mm.mmmm - minutes 00.0000..59.9999; E/W: East/West. | |
| float | hdop |
| Horizontal Diluition of Precision. | |
| float | altitude |
| Altitude - mean-sea-level (geoid) in meters. | |
| int | fix |
| 0 or 1 - Invalid Fix; 2 - 2D fix; 3 - 3D fix. | |
| std::string | cog |
| Format is ddd.mm - Course over Ground. Where: ddd - degrees 000..360; mm - minutes 00..59. | |
| float | kmhr |
| Speed over ground (Km/hr). | |
| float | knots |
| Speed over ground (knots). | |
| int | satellites |
| Total number of satellites in use. | |
| std::string | timestamp |
| Date and time in the format YY/MM/DD,HH:MM:SS. | |
Detailed Description
This structure contains the data for GPS position.
Definition at line 270 of file Cellular.h.
Field Documentation
| float altitude |
Altitude - mean-sea-level (geoid) in meters.
Definition at line 279 of file Cellular.h.
| std::string cog |
Format is ddd.mm - Course over Ground. Where: ddd - degrees 000..360; mm - minutes 00..59.
Definition at line 283 of file Cellular.h.
| int fix |
0 or 1 - Invalid Fix; 2 - 2D fix; 3 - 3D fix.
Definition at line 281 of file Cellular.h.
| float hdop |
Horizontal Diluition of Precision.
Definition at line 277 of file Cellular.h.
| float kmhr |
Speed over ground (Km/hr).
Definition at line 285 of file Cellular.h.
| float knots |
Speed over ground (knots).
Definition at line 287 of file Cellular.h.
| std::string latitude |
Format is ddmm.mmmm N/S. Where: dd - degrees 00..90; mm.mmmm - minutes 00.0000..59.9999; N/S: North/South.
Definition at line 273 of file Cellular.h.
| std::string longitude |
Format is dddmm.mmmm E/W. Where: ddd - degrees 000..180; mm.mmmm - minutes 00.0000..59.9999; E/W: East/West.
Definition at line 275 of file Cellular.h.
| int satellites |
Total number of satellites in use.
Definition at line 289 of file Cellular.h.
| std::string timestamp |
Date and time in the format YY/MM/DD,HH:MM:SS.
Definition at line 291 of file Cellular.h.
Generated on Tue Jul 12 2022 21:59:41 by
1.7.2