data_models/navigation_data/position.h
Go to the documentation of this file.
1 #pragma once
2 namespace ixblue_stdbin_decoder
3 {
4 namespace Data
5 {
6 
8 struct Position
9 {
10  double latitude_deg; /* Positive north - [-90°:90°] */
11  double longitude_deg; /* Increasing toward east - [0°:360°] */
12  uint8_t altitude_ref;
13  float altitude_m; /* Positive up */
14 };
15 } // namespace Data
16 } // namespace ixblue_stdbin_decoder


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