![]() |
Project
|
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< OutputChannelSpec > | specs |
int | channelCount = 0 |
A parser which creates an OutputChannelSpec from the –channel-config.
Definition at line 31 of file ChannelSpecHelpers.h.
|
overridevirtual |
Reimplemented from o2::framework::FairMQChannelConfigParser.
Definition at line 39 of file ChannelSpecHelpers.cxx.
|
overridevirtual |
Reimplemented from o2::framework::FairMQChannelConfigParser.
Definition at line 44 of file ChannelSpecHelpers.cxx.
|
overridevirtual |
Reimplemented from o2::framework::FairMQChannelConfigParser.
Definition at line 122 of file ChannelSpecHelpers.cxx.
|
overridevirtual |
Reimplemented from o2::framework::FairMQChannelConfigParser.
Definition at line 57 of file ChannelSpecHelpers.cxx.
int o2::framework::OutputChannelSpecConfigParser::channelCount = 0 |
Definition at line 37 of file ChannelSpecHelpers.h.
std::vector<OutputChannelSpec> o2::framework::OutputChannelSpecConfigParser::specs |
Definition at line 36 of file ChannelSpecHelpers.h.