data_models/external_data/emlog.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 Emlog
10 {
11  int32_t validityTime_100us; /* Time tag in steps of 100micros */
12  uint8_t emlog_id; /* 0 : emlog1 - 1 : emlog2 */
13  float xv1_waterSpeed_ms; /* Longitudinal water speed - positive forward */
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