DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
AsioIssues.hpp
Go to the documentation of this file.
1
8#ifndef ASIOLIBS_INCLUDE_ASIOLIBS_ASIOISSUES_HPP_
9#define ASIOLIBS_INCLUDE_ASIOLIBS_ASIOISSUES_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
14namespace dunedaq {
15
16ERS_DECLARE_ISSUE(asiolibs,
17 InvalidRawReceiverTimeout,
18 "recv_timeout_ms is 0 or missing in the configuration. The default value " << raw_receiver_timeout_ms << " will be used.",
19 ((int)raw_receiver_timeout_ms))
20
21} // namespace dunedaq
22
23#endif // ASIOLIBS_INCLUDE_ASIOLIBS_ASIOISSUES_HPP_
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)
The DUNE-DAQ namespace.
Definition DataStore.hpp:57