DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Go to the source code of this file.
Functions | |
ERS_DECLARE_ISSUE (triggeralgs, FactoryOverwrite, "Attempted to overwrite a creator in factory with "<< alg_name,((std::string) alg_name)) ERS_DECLARE_ISSUE(triggeralgs | |
Factory couldn t std::string alg_name | ERS_DECLARE_ISSUE (triggeralgs, BadConfiguration, "Bad configuration in "<< alg_name,((std::string) alg_name)) ERS_DECLARE_ISSUE(triggeralgs |
Variables | |
FactoryNotFound | |
Factory couldn t | find |
Factory couldn t std::string alg_name | InvalidConfiguration |
Factory couldn t std::string alg_name Invalid configuration | error |
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file Issues.hpp.
Factory couldn t std::string alg_name ERS_DECLARE_ISSUE | ( | triggeralgs | , |
BadConfiguration | , | ||
"Bad configuration in "<< | alg_name, | ||
((std::string) alg_name) | ) |
ERS_DECLARE_ISSUE | ( | triggeralgs | , |
FactoryOverwrite | , | ||
"Attempted to overwrite a creator in factory with "<< | alg_name, | ||
((std::string) alg_name) | ) |
Factory couldn t std::string alg_name Invalid configuration error |
Definition at line 34 of file Issues.hpp.
FactoryNotFound |
Definition at line 23 of file Issues.hpp.
Factory couldn t find |
Definition at line 24 of file Issues.hpp.
Factory couldn t std::string alg_name InvalidConfiguration |
Definition at line 33 of file Issues.hpp.