DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <librdkafka/rdkafkacpp.h>
#include <nlohmann/json.hpp>
#include <ers/ers.hpp>
#include <string>
#include <memory>
#include "opmonlib/opmon_entry.pb.h"
#include "opmonlib/Utils.hpp"
Go to the source code of this file.
Classes | |
class | dunedaq::kafkaopmon::OpMonPublisher |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::kafkaopmon |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (kafkaopmon, MissingParameter, "No "<< parameter<< " in "<< conf,((std::string) parameter)((std::string) conf)) ERS_DECLARE_ISSUE(kafkaopmon | |
Variables | |
dunedaq::FailedConfiguration | |
This is the interface to broadcast OpMon entries object in our DAQ system
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file OpMonPublisher.hpp.