DpyMwDealer Class Reference
Dealer class.
#include <dpyMwDealer.h>
Inheritance diagram for DpyMwDealer:
Public Member Functions | |
DpyMwDealer (boost::asio::io_service &io, std::string routerUrl) | |
void | start () |
void | stop () |
void | restart () |
void | sendData (std::string msg) |
Public Attributes | |
std::function< void(const std::string &)> | m_handler |
Handler function to call from the service. | |