data_models/external_data/gnss.h
Go to the documentation of this file.
1 #pragma once
2 #include <inttypes.h>
3 
4 namespace ixblue_stdbin_decoder
5 {
6 namespace Data
7 {
8 
9 struct Gnss
10 {
11  int32_t validityTime_100us; /* Time tag in steps of 100micros */
12  uint8_t gnss_id; /* 0 : gnss1 - 1 : gnss2 - 2 : manual gnss */
13  uint8_t gnss_quality; /* TODO : decode Natural, differential, military ... */
14  double latitude_deg; /* Positive north - [-90°:90°] */
15  double longitude_deg; /* Increasing toward east - [0°:360°] */
16  float altitude_m; /* Positive up - in geoid ref */
20  float lat_lon_stddev_m2; /* 0 for manual GNSS */
22 };
23 } // namespace Data
24 } // namespace ixblue_stdbin_decoder


ixblue_stdbin_decoder
Author(s): Adrien BARRAL , Laure LEBROTON
autogenerated on Sat Jan 9 2021 03:13:21