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.
Dependencies: ublox-at-cellular-interface
Dependents: example-ublox-at-cellular-interface-ext HelloMQTT ublox_new_driver_test example-ublox-at-cellular-interface-ext ... more
UbloxATCellularInterfaceExt::CellLocData Struct Reference
Cell Locate data. More...
#include <UbloxATCellularInterfaceExt.h>
Data Fields | |
| volatile bool | validData |
| Flag for indicating if data is valid. | |
| struct tm | time |
| GPS Timestamp. | |
| volatile float | longitude |
| Estimated longitude, in degrees. | |
| volatile float | latitude |
| Estimated latitude, in degrees. | |
| volatile int | altitude |
| Estimated altitude, in meters^2. | |
| volatile int | uncertainty |
| Maximum possible error, in meters. | |
| volatile int | speed |
| Speed over ground m/s^2. | |
| volatile int | direction |
| Course over ground in degrees. | |
| volatile int | verticalAcc |
| Vertical accuracy, in meters^2. | |
| volatile CellSensType | sensor |
| Sensor used for last calculation. | |
| volatile int | svUsed |
| number of satellite used. | |
Detailed Description
Cell Locate data.
Definition at line 374 of file UbloxATCellularInterfaceExt.h.
Field Documentation
| volatile int altitude |
Estimated altitude, in meters^2.
Definition at line 379 of file UbloxATCellularInterfaceExt.h.
| volatile int direction |
Course over ground in degrees.
Definition at line 382 of file UbloxATCellularInterfaceExt.h.
| volatile float latitude |
Estimated latitude, in degrees.
Definition at line 378 of file UbloxATCellularInterfaceExt.h.
| volatile float longitude |
Estimated longitude, in degrees.
Definition at line 377 of file UbloxATCellularInterfaceExt.h.
| volatile CellSensType sensor |
Sensor used for last calculation.
Definition at line 384 of file UbloxATCellularInterfaceExt.h.
| volatile int speed |
Speed over ground m/s^2.
Definition at line 381 of file UbloxATCellularInterfaceExt.h.
| volatile int svUsed |
number of satellite used.
Definition at line 385 of file UbloxATCellularInterfaceExt.h.
| struct tm time |
GPS Timestamp.
Definition at line 376 of file UbloxATCellularInterfaceExt.h.
| volatile int uncertainty |
Maximum possible error, in meters.
Definition at line 380 of file UbloxATCellularInterfaceExt.h.
| volatile bool validData |
Flag for indicating if data is valid.
Definition at line 375 of file UbloxATCellularInterfaceExt.h.
| volatile int verticalAcc |
Vertical accuracy, in meters^2.
Definition at line 383 of file UbloxATCellularInterfaceExt.h.
Generated on Tue Jul 12 2022 21:43:58 by
1.7.2