emlabcpp
modern opinionated embedded C++ library
|
Sizeless message is class that behaves in a same way as normal message, however it is serialized differently. More...
#include <message.h>
Public Member Functions | |
template<std::size_t M> | |
sizeless_message (message< M > const &other) | |
Additional Inherited Members |
Sizeless message is class that behaves in a same way as normal message, however it is serialized differently.
Protocol message stores how many bytes it's made of before the data itself in the final message, sizless message does not and greedely tries to parse rest of the buffer during the parsing process.
|
inlineexplicit |
References emlabcpp::N.