|
QuectelGnssRK
|
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 |
Type of point coordinates of the given event.
| void QuectelGnssRK::LocationPoint::toJsonWriter | ( | JSONWriter & | writer, |
| bool | wrapInObject = true ) const |
Convert this object to JSON.
| writer | JSONWriter to write the data to |
| wrapInObject | true to wrap the data with writer.beginObject() and writer.endObject(). Default = true. |
| String QuectelGnssRK::LocationPoint::toStringSimple | ( | ) | const |
Creates a simple readable string with common fields inclusing latitude, longitude, altitude, speed, heading, and time to first fix.
| float QuectelGnssRK::LocationPoint::altitude |
Point altitude in meters
| time_t QuectelGnssRK::LocationPoint::epochTime |
Epoch time from device sources
| unsigned int QuectelGnssRK::LocationPoint::fix |
Indication of GNSS locked status
| float QuectelGnssRK::LocationPoint::heading |
Point heading in degrees
| float QuectelGnssRK::LocationPoint::horizontalAccuracy |
Point horizontal accuracy in meters
| float QuectelGnssRK::LocationPoint::horizontalDop |
Point horizontal dilution of precision
| double QuectelGnssRK::LocationPoint::latitude |
Point latitude in degrees
| double QuectelGnssRK::LocationPoint::longitude |
Point longitude in degrees
| unsigned int QuectelGnssRK::LocationPoint::satsInUse |
Point satellites in use
| float QuectelGnssRK::LocationPoint::speed |
Point speed in meters per second
| time32_t QuectelGnssRK::LocationPoint::systemTime |
System epoch time
| float QuectelGnssRK::LocationPoint::timeToFirstFix |
Time-to-first-fix in seconds
| float QuectelGnssRK::LocationPoint::verticalAccuracy |
Point vertical accuracy in meters
| float QuectelGnssRK::LocationPoint::verticalDop |
Point vertical dilution of precision