DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Issues.hpp File Reference
#include "ers/Issue.hpp"
#include "logging/Logging.hpp"
#include <string>
Include dependency graph for Issues.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

Function Documentation

◆ ERS_DECLARE_ISSUE() [1/2]

Factory couldn t std::string alg_name ERS_DECLARE_ISSUE ( triggeralgs ,
BadConfiguration ,
"Bad configuration in "<< alg_name,
((std::string) alg_name)  )

◆ ERS_DECLARE_ISSUE() [2/2]

ERS_DECLARE_ISSUE ( triggeralgs ,
FactoryOverwrite ,
"Attempted to overwrite a creator in factory with "<< alg_name,
((std::string) alg_name)  )

Variable Documentation

◆ error

Factory couldn t std::string alg_name Invalid configuration error

Definition at line 34 of file Issues.hpp.

◆ FactoryNotFound

FactoryNotFound

Definition at line 23 of file Issues.hpp.

◆ find

Factory couldn t find

Definition at line 24 of file Issues.hpp.

◆ InvalidConfiguration

Factory couldn t std::string alg_name InvalidConfiguration

Definition at line 33 of file Issues.hpp.