QuectelGnssRK
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
QuectelGnssRK::LocationPoint Struct Reference

Type of point coordinates of the given event. More...

#include <QuectelGnssRK.h>

Public Member Functions

String toStringSimple () const
 Creates a simple readable string with common fields inclusing latitude, longitude, altitude, speed, heading, and time to first fix.
 
void toJsonWriter (JSONWriter &writer, bool wrapInObject=true) const
 Convert this object to JSON.
 

Data Fields

unsigned int fix
 
time_t epochTime
 
time32_t systemTime
 
double latitude
 
double longitude
 
float altitude
 
float speed
 
float heading
 
float horizontalAccuracy
 
float horizontalDop
 
float verticalAccuracy
 
float verticalDop
 
float timeToFirstFix
 
unsigned int satsInUse
 

Detailed Description

Type of point coordinates of the given event.

Member Function Documentation

◆ toJsonWriter()

void QuectelGnssRK::LocationPoint::toJsonWriter ( JSONWriter & writer,
bool wrapInObject = true ) const

Convert this object to JSON.

Parameters
writerJSONWriter to write the data to
wrapInObjecttrue to wrap the data with writer.beginObject() and writer.endObject(). Default = true.

◆ toStringSimple()

String QuectelGnssRK::LocationPoint::toStringSimple ( ) const

Creates a simple readable string with common fields inclusing latitude, longitude, altitude, speed, heading, and time to first fix.

Returns
String

Field Documentation

◆ altitude

float QuectelGnssRK::LocationPoint::altitude

Point altitude in meters

◆ epochTime

time_t QuectelGnssRK::LocationPoint::epochTime

Epoch time from device sources

◆ fix

unsigned int QuectelGnssRK::LocationPoint::fix

Indication of GNSS locked status

◆ heading

float QuectelGnssRK::LocationPoint::heading

Point heading in degrees

◆ horizontalAccuracy

float QuectelGnssRK::LocationPoint::horizontalAccuracy

Point horizontal accuracy in meters

◆ horizontalDop

float QuectelGnssRK::LocationPoint::horizontalDop

Point horizontal dilution of precision

◆ latitude

double QuectelGnssRK::LocationPoint::latitude

Point latitude in degrees

◆ longitude

double QuectelGnssRK::LocationPoint::longitude

Point longitude in degrees

◆ satsInUse

unsigned int QuectelGnssRK::LocationPoint::satsInUse

Point satellites in use

◆ speed

float QuectelGnssRK::LocationPoint::speed

Point speed in meters per second

◆ systemTime

time32_t QuectelGnssRK::LocationPoint::systemTime

System epoch time

◆ timeToFirstFix

float QuectelGnssRK::LocationPoint::timeToFirstFix

Time-to-first-fix in seconds

◆ verticalAccuracy

float QuectelGnssRK::LocationPoint::verticalAccuracy

Point vertical accuracy in meters

◆ verticalDop

float QuectelGnssRK::LocationPoint::verticalDop

Point vertical dilution of precision


The documentation for this struct was generated from the following files: