10#ifndef FDREADOUTLIBS_INCLUDE_FDREADOUTLIBS_FDREADOUTISSUES_HPP_
11#define FDREADOUTLIBS_INCLUDE_FDREADOUTLIBS_FDREADOUTISSUES_HPP_
31 TPGAlgorithmInexistent,
32 "The selected algorithm does not exist: " << algorithm_selection <<
" . Check your configuration file and seelect either SimpleThreshold or AbsRS.",
33 ((std::string)algorithm_selection))
37 "Both frame_count_limit and tp_count_limit were set to 0 (disabled) in the TPCRawDataProcessor config. TPs will not send.",
42 "TP with SOT " << width <<
" for channel " << channel,
43 ((uint64_t)width) ((uint64_t)channel))
47 "Failed to send TP vector beginning with start time " << s_ts_begin <<
" and channel number " << channel_begin <<
", ending with start time " << s_ts_end <<
" and channel number " <<
channel_end,
51 DetectorPlaneToTPSinkMismatch,
52 "There are more detector planes " << num_planes <<
" than available TP sinks " << num_tp_sinks <<
".",
53 ((
size_t) num_planes) ((
size_t) num_tp_sinks))
57 "WIB data have crate/slot/link " << wcrate <<
"/" << wslot <<
"/" << wlink <<
" while this readout link is configured for " << crate <<
"/" << slot <<
"/" << link,
58 ((uint32_t)wcrate) ((uint32_t)wslot) ((uint32_t)wlink) ((uint32_t)crate) ((uint32_t)slot) ((uint32_t)link))
62 "Ignoring PDS Peak with ts=" << timestamp <<
", ch=" << channel <<
", sc_iframe=" << superchunk_iframe <<
", ipeak=" << ipeak,
63 ((uint64_t)timestamp) ((uint64_t)channel) ((
size_t)superchunk_iframe) ((
size_t)ipeak))
66 PDSUnphysicalFrameTimestamp,
67 "PDS Frame with unphysical timestamp detected with ts=" << timestamp <<
", ch=" << channel <<
", sc_iframe=" << superchunk_iframe,
68 ((uint64_t)timestamp) ((uint64_t)channel) ((
size_t)superchunk_iframe))
#define ERS_DECLARE_ISSUE( namespace_name, class_name, message_, attributes)
Both frame_count_limit and tp_count_limit were set FailedToSendTPVector
FrameAndTPCountersDisabled
ERS_DECLARE_ISSUE(cmdlib, MalformedUri, "Malformed uri: "<< error<< " uri:"<< uri,((std::string) error)((std::string) uri)) ERS_DECLARE_ISSUE(cmdlib
cmdlib specific issues