Dispatcher sends data to the transport for transmission to the endpoint.
More...
#include <Dispatcher.h>
Dispatcher sends data to the transport for transmission to the endpoint.
◆ Dispatcher()
Dispatcher::Dispatcher |
( |
| ) |
|
|
default |
◆ ~Dispatcher()
Dispatcher::~Dispatcher |
( |
| ) |
|
|
inline |
◆ Dispatch()
Dispatch a stream of bytes to a remote system. The implementer is responsible for sending the bytes over a communication transport (UDP, TCP, shared memory, serial, ...).
- Parameters
-
[in] | os | An outgoing stream to send to the remote destination. |
[in] | id | The unique delegate identifier shared between sender and receiver. |
Implements dmq::IDispatcher.
◆ SetTransport()
void Dispatcher::SetTransport |
( |
ITransport * | transport | ) |
|
|
inline |
The documentation for this class was generated from the following file: