|
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... | |
Public Member Functions inherited from Safir::Dob::Dispatcher | |
| virtual | ~Dispatcher () |
| Virtual destructor is needed since we have virtual member functions. More... | |
Public Member Functions inherited from Safir::Dob::Internal::ConsumerBase | |
| 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 |