Project
Loading...
Searching...
No Matches
o2::framework::OutputChannelInfo Struct Reference

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}
 

Detailed Description

Output channel information.

Definition at line 73 of file ChannelInfo.h.

Member Data Documentation

◆ channel

fair::mq::Channel& o2::framework::OutputChannelInfo::channel

Definition at line 76 of file ChannelInfo.h.

◆ channelType

ChannelAccountingType o2::framework::OutputChannelInfo::channelType = ChannelAccountingType::DPL

Definition at line 75 of file ChannelInfo.h.

◆ index

ChannelIndex o2::framework::OutputChannelInfo::index = {-1}

Definition at line 78 of file ChannelInfo.h.

◆ name

std::string o2::framework::OutputChannelInfo::name = "invalid"

Definition at line 74 of file ChannelInfo.h.

◆ policy

SendingPolicy const* o2::framework::OutputChannelInfo::policy

Definition at line 77 of file ChannelInfo.h.


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