![]() |
Project
|
#include <SendingPolicy.h>
Public Types | |
using | SendingCallback = std::function< void(fair::mq::Parts &, ChannelIndex channelIndex, ServiceRegistryRef registry)> |
Static Public Member Functions | |
static std::vector< SendingPolicy > | createDefaultPolicies () |
Public Attributes | |
std::string | name = "invalid" |
EdgeMatcher | matcher = nullptr |
SendingCallback | send = nullptr |
Definition at line 27 of file SendingPolicy.h.
using o2::framework::SendingPolicy::SendingCallback = std::function<void(fair::mq::Parts&, ChannelIndex channelIndex, ServiceRegistryRef registry)> |
Definition at line 28 of file SendingPolicy.h.
|
static |
Definition at line 28 of file SendingPolicy.cxx.
EdgeMatcher o2::framework::SendingPolicy::matcher = nullptr |
Definition at line 30 of file SendingPolicy.h.
std::string o2::framework::SendingPolicy::name = "invalid" |
Definition at line 29 of file SendingPolicy.h.
SendingCallback o2::framework::SendingPolicy::send = nullptr |
Definition at line 31 of file SendingPolicy.h.