DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::appfwk |
Functions | |
std::shared_ptr< DAQModule > | dunedaq::appfwk::make_module (std::string const &plugin_name, std::string const &instance_name) |
Load a DAQModule plugin and return a shared_ptr to the contained DAQModule class. | |
DAQModule Inline Method Definitions
N.B. register_command is defined here as it is a template method, and must be visible so that the compiler can generate type-specific implementations as needed. make_module is a free function in the appfwk namespace, defined here to reduce the clutter in DAQModule.hpp
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file DAQModule.hxx.