hmbdc
simplify-high-performance-messaging-programming
|
Public Types | |
using | ptr = std::shared_ptr< Transport > |
Public Member Functions | |
Transport (Config const &cfg) | |
void | initInThread () |
bool | operator== (Transport const &other) const |
bool | operator< (Transport const &other) const |
Protected Types | |
using | Buffer = hmbdc::pattern::LockFreeBufferT< 1 > |
Protected Attributes | |
string | hmbdcName_ |
string | schedPolicy_ |
int | schedPriority_ |
Config const | config_ |
std::shared_ptr< io_service > | pIos_ |