|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "ConfigurationManagerOwner.hpp"#include "DAQModuleManager.hpp"#include "appfwk/cmd/Structs.hpp"#include "cmdlib/CommandFacility.hpp"#include "cmdlib/CommandedObject.hpp"#include "logging/Logging.hpp"#include "opmonlib/OpMonManager.hpp"#include "rcif/opmon/run_info.pb.h"#include "utilities/NamedObject.hpp"#include "nlohmann/json.hpp"#include <atomic>#include <chrono>#include <memory>#include <mutex>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (appfwk, ApplicationNotInitialized, "Application "<< name<< " has not been initialized yet.",((std::string) name)) ERS_DECLARE_ISSUE(appfwk | |
Variables | |
| dunedaq::InvalidStateForCommand | |
Loads and distributes commands to DAQModules
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 Application.hpp.