DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SSPIssues.hpp
Go to the documentation of this file.
1
8#ifndef SSPMODULES_SRC_SSPISSUES_HPP_
9#define SSPMODULES_SRC_SSPISSUES_HPP_
10
11#include <ers/Issue.hpp>
12#include "logging/Logging.hpp" // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.
13
14#include <string>
15
16namespace dunedaq {
17
18ERS_DECLARE_ISSUE(sspmodules, ConfigurationError, "SSP Configuration Error: " << conferror, ((std::string)conferror))
19
22 "LED calibration failed to initialize",
24
26 FailedLEDCalibrationConf,
27 "LED calibration failed to configure",
29
32 "Endpoint failed to reach 0x8",
34
35} // namespace dunedaq
36
37#endif // SSPMODULES_SRC_SSPISSUES_HPP_
#define ERS_EMPTY
#define ERS_DECLARE_ISSUE( namespace_name, class_name, message_, attributes)
Definition macro.hpp:65
The DUNE-DAQ namespace.
Definition access.hpp:13
ERS_DECLARE_ISSUE(ipm, UnexpectedNumberOfBytes, connection_name<< ": Expected "<< bytes1<< " bytes in message but received "<< bytes2,((std::string) connection_name)((int) bytes1)((int) bytes2)) ERS_DECLARE_ISSUE(ipm
FailedLEDCalibrationInit
Definition SSPIssues.hpp:21
LED calibration failed to ERS_EMPTY DeviceInterfacePDTSStatus
Definition SSPIssues.hpp:31