|
rad 6.2.0
|
#include <topicHandler.hpp>
Public Member Functions | |
| virtual | ~TopicHandler () |
| virtual void | Handle (const std::string &topic_type_id, const void *data, size_t data_size)=0 |
Base class for actions performed for a specific topic type
|
inlinevirtual |
|
pure virtual |
Handles raw topic.
| topic_type_id | Identity of message type. |
| data | Raw serialized message. |
| data_size | Size of the raw message. |
Implemented in server::TopicParsers, and TestTopicHandler.