data_models/external_data/logbook.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 LogBook
11 {
12  int32_t validityTime_100us; /* Time tag in steps of 100micros */
13  uint32_t log_id; /* Determined by the application */
14  std::array<uint8_t, 32> custom_text; /* String of ASCII characters */
15 };
16 } // namespace Data
17 } // namespace ixblue_stdbin_decoder


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