DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
cibmodules
src
CIBModuleIssues.hpp
Go to the documentation of this file.
1
/*
2
* CIBModuleIssues.hpp
3
*
4
* Created on: Mar 25, 2024
5
* Author: Nuno Barros
6
*/
7
8
#ifndef CIBMODULES_SRC_CIBMODULEISSUES_HPP_
9
#define CIBMODULES_SRC_CIBMODULEISSUES_HPP_
10
11
12
#include "
ers/Issue.hpp
"
13
14
#include <string>
15
16
namespace
dunedaq
{
17
18
// Disable coverage collection LCOV_EXCL_START
19
ERS_DECLARE_ISSUE
(
cibmodules
,
20
CIBCommunicationError,
21
" CIB Hardware Communication Error: "
<<
descriptor
,
22
((std::string)
descriptor
))
23
24
ERS_DECLARE_ISSUE
(
cibmodules
,
25
CIBBufferWarning
,
26
" CIB Buffer Issue: "
<<
descriptor
,
27
((std::string)
descriptor
))
28
29
ERS_DECLARE_ISSUE
(
cibmodules
,
30
CIBWordMatchError,
31
" CIB Word Matching Error: "
<<
descriptor
,
32
((
std
::
string
)
descriptor
))
33
34
ERS_DECLARE_ISSUE
(
cibmodules
,
35
CIBMessage
,
36
" Message from CIB: "
<<
descriptor
,
37
((
std
::
string
)
descriptor
))
38
39
40
ERS_DECLARE_ISSUE
(
cibmodules
,
41
CIBWrongState,
42
" CIB in the wrong state: "
<<
descriptor
,
43
((
std
::
string
)
descriptor
))
44
45
ERS_DECLARE_ISSUE
(
cibmodules
,
46
CIBProcError
,
47
" CIB process error: "
<<
descriptor
,
48
((
std
::
string
)
descriptor
))
49
50
ERS_DECLARE_ISSUE
(
cibmodules
,
51
CIBModuleError,
52
" CIB Module error: "
<<
descriptor
,
53
((
std
::
string
)
descriptor
))
54
55
ERS_DECLARE_ISSUE
(
cibmodules
,
56
CIBConfigFailure
,
57
descriptor
,
58
((
std
::
string
)
descriptor
))
59
60
// Re-enable coverage collection LCOV_EXCL_STOP
61
62
}
// namespace dunedaq
63
64
65
66
67
#endif
/* CIBMODULES_SRC_CIBMODULEISSUES_HPP_ */
Issue.hpp
ERS_DECLARE_ISSUE
#define ERS_DECLARE_ISSUE( namespace_name, class_name, message_, attributes)
Definition
macro.hpp:65
dunedaq::cibmodules
Definition
cib_utilities.cpp:6
dunedaq
Including Qt Headers.
Definition
module.cpp:16
dunedaq::CIBBufferWarning
CIBBufferWarning
Definition
CIBModuleIssues.hpp:25
dunedaq::CIBProcError
CIB Buffer std::string descriptor Message from std::string descriptor CIBProcError
Definition
CIBModuleIssues.hpp:46
dunedaq::CIBMessage
CIB Buffer std::string descriptor CIBMessage
Definition
CIBModuleIssues.hpp:35
dunedaq::CIBConfigFailure
CIB Buffer std::string descriptor Message from std::string descriptor CIB process std::string descriptor CIBConfigFailure
Definition
CIBModuleIssues.hpp:56
dunedaq::ERS_DECLARE_ISSUE
ERS_DECLARE_ISSUE(snbmodules, InvalidGroupTransferIDError, "InvalidGroupTransferIDError: Transfer ID "<< transfer_id<< " not found in "<< location,((std::string) transfer_id)((std::string) location)) ERS_DECLARE_ISSUE(snbmodules
dunedaq::descriptor
CIB Buffer std::string descriptor Message from std::string descriptor CIB process std::string descriptor descriptor
Definition
CIBModuleIssues.hpp:57
std
Definition
SchemaUtils.hpp:118
Generated on
for DUNE-DAQ by
1.17.0