12#ifndef DFMODULES_SRC_DFMODULES_COMMONISSUES_HPP_
13#define DFMODULES_SRC_DFMODULES_COMMONISSUES_HPP_
28 appfwk::GeneralDAQModuleIssue,
31 ((std::string)message))
35 appfwk::GeneralDAQModuleIssue,
36 "The " << queue_type <<
" queue was not successfully created.",
38 ((std::string)queue_type))
42 appfwk::GeneralDAQModuleIssue,
43 "The HDF5 Group associated with name \"" << group_name <<
"\" is invalid.",
45 ((std::string)group_name))
49 appfwk::GeneralDAQModuleIssue,
50 "Unable to successfully configure.",
56 appfwk::GeneralDAQModuleIssue,
57 "Unable to start run " << run_number <<
".",
63 appfwk::GeneralDAQModuleIssue,
64 "A problem was enountered during the stopping of run " << run_number <<
".",
73 "Unable to determine the Data Request message sender for SourceID ["
74 << sid <<
"]. No DataRequest will be sent to this data source for run/trigger/sequence number "
75 << runno <<
"/" << trigno <<
"/" << seqno <<
".",
87 "Unknown system type " << type,
96 "Failed to send Data Request message. Run: " << runno <<
", trigger: " << trigno <<
", sequence: "
97 << seqno <<
", requested component: " << sid <<
".",
#define ERS_DECLARE_ISSUE_BASE(namespace_name, class_name, base_class_name, message, base_attributes, attributes)
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)