Safir SDK Core
|
The class makes a thread switch and perform a dispatch on Dob connection. More...
#include <AsioDispatcher.h>
Public Member Functions | |
AsioDispatcher (const Safir::Dob::Connection &connection, boost::asio::io_service &ioService) | |
Constructor. More... | |
![]() | |
virtual | ~Dispatcher () |
Virtual destructor is needed since we have virtual member functions. More... | |
![]() | |
virtual | ~ConsumerBase () |
The class makes a thread switch and perform a dispatch on Dob connection.
Safir::Utilities::AsioDispatcher::AsioDispatcher | ( | const Safir::Dob::Connection & | connection, |
boost::asio::io_service & | ioService | ||
) |
Constructor.
[in] | connection | - The dob connection. |
[in] | ioService | - The ioService that runs the main loop |