DelegateMQ
|
A class to hold a platform-specific thread messsage that will be passed through the OS message queue.
More...
#include <ThreadMsg.h>
Public Member Functions | |
ThreadMsg (int id, std::shared_ptr< dmq::DelegateMsg > data) | |
int | GetId () const |
std::shared_ptr< dmq::DelegateMsg > | GetData () |
ThreadMsg (int id, std::shared_ptr< dmq::DelegateMsg > data) | |
int | GetId () const |
std::shared_ptr< dmq::DelegateMsg > | GetData () |
A class to hold a platform-specific thread messsage that will be passed through the OS message queue.
|
inline |
Constructor
[in] | id | - a unique identifier for the thread messsage |
[in] | data | - a pointer to the messsage data to be typecast by the receiving task based on the id value. |
|
inline |
Constructor
[in] | id | - a unique identifier for the thread messsage |
[in] | data | - a pointer to the messsage data to be typecast by the receiving task based on the id value. |
|
inline |
|
inline |
|
inline |
|
inline |