Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Defines the mapping of a sinks configuration block with the sink type, and the channel to associate it with. More...
#include <cheetah/exporters/DataExportStreamConfig.h>
Public Member Functions | |
DataExportStreamConfig (panda::ChannelId channel_name, panda::Engine &engine, ExporterType exporter_type, utils::Config const &config) | |
defines an exporter object of type More... | |
ExporterType const & | type () const |
return the type of exporter to associate with | |
panda::ChannelId const & | channel_name () const |
return the channel name to associate with | |
utils::Config const & | sink_config () const |
return the sink specific configuration dynamic_cast to the actual type required | |
panda::Engine & | engine () const |
the thread-pool engine assigned to this exporter | |
Defines the mapping of a sinks configuration block with the sink type, and the channel to associate it with.
Definition at line 42 of file DataExportStreamConfig.h.
ska::cheetah::exporters::DataExportStreamConfig::DataExportStreamConfig | ( | panda::ChannelId | channel_name, |
panda::Engine & | engine, | ||
ExporterType | exporter_type, | ||
utils::Config const & | config | ||
) |
defines an exporter object of type
exporter_type | to be assoicated with the |
Definition at line 31 of file DataExportStreamConfig.cpp.