DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CTBModuleIssues.hpp
Go to the documentation of this file.
1
12#ifndef CTBMODULES_SRC_CTBMODULEISSUES_HPP_
13#define CTBMODULES_SRC_CTBMODULEISSUES_HPP_
14
15#include "ers/Issue.hpp"
16
17#include <string>
18
19namespace dunedaq {
20
21// Disable coverage collection LCOV_EXCL_START
23 CTBCommunicationError,
24 " CTB Hardware Communication Error: " << descriptor,
25 ((std::string)descriptor))
26
29 " CTB Buffer Issue: " << descriptor,
30 ((std::string)descriptor))
31
33 CTBWordMatchWarning,
34 " CTB Word Matching Issue: " << descriptor,
35 ((std::string)descriptor))
36
39 " CTB Repeated Word Issue: " << descriptor,
40 ((std::string)descriptor))
41
43 CTBMessage,
44 " Mesage from CTB: " << descriptor,
45 ((std::string)descriptor))
46
49 descriptor,
50 ((std::string)descriptor))
51
52
53
54// Re-enable coverage collection LCOV_EXCL_STOP
55
56} // namespace dunedaq
57
58#endif // CTBMODULES_SRC_CTBMODULEISSUES_HPP_
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)
Including Qt Headers.
CTB Buffer std::string descriptor CTBRepeatedTimestampWarning
CTB Buffer std::string descriptor CTB Repeated Word std::string descriptor CTBConfigFailure
CTB Buffer Issue