|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "ConfigObjectFactory.hpp"#include "conffwk/Configuration.hpp"#include "confmodel/Connection.hpp"#include "confmodel/NetworkConnection.hpp"#include "confmodel/DetectorStream.hpp"#include "confmodel/DetectorToDaqConnection.hpp"#include "confmodel/ResourceSet.hpp"#include "confmodel/Service.hpp"#include "confmodel/Session.hpp"#include "appmodel/DTSHSIApplication.hpp"#include "appmodel/DFApplication.hpp"#include "appmodel/DataHandlerConf.hpp"#include "appmodel/DataHandlerModule.hpp"#include "appmodel/DataReaderConf.hpp"#include "appmodel/DataRecorderConf.hpp"#include "appmodel/DataSubscriberModule.hpp"#include "appmodel/CTBApplication.hpp"#include "appmodel/FakeDataApplication.hpp"#include "appmodel/FakeDataProdConf.hpp"#include "appmodel/FakeHSIApplication.hpp"#include "appmodel/MLTApplication.hpp"#include "appmodel/MLTConf.hpp"#include "appmodel/MLTModule.hpp"#include "appmodel/NetworkConnectionDescriptor.hpp"#include "appmodel/NetworkConnectionRule.hpp"#include "appmodel/QueueConnectionRule.hpp"#include "appmodel/QueueDescriptor.hpp"#include "appmodel/ReadoutApplication.hpp"#include "appmodel/SourceIDConf.hpp"#include "appmodel/StandaloneTCMakerConf.hpp"#include "appmodel/StandaloneTCMakerModule.hpp"#include "appmodel/TCDataProcessor.hpp"#include "appmodel/TPStreamConf.hpp"#include "appmodel/TriggerApplication.hpp"#include "appmodel/TPReplayModuleConf.hpp"#include "appmodel/TPReplayApplication.hpp"#include "appmodel/appmodelIssues.hpp"#include "logging/Logging.hpp"#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::appmodel |
Implementation of MLTApplication'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 MLTApplication.cpp.