MinimalV3AnsFrame.h
Go to the documentation of this file.
1 #ifndef TEST_DATASET_MINIMAL_V3_ANS_FRAME_H
2 #define TEST_DATASET_MINIMAL_V3_ANS_FRAME_H
3 #include <array>
4 // clang-format off
5 constexpr std::array<uint8_t,0x0d> MINIMAL_V3_ANS_FRAME {
6  'A', 'N', /* IX blue header */
7  0x03, /* Protocol Version */
8  0x00, 0x0d, /* Telegram size */
9  0xde, 0xad, 0xbe, 0xef, /* payload */
10  0x00, 0x00, 0x03, 0xd7, /* checksum */
11 };
12 // clang-format on
13 #endif // TEST_DATASET_MINIMAL_V3_ANS_FRAME_H
MINIMAL_V3_ANS_FRAME
constexpr std::array< uint8_t, 0x0d > MINIMAL_V3_ANS_FRAME
Definition: MinimalV3AnsFrame.h:5


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