Go to the documentation of this file.
9 #ifndef __TN_VEHICLE_LOCATION_INFO_H__
10 #define __TN_VEHICLE_LOCATION_INFO_H__
12 #include "../tn_export.h"
91 #endif //__TN_VEHICLE_LOCATION_INFO_H__
bool m_epoch_flag
epoch flag, used to sync with 3rd party DR.
uint8_t m_satellite_num
number of satellites used.
float m_cum_dist
accumulated distance in meters since the system start.
double m_lat
latitude of the coordinates of this location in WGS84.
Vehicle current location information.
double m_lon
longtitude of the coordinates of this location in WGS84.
float m_location_accuracy
estimated horizontal accuracy as the radius of 68% confidence of this location, radial,...
uint32_t m_utc_time
UTC time of this location, in seconds since January 1, 1970.
float m_speed
speed in meters per second.
uint32_t m_elapsed_time
elapsed time in milliseconds since the system start.
uint16_t m_heading
heading in degrees. North is zero; clockwise; 0-359, 0 as default.
float m_cum_alt
accumulated altitude in meters since the system start.