|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "conffwk/Configuration.hpp"#include "oks/kernel.hpp"#include "logging/Logging.hpp"#include "confmodel/GeoId.hpp"#include "confmodel/DetectorStream.hpp"#include "confmodel/NetworkInterface.hpp"#include "ConfigObjectFactory.hpp"#include "appmodel/appmodelIssues.hpp"#include "appmodel/FelixDataSender.hpp"#include "appmodel/DaphneConf.hpp"#include "appmodel/DaphneMapEntry.hpp"#include "appmodel/DaphneV2BoardConf.hpp"#include "appmodel/DaphneV2Channel.hpp"#include "appmodel/DaphneV2AFE.hpp"#include "appmodel/DaphneV2ADC.hpp"#include "appmodel/DaphneV2PGA.hpp"#include "appmodel/DaphneV2LNA.hpp"#include "appmodel/DaphneV2ControllerModule.hpp"#include "appmodel/DaphneV3ControllerModule.hpp"#include "appmodel/DaphneApplication.hpp"#include "appmodel/FelixDetectorToDaqConnection.hpp"#include "appmodel/NetworkDetectorToDaqConnection.hpp"#include "appmodel/NWDetDataSender.hpp"#include "appmodel/NWDetDataReceiver.hpp"#include "appmodel/HermesDataSender.hpp"#include "appmodel/HermesModuleConf.hpp"#include "appmodel/HermesModule.hpp"#include "appmodel/IpbusAddressTable.hpp"#include <string>#include <vector>#include <bitset>#include <iostream>#include <fmt/core.h>#include <set>#include <map>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::appmodel |
Implementation of DaphneApplication'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 DaphneApplication.cpp.