Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
c
d
e
f
g
h
i
l
m
p
r
s
t
u
v
~
Variables
a
b
c
d
e
g
h
i
l
m
n
o
p
q
r
s
t
u
v
x
y
Typedefs
Enumerations
Enumerator
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Files
File List
File Members
All
b
l
m
t
Functions
m
t
Variables
test
datasets
errors
BadAnswerProtocolVersion.h
Go to the documentation of this file.
1
#ifndef TEST_DATASET_BAD_ANSWER_PROTOCOL_VERSION_H
2
#define TEST_DATASET_BAD_ANSWER_PROTOCOL_VERSION_H
3
#include <array>
4
// clang-format off
5
constexpr std::array<uint8_t,0x0d>
BAD_ANSWER_PROTOCOL_VERSION
{
6
'A'
,
'N'
,
/* IX blue header */
7
0x00,
/* Protocol Version */
8
0x00, 0x0d,
/* Telegram size */
9
0xde, 0xad, 0xbe, 0xef,
/* payload */
10
0x00, 0x00, 0x3, 0xd4,
/* checksum */
11
};
12
// clang-format on
13
#endif //TEST_DATASET_BAD_ANSWER_PROTOCOL_VERSION_H
BAD_ANSWER_PROTOCOL_VERSION
constexpr std::array< uint8_t, 0x0d > BAD_ANSWER_PROTOCOL_VERSION
Definition:
BadAnswerProtocolVersion.h:5
ixblue_stdbin_decoder
Author(s): Adrien BARRAL
, Laure LEBROTON
autogenerated on Wed Apr 6 2022 02:55:48