|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "conffwk/Configuration.hpp"#include "oks/kernel.hpp"#include "logging/Logging.hpp"#include "appmodel/NWDetDataReceiver.hpp"#include "confmodel/NetworkInterface.hpp"#include "confmodel/DetectorStream.hpp"#include "confmodel/GeoId.hpp"#include "confmodel/DetectorToDaqConnection.hpp"#include "appmodel/appmodelIssues.hpp"#include "ConfigObjectFactory.hpp"#include "appmodel/TDECrateApplication.hpp"#include "appmodel/TdeAmcDetDataSender.hpp"#include "appmodel/TDEAMCModule.hpp"#include "appmodel/TDEAMCModuleConf.hpp"#include <string>#include <vector>#include <iostream>#include <fmt/core.h>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::appmodel |
Implementation of TDECrateApplication's generate_modules dal method
This is part of the DUNE DAQ Software Suite, copyright 2023. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TDECrateApplication.cpp.