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

A parser which creates an OutputChannelSpec from the –channel-config. More...

#include <ChannelSpecHelpers.h>

Inherits o2::framework::FairMQChannelConfigParser.

Public Member Functions

void beginChannel () override
 
void endChannel () override
 
void property (std::string_view, std::string_view) override
 
void error () override
 

Public Attributes

std::vector< OutputChannelSpecspecs
 
int channelCount = 0
 

Detailed Description

A parser which creates an OutputChannelSpec from the –channel-config.

Definition at line 31 of file ChannelSpecHelpers.h.

Member Function Documentation

◆ beginChannel()

void o2::framework::OutputChannelSpecConfigParser::beginChannel ( )
overridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 39 of file ChannelSpecHelpers.cxx.

◆ endChannel()

void o2::framework::OutputChannelSpecConfigParser::endChannel ( )
overridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 44 of file ChannelSpecHelpers.cxx.

◆ error()

void o2::framework::OutputChannelSpecConfigParser::error ( )
overridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 122 of file ChannelSpecHelpers.cxx.

◆ property()

void o2::framework::OutputChannelSpecConfigParser::property ( std::string_view  key,
std::string_view  value 
)
overridevirtual

Reimplemented from o2::framework::FairMQChannelConfigParser.

Definition at line 57 of file ChannelSpecHelpers.cxx.

Member Data Documentation

◆ channelCount

int o2::framework::OutputChannelSpecConfigParser::channelCount = 0

Definition at line 37 of file ChannelSpecHelpers.h.

◆ specs

std::vector<OutputChannelSpec> o2::framework::OutputChannelSpecConfigParser::specs

Definition at line 36 of file ChannelSpecHelpers.h.


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