DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
An ERS Issue for DataStore creation failure. More...
Namespaces | |
namespace | opmon |
Classes | |
class | DataStore |
comment More... | |
class | TriggerInhibitAgent |
Functions | |
std::shared_ptr< DataStore > | make_data_store (const std::string &type, const std::string &name, std::shared_ptr< dunedaq::appfwk::ConfigurationManager > mcfg, const std::string &writer_identifier) |
Load a DataSrore plugin and return a unique_ptr to the contained DAQModule class. | |
An ERS Issue for DataStore creation failure.
An ERS Issue for DataStore problems in which it is reasonable to retry the operation.
An ERS Issue for DataStore problems in which it is reasonable to skip any warning or error message.
An ERS Issue for DataStore problems in which it is not clear whether retrying the operation might succeed or not.
|
inline |
Load a DataSrore plugin and return a unique_ptr to the contained DAQModule class.
plugin_name | Name of the plugin, e.g. HDF5DataStore |
json | configuration for the DataStore |
Definition at line 164 of file DataStore.hpp.