|
MIRA
|
Data that is sent as header in each message between remote frameworks. More...
#include <fw/FrameworkMessage.h>
Public Member Functions | |
| FrameworkMessageHeader () | |
| Does not initialize the header. More... | |
| FrameworkMessageHeader (uint32 size, FrameworkMessageType messagetype) | |
| Initializes the call header with the specified values. More... | |
| boost::asio::mutable_buffers_1 | asBuffer () |
| Returns this message as boost asio buffer. More... | |
Public Attributes | |
| uint32 | messageSize |
| uint32 | messageType |
Data that is sent as header in each message between remote frameworks.
|
inline |
Does not initialize the header.
|
inline |
Initializes the call header with the specified values.
|
inline |
Returns this message as boost asio buffer.
| uint32 messageSize |
| uint32 messageType |
1.8.14