data_models/external_data/dmi.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 Dmi
10 {
11  int32_t validityTime_100us; /* Time tag in steps of 100micros */
12  int32_t pulse_count; /* Number of pulses received since last DMI event */
13 };
14 } // namespace Data
15 } // namespace ixblue_stdbin_decoder


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