nav_header.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <boost/optional.hpp>
4 
5 namespace ixblue_stdbin_decoder
6 {
7 namespace Data
8 {
9 struct NavHeader
10 {
11  enum class MessageType
12  {
13  Command,
14  Answer,
15  NavData,
16  Unknown
17  };
18 
20  uint8_t protocolVersion;
22  boost::optional<uint32_t> extendedNavigationBitMask;
24  uint16_t telegramSize;
26 };
27 } // namespace Data
28 } // namespace ixblue_stdbin_decoder
boost::optional< uint32_t > extendedNavigationBitMask
Definition: nav_header.h:22


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