support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Fork of C027_Support by u-blox

Embed: (wiki syntax)

« Back to documentation index

MDMParser::CellLocData Struct Reference

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 83 of file MDM.h.


Field Documentation

Estimated altitude, in meters^2.

Definition at line 88 of file MDM.h.

int direction

Course over ground in degrees.

Definition at line 91 of file MDM.h.

float latitude

Estimated latitude, in degrees.

Definition at line 87 of file MDM.h.

float longitude

Estimated longitude, in degrees.

Definition at line 86 of file MDM.h.

CellSensType sensor

Sensor used for last calculation.

Definition at line 93 of file MDM.h.

int speed

Speed over ground m/s^2.

Definition at line 90 of file MDM.h.

int svUsed

number of satellite used

Definition at line 94 of file MDM.h.

struct tm time

GPS Timestamp.

Definition at line 85 of file MDM.h.

Maximum possible error, in meters.

Definition at line 89 of file MDM.h.

bool validData

Flag for indicating if data is valid.

Definition at line 84 of file MDM.h.

Vertical accuracy, in meters^2.

Definition at line 92 of file MDM.h.