|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "conffwk/Configuration.hpp"#include "confmodel/Connection.hpp"#include "confmodel/NetworkConnection.hpp"#include "confmodel/ResourceSet.hpp"#include "confmodel/Service.hpp"#include "confmodel/Session.hpp"#include "ConfigObjectFactory.hpp"#include "appmodel/DataSubscriberModule.hpp"#include "appmodel/DataReaderConf.hpp"#include "appmodel/DataRecorderConf.hpp"#include "appmodel/DataHandlerModule.hpp"#include "appmodel/DataHandlerConf.hpp"#include "appmodel/NetworkConnectionRule.hpp"#include "appmodel/QueueConnectionRule.hpp"#include "appmodel/QueueDescriptor.hpp"#include "appmodel/NetworkConnectionDescriptor.hpp"#include "appmodel/SourceIDConf.hpp"#include "appmodel/TriggerApplication.hpp"#include "appmodel/DFApplication.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 |
Functions | |
| conffwk::ConfigObject | dunedaq::appmodel::create_network_connection (std::string uid, const NetworkConnectionDescriptor *ntDesc, conffwk::Configuration *confdb, const std::string &dbfile) |
| Helper function that gets a network connection config. | |
Implementation of TriggerApplication'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 TriggerApplication.cpp.