ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
TestTopicHandler Class Reference
Inheritance diagram for TestTopicHandler:
rad::TopicHandler

Public Member Functions

 TestTopicHandler (boost::asio::io_service &ios)
 
virtual ~TestTopicHandler ()
 
void handle (std::string const &topicTypeId, void const *pData, size_t dataSize)
 
- Public Member Functions inherited from rad::TopicHandler
virtual ~TopicHandler ()
 
virtual ~TopicHandler ()
 
virtual ~TopicHandler ()
 

Public Attributes

boost::asio::io_service & mIOS
 

Constructor & Destructor Documentation

TestTopicHandler::TestTopicHandler ( boost::asio::io_service &  ios)
inline
virtual TestTopicHandler::~TestTopicHandler ( )
inlinevirtual

Member Function Documentation

void TestTopicHandler::handle ( std::string const topicTypeId,
void const pData,
size_t  dataSize 
)
inlinevirtual

Handles raw topic.

Parameters
msgTypeIdIdentity of message type.
pDataRaw serialized message.
dataSizeSize of pData.

Implements rad::TopicHandler.

Member Data Documentation

boost::asio::io_service& TestTopicHandler::mIOS

The documentation for this class was generated from the following file: