10#include <calibration/example_caf_lib/modules/TestCalibDBAccess/TestCalibDBAccessModule.h>
11#include <framework/core/Module.h>
38 cout <<
"TestCalibMean mean value = " <<
m_obj_constant->getMean() <<
"\n";
39 cout <<
"TestCalibMean mean error value = " <<
m_obj_constant->getMeanError() <<
"\n";
40 cout <<
"TestCalibObject[0] value = " <<
m_array_constants[0]->getConstantValue() <<
"\n";
41 cout <<
"TestCalibObject[1] value = " <<
m_array_constants[1]->getConstantValue() <<
"\n";
void setDescription(const std::string &description)
Sets the description of the module.
void setPropertyFlags(unsigned int propertyFlags)
Sets the flags for the module properties.
@ c_ParallelProcessingCertified
This module can be run in parallel processing mode safely (All I/O must be done through the data stor...
DBObjPtr< TestCalibMean > m_obj_constant
obj_constant
~TestCalibDBAccessModule() override
Destructor.
void event() override
Event()
TestCalibDBAccessModule()
Constructor: Sets the description, the properties and the parameters of the module.
DBArray< TestCalibObject > m_array_constants
array_constants
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.