![]() |
Project
|
Forward channel information. More...
#include <ChannelInfo.h>
Public Attributes | |
std::string | name = "invalid" |
The name of the channel. | |
ChannelAccountingType | channelType = ChannelAccountingType::DPL |
Wether or not it's a DPL internal channel. | |
fair::mq::Channel & | channel |
ForwardingPolicy const * | policy |
ChannelIndex | index = {-1} |
Forward channel information.
Definition at line 88 of file ChannelInfo.h.
fair::mq::Channel& o2::framework::ForwardChannelInfo::channel |
Definition at line 93 of file ChannelInfo.h.
ChannelAccountingType o2::framework::ForwardChannelInfo::channelType = ChannelAccountingType::DPL |
Wether or not it's a DPL internal channel.
Definition at line 92 of file ChannelInfo.h.
ChannelIndex o2::framework::ForwardChannelInfo::index = {-1} |
Definition at line 95 of file ChannelInfo.h.
std::string o2::framework::ForwardChannelInfo::name = "invalid" |
The name of the channel.
Definition at line 90 of file ChannelInfo.h.
ForwardingPolicy const* o2::framework::ForwardChannelInfo::policy |
Definition at line 94 of file ChannelInfo.h.