DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ConfigurationManagerOwner.hpp>
Public Member Functions | |
ConfigurationManagerOwner (std::string confimpl, std::string app_name, std::string session_name) | |
std::shared_ptr< ConfigurationManager > | get_config_manager () const |
Private Attributes | |
std::shared_ptr< ConfigurationManager > | m_config_mgr |
This class exists to be a base class of Application, so that the ConfigurationManager can be initialized once and used to initialize the OpMonManager (which is also a base class of Application).
Definition at line 25 of file ConfigurationManagerOwner.hpp.
|
inline |
Definition at line 28 of file ConfigurationManagerOwner.hpp.
|
inline |
Definition at line 33 of file ConfigurationManagerOwner.hpp.
|
private |
Definition at line 36 of file ConfigurationManagerOwner.hpp.