message.h File Reference
#include <mblock/common.h>
#include <iosfwd>
Go to the source code of this file.
Define Documentation
#define MB_MESSAGE_LOCAL_ALLOCATOR 0 |
Function Documentation
construct a message and return boost::shared_ptr
- Parameters:
-
| signal | identifier of the message |
| data | the data to be operated on |
| metadata | information about the data |
| priority | urgency |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const mb_message_sptr |
msg | |
|
) |
| | [inline] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const mb_message & |
msg | |
|
) |
| | |