DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
triggeralgs
include
triggeralgs
Issues.hpp
Go to the documentation of this file.
1
9
#ifndef TRIGGERALGS_INCLUDE_TRIGGERALGS_ISSUES_HPP_
10
#define TRIGGERALGS_INCLUDE_TRIGGERALGS_ISSUES_HPP_
11
12
#include "
ers/Issue.hpp
"
13
#include "
logging/Logging.hpp
"
// NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.
14
15
#include <string>
16
17
ERS_DECLARE_ISSUE
(
triggeralgs
,
18
FactoryOverwrite,
19
"Attempted to overwrite a creator in factory with "
<< alg_name,
20
((std::string)alg_name))
21
22
ERS_DECLARE_ISSUE
(
triggeralgs
,
23
FactoryNotFound
,
24
"Factory couldn't find: "
<< alg_name,
25
((std::string)alg_name))
26
27
ERS_DECLARE_ISSUE
(
triggeralgs
,
28
BadConfiguration,
29
"Bad configuration in " << alg_name,
30
((
std
::
string
)alg_name))
31
32
ERS_DECLARE_ISSUE
(
triggeralgs
,
33
InvalidConfiguration
,
34
"Invalid configuration
error
: " << conferror,
35
((
std
::
string
)conferror))
36
37
38
#endif
// TRIGGERALGS_INCLUDE_TRIGGERALGS_ISSUES_HPP_
ERS_DECLARE_ISSUE
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)
Definition
IssueDeclarationMacro.hpp:148
Issue.hpp
Logging.hpp
std
Definition
SchemaUtils.hpp:148
triggeralgs
Definition
AbstractFactory.hpp:18
error
Factory couldn t std::string alg_name Invalid configuration error
Definition
Issues.hpp:34
InvalidConfiguration
Factory couldn t std::string alg_name InvalidConfiguration
Definition
Issues.hpp:33
FactoryNotFound
FactoryNotFound
Definition
Issues.hpp:23
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0