Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Attributes
XsGpsPvtData Struct Reference

Detailed Description

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...
 

Member Data Documentation

◆ m_gpsAge

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.

◆ m_hacc

uint32_t XsGpsPvtData::m_hacc

Horizontal accuracy estimate, expected error standard deviation in mm.

Definition at line 42 of file xsgpspvtdata.h.

◆ m_height

int32_t XsGpsPvtData::m_height

Height in mm.

Definition at line 38 of file xsgpspvtdata.h.

◆ m_itow

uint32_t XsGpsPvtData::m_itow

Integer time of week in ms.

Definition at line 35 of file xsgpspvtdata.h.

◆ m_latitude

int32_t XsGpsPvtData::m_latitude

Latitude in 1e-7 degrees.

Definition at line 36 of file xsgpspvtdata.h.

◆ m_longitude

int32_t XsGpsPvtData::m_longitude

Longitude in 1e-7 degrees.

Definition at line 37 of file xsgpspvtdata.h.

◆ m_pressure

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().

◆ m_pressureAge

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().

◆ m_sacc

uint32_t XsGpsPvtData::m_sacc

Speed accuracy estimate, expected error standard deviation in cm/s.

Definition at line 44 of file xsgpspvtdata.h.

◆ m_vacc

uint32_t XsGpsPvtData::m_vacc

Vertical accuracy estimate, expected error standard deviation in mm.

Definition at line 43 of file xsgpspvtdata.h.

◆ m_veld

int32_t XsGpsPvtData::m_veld

Velocity towards down in cm/s.

Definition at line 41 of file xsgpspvtdata.h.

◆ m_vele

int32_t XsGpsPvtData::m_vele

Velocity towards east in cm/s.

Definition at line 40 of file xsgpspvtdata.h.

◆ m_veln

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.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019