Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Public Member Functions | |
DataExport (exporters::DataExportConfig const &) | |
![]() | |
DataExport (exporters::DataExportConfig const &) | |
std::set< ExporterType > const & | available () const |
return the exporter types available in this class | |
TestProbe< DataType > & | activate_test_probe (panda::ChannelId const &) |
activates a TestProbe object for monitoring the streamed data of DataType to a specific | |
Additional Inherited Members | |
![]() | |
void | set_factory (ExporterType const &type_id, FactoryType factory) |
void | init () |
initialise the output handlers using the factories supplied by set_factory(). Only call after all factories have been set More... | |
![]() | |
std::tuple< ExportInitialiser< DataExport< DataTypes... >, DataTypes >... > | _initialisers |
DataExportConfig const & | _config |
std::set< ExporterType > | _types |
Definition at line 59 of file DataExport.h.