|
boost::asio::io_service & | mIOS |
|
TestMsgHandler::TestMsgHandler |
( |
boost::asio::io_service & |
ios | ) |
|
|
inline |
virtual TestMsgHandler::~TestMsgHandler |
( |
| ) |
|
|
inlinevirtual |
void TestMsgHandler::handle |
( |
std::string const & |
identity, |
|
|
std::string const & |
msgTypeId, |
|
|
void const * |
pData, |
|
|
size_t |
dataSize |
|
) |
| |
|
inlinevirtual |
Handles raw message.
- Parameters
-
identity | Requestor identity. |
msgTypeId | Identity of message type. |
pData | Raw serialized message. |
dataSize | Size of pData. |
- Todo:
- replace pData with array_view
Implements rad::MsgHandler.
boost::asio::io_service& TestMsgHandler::mIOS |
The documentation for this class was generated from the following file: