data_models/external_data/vtg.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 Vtg
10 {
11  int32_t validityTime_100us; /* Time tag in steps of 100micros */
12  uint8_t vtg_id; /* 0 : VTG1 - 1 : VTG2 */
16 };
17 } // namespace Data
18 } // namespace ixblue_stdbin_decoder


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