emlabcpp
modern opinionated embedded C++ library
|
The value defined by D
present in the message is offseted by Offset
.
More...
#include <base.h>
Public Types | |
using | def_type = D |
Static Public Attributes | |
static constexpr auto | offset = Offset |
The value defined by D
present in the message is offseted by Offset
.
If the offset for example 2
, value 4
in the message is parsed as 2
and value 1
is serialized as 3
.
using emlabcpp::protocol::value_offset< D, Offset >::def_type = D |
|
staticconstexpr |