hmbdc
simplify-high-performance-messaging-programming
Public Member Functions | List of all members
hmbdc::app::tcpcast::RecvTransport::NoOpArb Struct Reference

a take all arbitrator (no arbitration at all) More...

#include <RecvTransportEngine.hpp>

Public Member Functions

int operator() (TransportMessageHeader const *h)
 

Detailed Description

a take all arbitrator (no arbitration at all)

it provides the default type for arbitration which does nothing it also provides a template on writing a user defined arbitrator

Parameters
hhandle to retrieve what is inside of the message
Returns
always returns 1 here In general: 1 keep the message; -1 to drop; 0 cannot decide, ask me later.

The documentation for this struct was generated from the following file: