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.
Fork of MTS-Cellular by
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 269 of file Cellular.h.
Field Documentation
| float altitude |
Altitude - mean-sea-level (geoid) in meters.
Definition at line 278 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 282 of file Cellular.h.
| int fix |
0 or 1 - Invalid Fix; 2 - 2D fix; 3 - 3D fix.
Definition at line 280 of file Cellular.h.
| float hdop |
Horizontal Diluition of Precision.
Definition at line 276 of file Cellular.h.
| float kmhr |
Speed over ground (Km/hr).
Definition at line 284 of file Cellular.h.
| float knots |
Speed over ground (knots).
Definition at line 286 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 272 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 274 of file Cellular.h.
| int satellites |
Total number of satellites in use.
Definition at line 288 of file Cellular.h.
| std::string timestamp |
Date and time in the format YY/MM/DD,HH:MM:SS.
Definition at line 290 of file Cellular.h.
Generated on Tue Jul 12 2022 19:53:40 by
1.7.2
