Manages router and publisher.
#include <dpyMwServer.h>
|
| DpyMwServer (boost::asio::io_service &io, int rport, int pport) |
|
void | start () |
|
void | stop () |
|
void | publish (int messageType, int frecuency) |
|
|
void | sendResponse (int messageType, std::string content, const std::string &id_dealer, int msgId, boost::system::error_code &ec) |
|
void | sendPublication (int messageType, std::string content, boost::system::error_code &ec) |
|
virtual void | RegisterCallbacks ()=0 |
|
virtual void | RegisterPublications ()=0 |
|
virtual void RegisterCallbacks |
( |
| ) |
|
|
protectedpure virtual |
virtual void RegisterPublications |
( |
| ) |
|
|
protectedpure virtual |
Manages publisher handlers
boost::asio::io_service& mIo |
|
protected |