#include <Message.hpp>
|
template<typename DataType > |
static Message< T > & | GetBytes (Message< T > &msg, DataType &data, uint64_t size) |
| Get size bytes from the message and put it in data, useful for strings (no compile time size) More...
|
|
static Message< T > & | GetBytes (Message< T > &msg, std::string &data, uint64_t size) |
|
◆ Message() [1/2]
◆ Message() [2/2]
◆ ~Message()
◆ GetBytes() [1/2]
template<typename T >
template<typename DataType >
Get size bytes from the message and put it in data, useful for strings (no compile time size)
◆ GetBytes() [2/2]
◆ operator=()
◆ reset()
Reset this message, this message will be totally empty.
- Note
- Te message header id won't be changed
◆ size()
Returns the message body size.
◆ body
The payload of the message look at the header to know it's size.
◆ header
The documentation for this struct was generated from the following file: