|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "Issues.hpp"#include <cetlib/BasicPluginFactory.h>#include <cetlib/compiler_macros.h>#include "opmonlib/opmon_entry.pb.h"#include "logging/Logging.hpp"#include <iostream>#include <memory>#include <string>#include <optional>Go to the source code of this file.
Classes | |
| class | dunedaq::opmonlib::OpMonFacility |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::opmonlib |
Macros | |
| #define | EXTERN_C_FUNC_DECLARE_START |
| #define | DEFINE_DUNE_OPMON_FACILITY(klass) |
| Declare the function that will be called by the plugin loader. | |
Typedefs | |
| using | dunedaq::opmonlib::OptionalOrigin = std::optional<dunedaq::opmon::OpMonId> |
Functions | |
| std::shared_ptr< OpMonFacility > | dunedaq::opmonlib::makeOpMonFacility (std::string const &facility, OptionalOrigin=OptionalOrigin()) |
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.
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 OpMonFacility.hpp.
| #define DEFINE_DUNE_OPMON_FACILITY | ( | klass | ) |
Declare the function that will be called by the plugin loader.
| klass | Class to be defined as a Operational Monitoring Facility |
Definition at line 37 of file OpMonFacility.hpp.
| #define EXTERN_C_FUNC_DECLARE_START |
Definition at line 26 of file OpMonFacility.hpp.