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 C027_Support by
MDMParser::CellLocData Struct Reference
Cell Locate Data. More...
#include <MDM.h>
Data Fields | |
| bool | validData |
| Flag for indicating if data is valid. | |
| struct tm | time |
| GPS Timestamp. | |
| float | longitude |
| Estimated longitude, in degrees. | |
| float | latitude |
| Estimated latitude, in degrees. | |
| int | altitutude |
| Estimated altitude, in meters^2. | |
| int | uncertainty |
| Maximum possible error, in meters. | |
| int | speed |
| Speed over ground m/s^2. | |
| int | direction |
| Course over ground in degrees. | |
| int | verticalAcc |
| Vertical accuracy, in meters^2. | |
| CellSensType | sensor |
| Sensor used for last calculation. | |
| int | svUsed |
| number of satellite used | |
Detailed Description
Cell Locate Data.
Definition at line 81 of file MDM.h.
Field Documentation
| int altitutude |
| int uncertainty |
| int verticalAcc |
Generated on Sat Jul 16 2022 02:54:29 by
1.7.2
