|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "ers/Issue.hpp"#include "logging/Logging.hpp"#include "uhal/uhal.hpp"#include "hermesmodules/opmon/hermescontroller.pb.h"Go to the source code of this file.
Classes | |
| class | dunedaq::hermesmodules::HermesCoreController |
| struct | dunedaq::hermesmodules::HermesCoreController::CoreInfo |
| struct | dunedaq::hermesmodules::HermesCoreController::LinkGeoInfo |
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
| namespace | dunedaq::hermesmodules |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (hermesmodules, LinkDoesNotExist, "Hermes Link "<< lid<< " does not exist",((int) lid)) | |
| dunedaq::ERS_DECLARE_ISSUE (hermesmodules, InputBufferDoesNotExist, "Hermes Input Buffer "<< bid<< " does not exist",((int) bid)) | |
| dunedaq::ERS_DECLARE_ISSUE (hermesmodules, MgtDoesNotExist, "Hermes MGT "<< mgtid<< " does not exist",((int) mgtid)) | |
| dunedaq::ERS_DECLARE_ISSUE (hermesmodules, MagicNumberError, "Hermes Magic number failed "<< found<< " ("<< expected<< ")",((uint32_t) found)((uint32_t) expected)) | |
| dunedaq::ERS_DECLARE_ISSUE (hermesmodules, LinkInError, "Hermes Link "<< link<< " is in error (err:"<< err<< ", eth_rdy:"<< eth_rdy<< ", src_rdy:"<< src_rdy<< ", udp_rdy:"<< udp_rdy<<" )",((uint16_t) link)((bool) err)((bool) eth_rdy)((bool) src_rdy)((bool) udp_rdy)) | |