|
AndroMeta
2.0.0
|
Message data used by message handlers and buffers. More...
#include <MMessage.h>
Public Member Functions | |
| MMessage (const mvar &hdr, const mvar &bdy) | |
| MMessage (const mvar &bdy) | |
Public Attributes | |
| int | submitter |
| uint64_t | id |
| mvar | header |
| mvar | body |
Message data used by message handlers and buffers.
This class defines the message data structure used by MMesageHandler and MMessageBuffer which in turn are utilized throughout many places in the framework. Most of the messaging-related framework methods allow the header and body to be passed thereby creating an MMessage internally, however an MMessage may instead be created and passed directly for improved performance.
1.7.6.1