DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Namespaces | |
namespace | cmd |
namespace | dal |
namespace | opmon |
Classes | |
struct | CommandLineInterpreter |
CommandLineInterpreter parses the command-line options given to the application and stores the results as validated data members. More... | |
class | ConfigurationManagerOwner |
Functions | |
std::shared_ptr< DAQModule > | 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. | |
|
inline |
Load a DAQModule plugin and return a shared_ptr to the contained DAQModule class.
plugin_name | Name of the plugin, e.g. DebugLoggingDAQModule |
instance_name | Name of the returned DAQModule instance, e.g. DebugLogger1 |
Definition at line 35 of file DAQModule.hxx.