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

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}
 

Detailed Description

Forward channel information.

Definition at line 88 of file ChannelInfo.h.

Member Data Documentation

◆ channel

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

Definition at line 93 of file ChannelInfo.h.

◆ channelType

ChannelAccountingType o2::framework::ForwardChannelInfo::channelType = ChannelAccountingType::DPL

Wether or not it's a DPL internal channel.

Definition at line 92 of file ChannelInfo.h.

◆ index

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

Definition at line 95 of file ChannelInfo.h.

◆ name

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

The name of the channel.

Definition at line 90 of file ChannelInfo.h.

◆ policy

ForwardingPolicy const* o2::framework::ForwardChannelInfo::policy

Definition at line 94 of file ChannelInfo.h.


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