data_models/external_data/lbl.h
Go to the documentation of this file.
1 #pragma once
2 #include <array>
3 #include <inttypes.h>
4 
5 namespace ixblue_stdbin_decoder
6 {
7 namespace Data
8 {
9 
10 struct Lbl
11 {
12  int32_t validityTime_100us; /* Time tag in steps of 100micros */
13  uint8_t rfu; /* Reserved for futur used */
14  std::array<uint8_t, 8> beacon_id;
15  double beacon_latitude_deg; /* Positive north - [-90°:90°] */
16  double beacon_longitude_deg; /* Positive east - [0°:360°] */
17  float beacon_altitude_m; /* Positive up */
18  float range_m; /* Positive */
20 };
21 } // namespace Data
22 } // namespace ixblue_stdbin_decoder


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