Data from the GPS unit of a legacy MTi-G.
Definition at line 32 of file xsgpspvtdata.h.
#include <xSens_MT4/xstypes/include/xsens/xsgpspvtdata.h>
Public Attributes | |
uint16_t | m_pressure |
The pressure measurement in units of 2 Pascal, only valid if m_pressureAge is not 255. More... | |
uint8_t | m_pressureAge |
The age of the pressure measurement in packets. When it decreases relative to the previous packet, it indicates that new data is available. More... | |
uint32_t | m_itow |
Integer time of week in ms. More... | |
int32_t | m_latitude |
Latitude in 1e-7 degrees. More... | |
int32_t | m_longitude |
Longitude in 1e-7 degrees. More... | |
int32_t | m_height |
Height in mm. More... | |
int32_t | m_veln |
Velocity towards north in cm/s. More... | |
int32_t | m_vele |
Velocity towards east in cm/s. More... | |
int32_t | m_veld |
Velocity towards down in cm/s. More... | |
uint32_t | m_hacc |
Horizontal accuracy estimate, expected error standard deviation in mm. More... | |
uint32_t | m_vacc |
Vertical accuracy estimate, expected error standard deviation in mm. More... | |
uint32_t | m_sacc |
Speed accuracy estimate, expected error standard deviation in cm/s. More... | |
uint8_t | m_gpsAge |
The age of the GPS measurement in packets. When it decreases relative to the previous packet, it indicates that new data is available. More... | |
uint8_t XsGpsPvtData::m_gpsAge |
The age of the GPS measurement in packets. When it decreases relative to the previous packet, it indicates that new data is available.
Definition at line 45 of file xsgpspvtdata.h.
uint32_t XsGpsPvtData::m_hacc |
Horizontal accuracy estimate, expected error standard deviation in mm.
Definition at line 42 of file xsgpspvtdata.h.
int32_t XsGpsPvtData::m_height |
Height in mm.
Definition at line 38 of file xsgpspvtdata.h.
uint32_t XsGpsPvtData::m_itow |
Integer time of week in ms.
Definition at line 35 of file xsgpspvtdata.h.
int32_t XsGpsPvtData::m_latitude |
Latitude in 1e-7 degrees.
Definition at line 36 of file xsgpspvtdata.h.
int32_t XsGpsPvtData::m_longitude |
Longitude in 1e-7 degrees.
Definition at line 37 of file xsgpspvtdata.h.
uint16_t XsGpsPvtData::m_pressure |
The pressure measurement in units of 2 Pascal, only valid if m_pressureAge is not 255.
Definition at line 33 of file xsgpspvtdata.h.
Referenced by XsDataPacket_assignFromXsLegacyDataPacket().
uint8_t XsGpsPvtData::m_pressureAge |
The age of the pressure measurement in packets. When it decreases relative to the previous packet, it indicates that new data is available.
Definition at line 34 of file xsgpspvtdata.h.
Referenced by XsDataPacket_assignFromXsLegacyDataPacket().
uint32_t XsGpsPvtData::m_sacc |
Speed accuracy estimate, expected error standard deviation in cm/s.
Definition at line 44 of file xsgpspvtdata.h.
uint32_t XsGpsPvtData::m_vacc |
Vertical accuracy estimate, expected error standard deviation in mm.
Definition at line 43 of file xsgpspvtdata.h.
int32_t XsGpsPvtData::m_veld |
Velocity towards down in cm/s.
Definition at line 41 of file xsgpspvtdata.h.
int32_t XsGpsPvtData::m_vele |
Velocity towards east in cm/s.
Definition at line 40 of file xsgpspvtdata.h.
int32_t XsGpsPvtData::m_veln |
Velocity towards north in cm/s.
Definition at line 39 of file xsgpspvtdata.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |