![]() |
Project
|
Output channel information. More...
#include <ChannelInfo.h>
Public Attributes | |
std::string | name = "invalid" |
ChannelAccountingType | channelType = ChannelAccountingType::DPL |
fair::mq::Channel & | channel |
SendingPolicy const * | policy |
ChannelIndex | index = {-1} |
Output channel information.
Definition at line 73 of file ChannelInfo.h.
fair::mq::Channel& o2::framework::OutputChannelInfo::channel |
Definition at line 76 of file ChannelInfo.h.
ChannelAccountingType o2::framework::OutputChannelInfo::channelType = ChannelAccountingType::DPL |
Definition at line 75 of file ChannelInfo.h.
ChannelIndex o2::framework::OutputChannelInfo::index = {-1} |
Definition at line 78 of file ChannelInfo.h.
std::string o2::framework::OutputChannelInfo::name = "invalid" |
Definition at line 74 of file ChannelInfo.h.
SendingPolicy const* o2::framework::OutputChannelInfo::policy |
Definition at line 77 of file ChannelInfo.h.