DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <NullOpMonFacility.hpp>
#include <opmonlib/MonitorableObject.hpp>
#include <opmonlib/Utils.hpp>
#include "logging/Logging.hpp"
#include <google/protobuf/util/time_util.h>
#include <chrono>
Go to the source code of this file.
Macros | |
#define | TRACE_NAME "MonitorableObject" |
Name used by TRACE TLOG calls from this source file. | |
Enumerations | |
enum | { TLVL_MONITORING_STEPS = 10 , TLVL_LEVEL_SUPPRESSION = 20 } |
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 MonitorableObject.cpp.
#define TRACE_NAME "MonitorableObject" |
Name used by TRACE TLOG calls from this source file.
Definition at line 22 of file MonitorableObject.cpp.
anonymous enum |
Enumerator | |
---|---|
TLVL_MONITORING_STEPS | |
TLVL_LEVEL_SUPPRESSION |
Definition at line 23 of file MonitorableObject.cpp.