BadNavProtocolVersion.h
Go to the documentation of this file.
1 #ifndef TEST_DATASET_BAD_NAV_PROTOCOL_VERSION_H
2 #define TEST_DATASET_BAD_NAV_PROTOCOL_VERSION_H
3 #include <array>
4 // clang-format off
5 constexpr std::array<uint8_t,0x25> BAD_NAV_PROTOCOL_VERSION {
6  'I', 'X', /*IX blue header */
7  0x00, /*Protocol Version */
8  0x00, 0x00, 0x00, 0x01, /* navigation bitmask (0x00000001 means only AttitudeAndHeading) */
9  0x00, 0x00, 0x00, 0x00, /* external data bitmask */
10  0x00, 0x25, /* Telegram size */
11  0x00, 0x00, 0x00, 0x05, /* navigation validity time (500 us) */
12  0x00, 0x00, 0x01, 0x23, /* counter (0x123) */
13  0x00, 0x00, 0xa0, 0x3f, /* Heading : 1.25f */
14  0x00, 0x00, 0xc0, 0xbf, /* roll : -1.5f */
15  0xcd, 0xcc, 0x48, 0x41, /* Pitch : 12.55f */
16  0x00, 0x00, 0x05, 0x70 /* Checksum */
17 };
18 // clang-format on
19 #endif //TEST_DATASET_BAD_NAV_PROTOCOL_VERSION_H
constexpr std::array< uint8_t, 0x25 > BAD_NAV_PROTOCOL_VERSION


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