2 #include "otsdaq-core/ConfigurationPluginDataFormats/ARTDAQAggregatorTable.h"
3 #include "otsdaq-coreMacros/TablePluginMacros.h"
8 ARTDAQAggregatorConfiguration::ARTDAQAggregatorConfiguration(
void)
9 :
TableBase(
"ARTDAQAggregatorConfiguration")
32 ARTDAQAggregatorConfiguration::~ARTDAQAggregatorConfiguration(
void) {}
38 std::string ARTDAQAggregatorConfiguration::getAggregatorID(
39 unsigned int supervisorInstance)
const
42 TableBase::activeTableView_->getValue(
44 TableBase::activeTableView_->findRow(SupervisorInstance, supervisorInstance),
50 bool ARTDAQAggregatorConfiguration::getStatus(
unsigned int supervisorInstance)
const
53 TableBase::activeTableView_->getValue(
55 TableBase::activeTableView_->findRow(SupervisorInstance, supervisorInstance),
61 const std::string ARTDAQAggregatorConfiguration::getConfigurationString(
62 unsigned int supervisorInstance)
const
64 std::string tmpConfiguration;
65 TableBase::activeTableView_->getValue(
67 TableBase::activeTableView_->findRow(SupervisorInstance, supervisorInstance),
69 return tmpConfiguration;