|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "ConfigObjectFactory.hpp"#include "appmodel/ConfigurationHelper.hpp"#include "appmodel/DFApplication.hpp"#include "appmodel/DataStoreConf.hpp"#include "appmodel/DataWriterConf.hpp"#include "appmodel/DataWriterModule.hpp"#include "appmodel/FilenameParams.hpp"#include "appmodel/NetworkConnectionDescriptor.hpp"#include "appmodel/NetworkConnectionRule.hpp"#include "appmodel/QueueConnectionRule.hpp"#include "appmodel/QueueDescriptor.hpp"#include "appmodel/SourceIDConf.hpp"#include "appmodel/TRBConf.hpp"#include "appmodel/TRBModule.hpp"#include "appmodel/appmodelIssues.hpp"#include "confmodel/Connection.hpp"#include "confmodel/NetworkConnection.hpp"#include "logging/Logging.hpp"#include "oks/kernel.hpp"#include <fmt/core.h>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
| namespace | dunedaq::appmodel |
Functions | |
| static void | dunedaq::appmodel::fill_sourceid_object (const ConfigObjectFactory &obj_fac, const conffwk::ConfigObject *netConn, const std::string &uid, const std::vector< uint32_t > &stream_source_ids, const std::vector< const SourceIDConf * > &tp_source_ids, conffwk::ConfigObject &sidNetObj, std::vector< std::shared_ptr< conffwk::ConfigObject > > sidObjs) |
| void | dunedaq::appmodel::fill_replay_sourceid_object (const ConfigObjectFactory &obj_fac, const std::string &uid, const std::vector< const SourceIDConf * > &tp_source_ids, std::vector< conffwk::ConfigObject > *netConn, std::vector< conffwk::ConfigObject > *sidNetObj, const NetworkConnectionDescriptor *descriptor, std::vector< std::shared_ptr< conffwk::ConfigObject > > sidObjs) |
Implementation of DFApplication'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 DFApplication.cpp.