|
ifw
0.0.1-dev
|
#include <MsgHandler.hpp>
Public Member Functions | |
| virtual | ~MsgHandler () |
| virtual void | handle (const std::string &identity, const std::string &msgTypeId, const void *pData, size_t dataSize)=0 |
| virtual | ~MsgHandler () |
| virtual void | handle (const std::string &identity, const std::string &msgTypeId, const void *pData, size_t dataSize)=0 |
| virtual | ~MsgHandler () |
| virtual void | handle (const std::string &identity, const std::string &msgTypeId, const void *pData, size_t dataSize)=0 |
Base class for actions performed for a specific message type
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
Handles raw message.
| identity | Requestor identity. |
| msgTypeId | Identity of message type. |
| pData | Raw serialized message. |
| dataSize | Size of pData. |
Implemented in devmgr::common::MsgParsers, devmgr::common::MsgParsers, devmgr::common::MsgParsers, server::MsgParsers, server::MsgParsers, ctd::qatk::qapp2::MsgParsers, ctd::qatk::qapp2::MsgParsers, server::MsgParsers, server::MsgParsers, and TestMsgHandler.
|
pure virtual |
Handles raw message.
| identity | Requestor identity. |
| msgTypeId | Identity of message type. |
| pData | Raw serialized message. |
| dataSize | Size of pData. |
Implemented in devmgr::common::MsgParsers, devmgr::common::MsgParsers, devmgr::common::MsgParsers, server::MsgParsers, server::MsgParsers, ctd::qatk::qapp2::MsgParsers, ctd::qatk::qapp2::MsgParsers, server::MsgParsers, server::MsgParsers, and TestMsgHandler.
|
pure virtual |
Handles raw message.
| identity | Requestor identity. |
| msgTypeId | Identity of message type. |
| pData | Raw serialized message. |
| dataSize | Size of pData. |
Implemented in devmgr::common::MsgParsers, devmgr::common::MsgParsers, devmgr::common::MsgParsers, server::MsgParsers, server::MsgParsers, ctd::qatk::qapp2::MsgParsers, ctd::qatk::qapp2::MsgParsers, server::MsgParsers, server::MsgParsers, and TestMsgHandler.
1.8.5