Assert updated with the returned status code instead of URL

Dependencies:   ublox-at-cellular-interface

Embed: (wiki syntax)

« Back to documentation index

UbloxATCellularInterfaceExt::CellLocData Struct Reference

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 373 of file UbloxATCellularInterfaceExt.h.


Field Documentation

volatile int altitude

Estimated altitude, in meters^2.

Definition at line 378 of file UbloxATCellularInterfaceExt.h.

volatile int direction

Course over ground in degrees.

Definition at line 381 of file UbloxATCellularInterfaceExt.h.

volatile float latitude

Estimated latitude, in degrees.

Definition at line 377 of file UbloxATCellularInterfaceExt.h.

volatile float longitude

Estimated longitude, in degrees.

Definition at line 376 of file UbloxATCellularInterfaceExt.h.

volatile CellSensType sensor

Sensor used for last calculation.

Definition at line 383 of file UbloxATCellularInterfaceExt.h.

volatile int speed

Speed over ground m/s^2.

Definition at line 380 of file UbloxATCellularInterfaceExt.h.

volatile int svUsed

number of satellite used.

Definition at line 384 of file UbloxATCellularInterfaceExt.h.

struct tm time

GPS Timestamp.

Definition at line 375 of file UbloxATCellularInterfaceExt.h.

volatile int uncertainty

Maximum possible error, in meters.

Definition at line 379 of file UbloxATCellularInterfaceExt.h.

volatile bool validData

Flag for indicating if data is valid.

Definition at line 374 of file UbloxATCellularInterfaceExt.h.

volatile int verticalAcc

Vertical accuracy, in meters^2.

Definition at line 382 of file UbloxATCellularInterfaceExt.h.