hmbdc
simplify-high-performance-messaging-programming
|
capture the transportation mechanism More...
#include <SendTransportEngine.hpp>
Public Member Functions | |
SendTransport (Config cfg, size_t maxMessageSize) | |
ctor More... | |
![]() | |
void | schedule (SysTime fireAt, Timer &timer) |
schedule the timer to start at a specific time More... | |
void | cancel (Timer &timer) |
cancel a timer previously scheduled with the TimerManager More... | |
capture the transportation mechanism
|
inline |
ctor
cfg | jason specifing the transport - see example, perf-rmcast.cpp |
maxMessageSize | max messafe size in bytes to be sent hold the message in buffer until buffer is full to start sending |