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::Data::LogBook::custom_text
std::array< uint8_t, 32 > custom_text
Definition: data_models/external_data/logbook.h:14
ixblue_stdbin_decoder::Data::LogBook
Definition: data_models/external_data/logbook.h:10
ixblue_stdbin_decoder::Data::LogBook::validityTime_100us
int32_t validityTime_100us
Definition: data_models/external_data/logbook.h:12
ixblue_stdbin_decoder
Definition: data_models/extended_navigation_data/raw_rotation_rate_vessel_frame.h:3
ixblue_stdbin_decoder::Data::LogBook::log_id
uint32_t log_id
Definition: data_models/external_data/logbook.h:13


ixblue_stdbin_decoder
Author(s): Adrien BARRAL , Laure LEBROTON
autogenerated on Wed Apr 6 2022 02:55:48