|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "daqdataformats/Types.hpp"#include <ers/Issue.hpp>#include "logging/Logging.hpp"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (fdreadoutlibs, TPGAlgorithmInexistent, "The selected algorithm does not exist: "<< algorithm_selection<< " . Check your configuration file and seelect either SimpleThreshold or AbsRS.",((std::string) algorithm_selection)) ERS_DECLARE_ISSUE(fdreadoutlibs | |
| Both frame_count_limit and tp_count_limit were set | dunedaq::to (disabled) in the TPCRawDataProcessor config. TPs will not send." |
| Both frame_count_limit and tp_count_limit were set | dunedaq::ERS_DECLARE_ISSUE (fdreadoutlibs, TPTooLong, "TP with SOT "<< width<< " for channel "<< channel,((uint64_t) width)((uint64_t) channel)) ERS_DECLARE_ISSUE(fdreadoutlibs |
Variables | |
| dunedaq::FrameAndTPCountersDisabled | |
| Both frame_count_limit and tp_count_limit were set | dunedaq::FailedToSendTPVector |
Readout system related ERS issues for fdreadoutlibs
This is part of the DUNE DAQ , copyright 2023. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file FDReadoutIssues.hpp.