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

Inherits o2::framework::FairMQChannelConfigParser.

Public Member Functions

void beginChannel () override
 
void endChannel () override
 
void property (std::string_view key, std::string_view value) override
 
- Public Member Functions inherited from o2::framework::FairMQChannelConfigParser
virtual void error ()
 

Public Attributes

int propertyIndex = 0
 
int channelIndex = 0
 
std::vector< ChannelPropertiesproperties
 
std::vector< intnames
 
std::vector< intrequiresProperties
 
std::vector< intpropertiesBegin
 
std::vector< intpropertiesEnd
 
std::vector< bool > isWrite
 
std::vector< bool > isZMQ
 
std::vector< bool > hasAddress
 

Detailed Description

Definition at line 31 of file DDSConfigHelpers.cxx.

Member Function Documentation

◆ beginChannel()

void o2::framework::ChannelRewriter::beginChannel ( )
inlineoverridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 32 of file DDSConfigHelpers.cxx.

◆ endChannel()

void o2::framework::ChannelRewriter::endChannel ( )
inlineoverridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 41 of file DDSConfigHelpers.cxx.

◆ property()

void o2::framework::ChannelRewriter::property ( std::string_view  key,
std::string_view  value 
)
inlineoverridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 55 of file DDSConfigHelpers.cxx.

Member Data Documentation

◆ channelIndex

int o2::framework::ChannelRewriter::channelIndex = 0

Definition at line 75 of file DDSConfigHelpers.cxx.

◆ hasAddress

std::vector<bool> o2::framework::ChannelRewriter::hasAddress

Definition at line 83 of file DDSConfigHelpers.cxx.

◆ isWrite

std::vector<bool> o2::framework::ChannelRewriter::isWrite

Definition at line 81 of file DDSConfigHelpers.cxx.

◆ isZMQ

std::vector<bool> o2::framework::ChannelRewriter::isZMQ

Definition at line 82 of file DDSConfigHelpers.cxx.

◆ names

std::vector<int> o2::framework::ChannelRewriter::names

Definition at line 77 of file DDSConfigHelpers.cxx.

◆ properties

std::vector<ChannelProperties> o2::framework::ChannelRewriter::properties

Definition at line 76 of file DDSConfigHelpers.cxx.

◆ propertiesBegin

std::vector<int> o2::framework::ChannelRewriter::propertiesBegin

Definition at line 79 of file DDSConfigHelpers.cxx.

◆ propertiesEnd

std::vector<int> o2::framework::ChannelRewriter::propertiesEnd

Definition at line 80 of file DDSConfigHelpers.cxx.

◆ propertyIndex

int o2::framework::ChannelRewriter::propertyIndex = 0

Definition at line 74 of file DDSConfigHelpers.cxx.

◆ requiresProperties

std::vector<int> o2::framework::ChannelRewriter::requiresProperties

Definition at line 78 of file DDSConfigHelpers.cxx.


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