DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::appmodel::DaphneApplication Class Reference

#include <DaphneApplication.hpp>

Inheritance diagram for dunedaq::appmodel::DaphneApplication:
[legend]
Collaboration diagram for dunedaq::appmodel::DaphneApplication:
[legend]

Public Member Functions

virtual void print (unsigned int offset, bool print_header, std::ostream &s) const
 Print details of the DaphneApplication object.
 
virtual std::vector< const dunedaq::conffwk::DalObject * > get (const std::string &name, bool upcast_unregistered=true) const
 Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
 
const dunedaq::appmodel::DaphneConfget_configuration () const
 Get "configuration" relationship value.
 
void set_configuration (const dunedaq::appmodel::DaphneConf *value)
 Set "configuration" relationship value.
 
const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & get_detector_connections () const
 Get "detector_connections" relationship value. List of detector components controlled by this application.
 
void set_detector_connections (const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > &value)
 Set "detector_connections" relationship value. List of detector components controlled by this application.
 
const dunedaq::appmodel::HermesModuleConfget_hermes_module_conf () const
 Get "hermes_module_conf" relationship value.
 
void set_hermes_module_conf (const dunedaq::appmodel::HermesModuleConf *value)
 Set "hermes_module_conf" relationship value.
 
void generate_modules (std::shared_ptr< appmodel::ConfigurationHelper >) const override
 
virtual std::vector< const Resource * > contained_resources () const override
 
virtual void print (unsigned int offset, bool print_header, std::ostream &s) const
 Print details of the DaphneApplication object.
 
virtual std::vector< const dunedaq::conffwk::DalObject * > get (const std::string &name, bool upcast_unregistered=true) const
 Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
 
const dunedaq::appmodel::DaphneConfget_configuration () const
 Get "configuration" relationship value.
 
void set_configuration (const dunedaq::appmodel::DaphneConf *value)
 Set "configuration" relationship value.
 
const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & get_detector_connections () const
 Get "detector_connections" relationship value. List of detector components controlled by this application.
 
void set_detector_connections (const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > &value)
 Set "detector_connections" relationship value. List of detector components controlled by this application.
 
const dunedaq::appmodel::HermesModuleConfget_hermes_module_conf () const
 Get "hermes_module_conf" relationship value.
 
void set_hermes_module_conf (const dunedaq::appmodel::HermesModuleConf *value)
 Set "hermes_module_conf" relationship value.
 
void generate_modules (std::shared_ptr< appmodel::ConfigurationHelper >) const override
 
virtual std::vector< const Resource * > contained_resources () const override
 
- Public Member Functions inherited from dunedaq::appmodel::SmartDaqApplication
const dunedaq::appmodel::SourceIDConfget_source_id () const
 Get "source_id" relationship value.
 
void set_source_id (const dunedaq::appmodel::SourceIDConf *value)
 Set "source_id" relationship value.
 
const std::vector< const dunedaq::appmodel::QueueConnectionRule * > & get_queue_rules () const
 Get "queue_rules" relationship value.
 
void set_queue_rules (const std::vector< const dunedaq::appmodel::QueueConnectionRule * > &value)
 Set "queue_rules" relationship value.
 
const std::vector< const dunedaq::appmodel::NetworkConnectionRule * > & get_network_rules () const
 Get "network_rules" relationship value.
 
void set_network_rules (const std::vector< const dunedaq::appmodel::NetworkConnectionRule * > &value)
 Set "network_rules" relationship value.
 
const dunedaq::appmodel::SourceIDConfget_source_id () const
 Get "source_id" relationship value.
 
void set_source_id (const dunedaq::appmodel::SourceIDConf *value)
 Set "source_id" relationship value.
 
const std::vector< const dunedaq::appmodel::QueueConnectionRule * > & get_queue_rules () const
 Get "queue_rules" relationship value.
 
void set_queue_rules (const std::vector< const dunedaq::appmodel::QueueConnectionRule * > &value)
 Set "queue_rules" relationship value.
 
const std::vector< const dunedaq::appmodel::NetworkConnectionRule * > & get_network_rules () const
 Get "network_rules" relationship value.
 
void set_network_rules (const std::vector< const dunedaq::appmodel::NetworkConnectionRule * > &value)
 Set "network_rules" relationship value.
 
- Public Member Functions inherited from dunedaq::confmodel::DaqApplication
const std::string & get_application_name () const
 Get "application_name" attribute value. Name of the application binary to run.
 
void set_application_name (const std::string &value)
 Set "application_name" attribute value. Name of the application binary to run.
 
const std::vector< const dunedaq::confmodel::DaqModule * > & get_modules () const
 Get "modules" relationship value.
 
void set_modules (const std::vector< const dunedaq::confmodel::DaqModule * > &value)
 Set "modules" relationship value.
 
const std::vector< const dunedaq::confmodel::ActionPlan * > & get_action_plans () const
 Get "action_plans" relationship value.
 
void set_action_plans (const std::vector< const dunedaq::confmodel::ActionPlan * > &value)
 Set "action_plans" relationship value.
 
std::set< const dunedaq::confmodel::HostComponent * > get_used_hostresources () const
 
const std::vector< std::string > construct_commandline_parameters (const conffwk::Configuration &confdb, const dunedaq::confmodel::Session *session) const
 
const std::string & get_application_name () const
 Get "application_name" attribute value. Name of the application binary to run.
 
void set_application_name (const std::string &value)
 Set "application_name" attribute value. Name of the application binary to run.
 
const std::vector< const dunedaq::confmodel::DaqModule * > & get_modules () const
 Get "modules" relationship value.
 
void set_modules (const std::vector< const dunedaq::confmodel::DaqModule * > &value)
 Set "modules" relationship value.
 
const std::vector< const dunedaq::confmodel::ActionPlan * > & get_action_plans () const
 Get "action_plans" relationship value.
 
void set_action_plans (const std::vector< const dunedaq::confmodel::ActionPlan * > &value)
 Set "action_plans" relationship value.
 
std::set< const dunedaq::confmodel::HostComponent * > get_used_hostresources () const
 
const std::vector< std::string > construct_commandline_parameters (const conffwk::Configuration &confdb, const dunedaq::confmodel::Session *session) const
 
- Public Member Functions inherited from dunedaq::confmodel::Application
const std::string & get_application_name () const
 Get "application_name" attribute value. Name of the application binary to run.
 
void set_application_name (const std::string &value)
 Set "application_name" attribute value. Name of the application binary to run.
 
const std::vector< std::string > & get_commandline_parameters () const
 Get "commandline_parameters" attribute value. command line parameters to add when starting the application.
 
void set_commandline_parameters (const std::vector< std::string > &value)
 Set "commandline_parameters" attribute value. command line parameters to add when starting the application.
 
const std::string & get_log_path () const
 Get "log_path" attribute value. Where the applications, controllers and infrastructure applications stdout/err go. This take precedence over the Session's log_path. If none of them is set, PWD is used.
 
void set_log_path (const std::string &value)
 Set "log_path" attribute value. Where the applications, controllers and infrastructure applications stdout/err go. This take precedence over the Session's log_path. If none of them is set, PWD is used.
 
const std::vector< const dunedaq::confmodel::VariableBase * > & get_application_environment () const
 Get "application_environment" relationship value. Define process environment for this application.
 
void set_application_environment (const std::vector< const dunedaq::confmodel::VariableBase * > &value)
 Set "application_environment" relationship value. Define process environment for this application.
 
const dunedaq::confmodel::VirtualHostget_runs_on () const
 Get "runs_on" relationship value. VirtualHost to run this application on.
 
void set_runs_on (const dunedaq::confmodel::VirtualHost *value)
 Set "runs_on" relationship value. VirtualHost to run this application on.
 
const std::vector< const dunedaq::confmodel::Service * > & get_exposes_service () const
 Get "exposes_service" relationship value. Services exposed i.e. provided by this application.
 
void set_exposes_service (const std::vector< const dunedaq::confmodel::Service * > &value)
 Set "exposes_service" relationship value. Services exposed i.e. provided by this application.
 
const dunedaq::confmodel::OpMonConfget_opmon_conf () const
 Get "opmon_conf" relationship value. description of the monitoring behaviour in the application.
 
void set_opmon_conf (const dunedaq::confmodel::OpMonConf *value)
 Set "opmon_conf" relationship value. description of the monitoring behaviour in the application.
 
const std::vector< std::string > parse_commandline_parameters () const
 
const std::string & get_application_name () const
 Get "application_name" attribute value. Name of the application binary to run.
 
void set_application_name (const std::string &value)
 Set "application_name" attribute value. Name of the application binary to run.
 
const std::vector< std::string > & get_commandline_parameters () const
 Get "commandline_parameters" attribute value. command line parameters to add when starting the application.
 
void set_commandline_parameters (const std::vector< std::string > &value)
 Set "commandline_parameters" attribute value. command line parameters to add when starting the application.
 
const std::string & get_log_path () const
 Get "log_path" attribute value. Where the applications, controllers and infrastructure applications stdout/err go. This take precedence over the Session's log_path. If none of them is set, PWD is used.
 
void set_log_path (const std::string &value)
 Set "log_path" attribute value. Where the applications, controllers and infrastructure applications stdout/err go. This take precedence over the Session's log_path. If none of them is set, PWD is used.
 
const std::vector< const dunedaq::confmodel::VariableBase * > & get_application_environment () const
 Get "application_environment" relationship value. Define process environment for this application.
 
void set_application_environment (const std::vector< const dunedaq::confmodel::VariableBase * > &value)
 Set "application_environment" relationship value. Define process environment for this application.
 
const dunedaq::confmodel::VirtualHostget_runs_on () const
 Get "runs_on" relationship value. VirtualHost to run this application on.
 
void set_runs_on (const dunedaq::confmodel::VirtualHost *value)
 Set "runs_on" relationship value. VirtualHost to run this application on.
 
const std::vector< const dunedaq::confmodel::Service * > & get_exposes_service () const
 Get "exposes_service" relationship value. Services exposed i.e. provided by this application.
 
void set_exposes_service (const std::vector< const dunedaq::confmodel::Service * > &value)
 Set "exposes_service" relationship value. Services exposed i.e. provided by this application.
 
const dunedaq::confmodel::OpMonConfget_opmon_conf () const
 Get "opmon_conf" relationship value. description of the monitoring behaviour in the application.
 
void set_opmon_conf (const dunedaq::confmodel::OpMonConf *value)
 Set "opmon_conf" relationship value. description of the monitoring behaviour in the application.
 
const std::vector< std::string > parse_commandline_parameters () const
 
- Public Member Functions inherited from dunedaq::conffwk::DalObject
const std::string & UID () const noexcept
 
const std::string & class_name () const noexcept
 
bool castable (const std::string &target) const noexcept
 
bool castable (const std::string *target) const noexcept
 
template<class TARGET >
const TARGET * cast () const noexcept
 Casts object to different class.
 
std::string full_name () const noexcept
 
const ConfigObjectconfig_object () const
 
DalRegistryregistry () const noexcept
 
Configurationconfiguration () const noexcept
 
void unread ()
 
void set (const ConfigObject &o) noexcept
 
void move (const std::string &at)
 
void rename (const std::string &new_id)
 
void p_hdr (std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const
 print object headers
 
std::ostream & print_object (std::ostream &s) const
 print object details
 
void throw_init_ex (dunedaq::conffwk::Exception &ex)
 throw object initialisation exception (i.e.
 
- Public Member Functions inherited from dunedaq::confmodel::ResourceSetDisableAND
bool compute_disabled_state (const std::set< std::string > &disabled) const final
 
bool compute_disabled_state (const std::set< std::string > &disabled) const final
 
- Public Member Functions inherited from dunedaq::confmodel::ResourceSet
- Public Member Functions inherited from dunedaq::confmodel::Resource
void parents (const dunedaq::confmodel::Session &session, std::list< std::vector< const dunedaq::confmodel::Resource * > > &parents) const
 
bool is_disabled (const dunedaq::confmodel::ResourceTree &session) const
 
void parents (const dunedaq::confmodel::Session &session, std::list< std::vector< const dunedaq::confmodel::Resource * > > &parents) const
 
bool is_disabled (const dunedaq::confmodel::ResourceTree &session) const
 

Static Public Member Functions

static const std::string & __get_configuration_str () noexcept
 
static const std::string & __get_detector_connections_str () noexcept
 
static const std::string & __get_hermes_module_conf_str () noexcept
 
static const std::string & __get_configuration_str () noexcept
 
static const std::string & __get_detector_connections_str () noexcept
 
static const std::string & __get_hermes_module_conf_str () noexcept
 
- Static Public Member Functions inherited from dunedaq::appmodel::SmartDaqApplication
static const std::string & __get_source_id_str () noexcept
 
static const std::string & __get_queue_rules_str () noexcept
 
static const std::string & __get_network_rules_str () noexcept
 
static const std::string & __get_source_id_str () noexcept
 
static const std::string & __get_queue_rules_str () noexcept
 
static const std::string & __get_network_rules_str () noexcept
 
- Static Public Member Functions inherited from dunedaq::confmodel::DaqApplication
static const std::string & __get_application_name_str () noexcept
 
static const std::string & __get_modules_str () noexcept
 
static const std::string & __get_action_plans_str () noexcept
 
static const std::string & __get_application_name_str () noexcept
 
static const std::string & __get_modules_str () noexcept
 
static const std::string & __get_action_plans_str () noexcept
 
- Static Public Member Functions inherited from dunedaq::confmodel::Application
static const std::string & __get_application_name_str () noexcept
 
static const std::string & __get_commandline_parameters_str () noexcept
 
static const std::string & __get_log_path_str () noexcept
 
static const std::string & __get_application_environment_str () noexcept
 
static const std::string & __get_runs_on_str () noexcept
 
static const std::string & __get_exposes_service_str () noexcept
 
static const std::string & __get_opmon_conf_str () noexcept
 
static const std::string & __get_application_name_str () noexcept
 
static const std::string & __get_commandline_parameters_str () noexcept
 
static const std::string & __get_log_path_str () noexcept
 
static const std::string & __get_application_environment_str () noexcept
 
static const std::string & __get_runs_on_str () noexcept
 
static const std::string & __get_exposes_service_str () noexcept
 
static const std::string & __get_opmon_conf_str () noexcept
 
- Static Public Member Functions inherited from dunedaq::conffwk::DalObject
static void p_null (std::ostream &s)
 print "(null)"
 
static void p_rm (std::ostream &s)
 print "(deleted object)"
 
static void p_error (std::ostream &s, dunedaq::conffwk::Exception &ex)
 print error text
 
static void throw_get_ex (const std::string &what, const std::string &class_name, const DalObject *obj)
 throw exception in generated get method (i.e.
 
static bool is_null (const DalObject *ref) noexcept
 check a pointer on DAL object is null
 

Static Public Attributes

static const std::string & s_class_name
 
static const std::string s_configuration = "configuration"
 
static const std::string s_detector_connections = "detector_connections"
 
static const std::string s_hermes_module_conf = "hermes_module_conf"
 
- Static Public Attributes inherited from dunedaq::appmodel::SmartDaqApplication
static const std::string & s_class_name
 
static const std::string s_source_id = "source_id"
 
static const std::string s_queue_rules = "queue_rules"
 
static const std::string s_network_rules = "network_rules"
 
- Static Public Attributes inherited from dunedaq::confmodel::DaqApplication
static const std::string & s_class_name
 
static const std::string s_application_name = "application_name"
 
static const std::string s_modules = "modules"
 
static const std::string s_action_plans = "action_plans"
 
- Static Public Attributes inherited from dunedaq::confmodel::Application
static const std::string & s_class_name
 
static const std::string s_application_name = "application_name"
 
static const std::string s_commandline_parameters = "commandline_parameters"
 
static const std::string s_log_path = "log_path"
 
static const std::string s_application_environment = "application_environment"
 
static const std::string s_runs_on = "runs_on"
 
static const std::string s_exposes_service = "exposes_service"
 
static const std::string s_opmon_conf = "opmon_conf"
 
- Static Public Attributes inherited from dunedaq::confmodel::ResourceSetDisableAND
static const std::string & s_class_name
 
- Static Public Attributes inherited from dunedaq::confmodel::ResourceSet
static const std::string & s_class_name
 
- Static Public Attributes inherited from dunedaq::confmodel::Resource
static const std::string & s_class_name
 

Protected Member Functions

 DaphneApplication (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~DaphneApplication () noexcept
 
virtual void init (bool init_children)
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 DaphneApplication (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~DaphneApplication () noexcept
 
virtual void init (bool init_children)
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::appmodel::SmartDaqApplication
 SmartDaqApplication (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~SmartDaqApplication () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 SmartDaqApplication (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~SmartDaqApplication () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::confmodel::DaqApplication
 DaqApplication (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~DaqApplication () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 DaqApplication (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~DaqApplication () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::confmodel::Application
 Application (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~Application () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 Application (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~Application () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::conffwk::DalObject
 DalObject (DalRegistry &db, const ConfigObject &o) noexcept
 
virtual ~DalObject ()
 
void clear () noexcept
 
void check () const
 
bool is_deleted () const
 
void increment_created () noexcept
 
void increment_read () noexcept
 
void check_init () const
 Check and initialize object if necessary.
 
template<typename T >
void _set_object (const std::string &name, const T *value)
 Helper method for generated set single-value relationship methods.
 
template<typename T >
void _set_objects (const std::string &name, const std::vector< const T * > &value)
 Helper method for generated set multi-value relationship methods.
 
bool get_rel_objects (const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const
 Read relationship values as DAL objects using DAL factory.
 
bool get_algo_objects (const std::string &name, std::vector< const DalObject * > &objs) const
 Run algorithm and return result as DAL objects using DAL factory.
 
- Protected Member Functions inherited from dunedaq::confmodel::ResourceSetDisableAND
 ResourceSetDisableAND (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~ResourceSetDisableAND () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 ResourceSetDisableAND (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~ResourceSetDisableAND () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::confmodel::ResourceSet
 ResourceSet (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~ResourceSet () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 ResourceSet (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~ResourceSet () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::confmodel::Resource
 Resource (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~Resource () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 Resource (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~Resource () noexcept
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 

Private Attributes

const dunedaq::appmodel::DaphneConfm_configuration
 
std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > m_detector_connections
 
const dunedaq::appmodel::HermesModuleConfm_hermes_module_conf
 

Friends

class conffwk::Configuration
 
class conffwk::DalObject
 
class conffwk::DalFactory
 
class conffwk::DalRegistry
 

Additional Inherited Members

- Protected Attributes inherited from dunedaq::conffwk::DalObject
std::mutex m_mutex
 Used to protect changes of DAL object.
 
bool p_was_read
 is true, if the object was read
 
DalRegistryp_registry
 Configuration object.
 
ConfigObject p_obj
 Config object used by given template object.
 
std::string p_UID
 Is used for template objects (see dqm_conffwk)
 

Detailed Description

Definition at line 41 of file DaphneApplication.hpp.

Constructor & Destructor Documentation

◆ DaphneApplication() [1/2]

dunedaq::appmodel::DaphneApplication::DaphneApplication ( conffwk::DalRegistry & db,
const conffwk::ConfigObject & obj )
protectednoexcept

Definition at line 33 of file DaphneApplication.cpp.

33 :
37 m_configuration (nullptr),
38 m_hermes_module_conf (nullptr)
39
40 {
41 ;
42 }
const dunedaq::appmodel::DaphneConf * m_configuration
const dunedaq::appmodel::HermesModuleConf * m_hermes_module_conf
SmartDaqApplication(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
The base class for any generated DAL object.
Definition DalObject.hpp:45

◆ ~DaphneApplication() [1/2]

dunedaq::appmodel::DaphneApplication::~DaphneApplication ( )
protectedvirtualnoexcept

Definition at line 91 of file DaphneApplication.cpp.

92 {
93 }

◆ DaphneApplication() [2/2]

dunedaq::appmodel::DaphneApplication::DaphneApplication ( conffwk::DalRegistry & db,
const conffwk::ConfigObject & obj )
protectednoexcept

◆ ~DaphneApplication() [2/2]

virtual dunedaq::appmodel::DaphneApplication::~DaphneApplication ( )
protectedvirtualnoexcept

Member Function Documentation

◆ __get_configuration_str() [1/2]

static const std::string & dunedaq::appmodel::DaphneApplication::__get_configuration_str ( )
inlinestaticnoexcept

Definition at line 105 of file DaphneApplication.hpp.

105{ return s_configuration; }

◆ __get_configuration_str() [2/2]

static const std::string & dunedaq::appmodel::DaphneApplication::__get_configuration_str ( )
inlinestaticnoexcept

Definition at line 105 of file DaphneApplication.hpp.

105{ return s_configuration; }

◆ __get_detector_connections_str() [1/2]

static const std::string & dunedaq::appmodel::DaphneApplication::__get_detector_connections_str ( )
inlinestaticnoexcept

Definition at line 106 of file DaphneApplication.hpp.

106{ return s_detector_connections; }
static const std::string s_detector_connections

◆ __get_detector_connections_str() [2/2]

static const std::string & dunedaq::appmodel::DaphneApplication::__get_detector_connections_str ( )
inlinestaticnoexcept

Definition at line 106 of file DaphneApplication.hpp.

106{ return s_detector_connections; }

◆ __get_hermes_module_conf_str() [1/2]

static const std::string & dunedaq::appmodel::DaphneApplication::__get_hermes_module_conf_str ( )
inlinestaticnoexcept

Definition at line 107 of file DaphneApplication.hpp.

107{ return s_hermes_module_conf; }
static const std::string s_hermes_module_conf

◆ __get_hermes_module_conf_str() [2/2]

static const std::string & dunedaq::appmodel::DaphneApplication::__get_hermes_module_conf_str ( )
inlinestaticnoexcept

Definition at line 107 of file DaphneApplication.hpp.

107{ return s_hermes_module_conf; }

◆ contained_resources() [1/2]

std::vector< const confmodel::Resource * > dunedaq::appmodel::DaphneApplication::contained_resources ( ) const
overridevirtual

Virtual method to obtain the list of all contained Resources. Used internally by the core disabled logic. Not intended to be used in application code as that should be using individual relationships of the derived classes.

Implements dunedaq::confmodel::ResourceSet.

Definition at line 53 of file DaphneApplication.cpp.

53 {
55}
const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & get_detector_connections() const
Get "detector_connections" relationship value. List of detector components controlled by this applica...
std::vector< const dunedaq::confmodel::Resource * > to_resources(const std::vector< T * > &vector_of_children)

◆ contained_resources() [2/2]

virtual std::vector< const Resource * > dunedaq::appmodel::DaphneApplication::contained_resources ( ) const
overridevirtual

Virtual method to obtain the list of all contained Resources. Used internally by the core disabled logic. Not intended to be used in application code as that should be using individual relationships of the derived classes.

Implements dunedaq::confmodel::ResourceSet.

◆ generate_modules() [1/2]

void dunedaq::appmodel::DaphneApplication::generate_modules ( std::shared_ptr< appmodel::ConfigurationHelper > helper) const
overridevirtual

Generate DaqModule dal objects for streams of the application on the fly

Implements dunedaq::appmodel::SmartDaqApplication.

Definition at line 58 of file DaphneApplication.cpp.

59{
60 ConfigObjectFactory obj_fac(this);
61
62 std::vector<const confmodel::DaqModule*> modules;
63
64 auto daphne_conf = get_configuration();
65
66 std::map<std::string, const DaphneV2BoardConf*> conf_map;
67 auto confs = daphne_conf->get_boards();
68 for ( const auto & c : confs ) {
69 conf_map[c->get_key()] = c->get_conf();
70 }
71
72 // these maps are all indexed on the board id {detector].{crate}.{slot}
73 std::map<std::string, bool> v3_map;
74 std::map<std::string, const confmodel::NetworkInterface*> interfaces;
75 std::map<std::string, std::string> ctrl_hosts;
76
77 // map from ctrl_host to senders
78 std::map<std::string, std::vector<const appmodel::HermesDataSender*> > hermes_senders;
79
80 for (auto d2d_conn : get_detector_connections()) {
81
82 // A Resource can be disabled and still its application can be enabled because the application can have multile resources, so we need to check which resources are enabled
83 if (helper->is_disabled(d2d_conn)) {
84 TLOG_DEBUG(7) << "Ignoring disabled DetectorToDaqConnection " << d2d_conn->UID();
85 continue;
86 }
87
88 TLOG_DEBUG(6) << "Processing DetectorToDaqConnection " << d2d_conn->UID();
89 // get the readout groups and the interfaces and streams therein; 1 reaout group corresponds to 1 data reader module
90
91 // Redundant? Schema forbids 0 connections
92 if (d2d_conn->contained_resources().empty()) {
93 throw(BadConf(ERS_HERE, "DetectorToDaqConnection does not contain senders or receivers"));
94 }
95
96 auto flx_conn = dynamic_cast<const appmodel::FelixDetectorToDaqConnection *>( d2d_conn ); // NOLINT(runtime/rtti)
97 auto net_conn = dynamic_cast<const appmodel::NetworkDetectorToDaqConnection *>( d2d_conn ); // NOLINT(runtime/rtti)
98
99 if ( ! net_conn && ! flx_conn) {
100 throw BadConf(ERS_HERE, d2d_conn->UID() + " is neither felix or eth connection");
101 }
102
103 if ( flx_conn ) {
104 auto det_senders = flx_conn->get_felix_senders();
105
106 // Loop over senders
107 for (const auto* felix_sender : det_senders) {
108
109 if ( helper->is_disabled(felix_sender) ) {
110 TLOG() << "Skipping disabled sender: " << felix_sender->UID();
111 continue;
112 }
113
114 auto ip = felix_sender -> get_control_host();
115
116 // from the felix sender we get the DetStream and then the GeoID
117
118 auto streams = felix_sender -> get_streams();
119
120 for ( const auto * det_s : streams ) {
121
122 if ( helper->is_disabled(det_s) ) {
123 TLOG() << "Skipping disabled DetStream: " << det_s->UID();
124 continue;
125 }
126
127 auto geo_id = det_s->get_geo_id();
128 auto id = fmt::format("{}.{}.{}", geo_id->get_detector_id(), geo_id->get_crate_id(), geo_id->get_slot_id());
129 if (!v3_map.contains(id)) {
130 v3_map[id] = false;
131 }
132
133 } // loop over DetStreams
134
135 } // loop over det_senders
136 } // if flx connection
137
138 if ( net_conn ) {
139 auto det_senders = net_conn->get_net_senders();
140
141 for ( const auto* nw_sender : det_senders ) {
142 if ( helper->is_disabled(nw_sender) ) {
143 TLOG() << "Skipping disabled sender: " << nw_sender->UID();
144 continue;
145 }
146
147 // Check the sender type, must me a HermesSender
148 const auto* hrms_sender = nw_sender->cast<appmodel::HermesDataSender>();
149 if (!hrms_sender ) {
150 throw(BadConf(ERS_HERE, fmt::format("DataSender {} is not a appmodel::HermesDataSender", nw_sender->UID())));
151 }
152
153 hermes_senders[hrms_sender->get_control_host()].push_back(hrms_sender);
154
155 auto streams = nw_sender -> get_streams();
156 for ( const auto * det_s : streams ) {
157
158 if ( helper->is_disabled(det_s) ) {
159 TLOG() << "Skipping disabled DetStream: " << det_s->UID();
160 continue;
161 }
162
163 auto geo_id = det_s->get_geo_id();
164 auto id = fmt::format("{}.{}.{}", geo_id->get_detector_id(), geo_id->get_crate_id(), geo_id->get_slot_id());
165 if (!v3_map.contains(id)) {
166 v3_map[id] = true;
167 interfaces[id] = net_conn->get_net_receiver()->get_uses();
168 ctrl_hosts[id] = hrms_sender->get_control_host();
169 }
170
171 } // loop over streams
172
173 } // loop over NW senders
174
175 } // if net_connection
176
177 } // loop over det2DAQ Connections
178
179
180
181
182 for ( const auto & [id, v3] : v3_map ) {
183
184 auto conf_it = conf_map.find(id);
185 if ( conf_it == conf_map.end() ) {
186 throw MissingDaphne(ERS_HERE, id);
187 }
188 auto conf = conf_it->second;
189
190 conffwk::ConfigObject module_obj = obj_fac.create( (v3 ? "DaphneV3ControllerModule" : "DaphneV2ControllerModule"), fmt::format("controller-{}", id) );
191 module_obj.set_obj("daphne_conf", & daphne_conf -> config_object() );
192 module_obj.set_obj("board_conf", & conf -> config_object() );
193
194 auto module = obj_fac.get_dal<confmodel::DaqModule>(module_obj);
195 modules.push_back(module);
196
197
198 // Create Hermes Modules
199 if (v3) {
200 std::string hermes_uid = fmt::format("daphne-hermes-ctrl-{}", id);
201 conffwk::ConfigObject hermes_obj = obj_fac.create("HermesModule", hermes_uid);
202 hermes_obj.set_obj("address_table", &this->get_hermes_module_conf()->get_address_table()->config_object());
203 hermes_obj.set_by_val<std::string>("uri", fmt::format("{}://{}:{}", this->get_hermes_module_conf()->get_ipbus_type(), ctrl_hosts[id], this->get_hermes_module_conf()->get_ipbus_port()));
204 hermes_obj.set_by_val<uint32_t>("timeout_ms", this->get_hermes_module_conf()->get_ipbus_timeout_ms()); // NOLINT
205 hermes_obj.set_obj("destination", & interfaces[id]->config_object());
206
207 std::vector< const conffwk::ConfigObject * > links_obj;
208 const auto & senders = hermes_senders[ctrl_hosts[id]];
209 for ( const auto* sndr : senders ){
210 links_obj.push_back(&sndr->config_object());
211 }
212 hermes_obj.set_objs("links", links_obj);
213
214 modules.push_back(obj_fac.get_dal<appmodel::HermesModule>(hermes_obj));
215
216 }
217
218 } // ips
219
220 obj_fac.update_modules(modules);
221} // NOLINT
#define ERS_HERE
const dunedaq::appmodel::HermesModuleConf * get_hermes_module_conf() const
Get "hermes_module_conf" relationship value.
const dunedaq::appmodel::DaphneConf * get_configuration() const
Get "configuration" relationship value.
uint32_t get_ipbus_timeout_ms() const
Get "ipbus_timeout_ms" attribute value.
const ConfigObject & config_object() const
#define TLOG_DEBUG(lvl,...)
Definition Logging.hpp:112
#define TLOG(...)
Definition macro.hpp:22

◆ generate_modules() [2/2]

void dunedaq::appmodel::DaphneApplication::generate_modules ( std::shared_ptr< appmodel::ConfigurationHelper > ) const
overridevirtual

Generate DaqModule dal objects for streams of the application on the fly

Implements dunedaq::appmodel::SmartDaqApplication.

◆ get() [1/4]

std::vector< const dunedaq::conffwk::DalObject * > dunedaq::appmodel::DaphneApplication::get ( const std::string & name,
bool upcast_unregistered = true ) const
virtual

Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.

Parameters are:

Parameters
namename of the relationship or algorithm
Returns
value of relationship or result of algorithm
Exceptions
std::exceptionif there is no relationship or algorithm with such name in this and base classes

Reimplemented from dunedaq::appmodel::SmartDaqApplication.

Definition at line 95 of file DaphneApplication.cpp.

96 {
97 std::vector<const dunedaq::conffwk::DalObject *> vec;
98
99 if (!get(name, vec, upcast_unregistered, true))
100 throw_get_ex(name, s_class_name, this);
101
102 return vec;
103 }
static const std::string & s_class_name
virtual std::vector< const dunedaq::conffwk::DalObject * > get(const std::string &name, bool upcast_unregistered=true) const
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject...
static void throw_get_ex(const std::string &what, const std::string &class_name, const DalObject *obj)
throw exception in generated get method (i.e.
Definition DalObject.cpp:82

◆ get() [2/4]

virtual std::vector< const dunedaq::conffwk::DalObject * > dunedaq::appmodel::DaphneApplication::get ( const std::string & name,
bool upcast_unregistered = true ) const
virtual

Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.

Parameters are:

Parameters
namename of the relationship or algorithm
Returns
value of relationship or result of algorithm
Exceptions
std::exceptionif there is no relationship or algorithm with such name in this and base classes

Reimplemented from dunedaq::appmodel::SmartDaqApplication.

◆ get() [3/4]

bool dunedaq::appmodel::DaphneApplication::get ( const std::string & name,
std::vector< const dunedaq::conffwk::DalObject * > & vec,
bool upcast_unregistered,
bool first_call ) const
protected

Definition at line 105 of file DaphneApplication.cpp.

106 {
107 if (first_call)
108 {
109 std::lock_guard scoped_lock(m_mutex);
110
111 check();
112 check_init();
113
114 if (get_rel_objects(name, upcast_unregistered, vec))
115 return true;
116 }
117
118 if (SmartDaqApplication::get(name, vec, upcast_unregistered, false)) return true;
119 if (ResourceSetDisableAND::get(name, vec, upcast_unregistered, false)) return true;
120
121 if (first_call)
122 return get_algo_objects(name, vec);
123
124 return false;
125 }
virtual std::vector< const dunedaq::conffwk::DalObject * > get(const std::string &name, bool upcast_unregistered=true) const
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject...
bool get_rel_objects(const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const
Read relationship values as DAL objects using DAL factory.
Definition DalObject.cpp:8
std::mutex m_mutex
Used to protect changes of DAL object.
bool get_algo_objects(const std::string &name, std::vector< const DalObject * > &objs) const
Run algorithm and return result as DAL objects using DAL factory.
Definition DalObject.cpp:25
void check_init() const
Check and initialize object if necessary.

◆ get() [4/4]

bool dunedaq::appmodel::DaphneApplication::get ( const std::string & name,
std::vector< const dunedaq::conffwk::DalObject * > & vec,
bool upcast_unregistered,
bool first_call ) const
protected

◆ get_configuration() [1/2]

const dunedaq::appmodel::DaphneConf * dunedaq::appmodel::DaphneApplication::get_configuration ( ) const
inline

Get "configuration" relationship value.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 117 of file DaphneApplication.hpp.

118 {
119 std::lock_guard scoped_lock(m_mutex);
120 check();
121 check_init();
122 if (!m_configuration)
123 {
124 std::ostringstream text;
125 text << "relationship \"" << s_configuration << "\" of object " << this << " is not set";
126 throw dunedaq::conffwk::Generic(ERS_HERE, text.str().c_str());
127 }
128 return m_configuration;
129 }
Generic configuration exception.

◆ get_configuration() [2/2]

const dunedaq::appmodel::DaphneConf * dunedaq::appmodel::DaphneApplication::get_configuration ( ) const
inline

Get "configuration" relationship value.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 117 of file DaphneApplication.hpp.

118 {
119 std::lock_guard scoped_lock(m_mutex);
120 check();
121 check_init();
122 if (!m_configuration)
123 {
124 std::ostringstream text;
125 text << "relationship \"" << s_configuration << "\" of object " << this << " is not set";
126 throw dunedaq::conffwk::Generic(ERS_HERE, text.str().c_str());
127 }
128 return m_configuration;
129 }

◆ get_detector_connections() [1/2]

const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & dunedaq::appmodel::DaphneApplication::get_detector_connections ( ) const
inline

Get "detector_connections" relationship value. List of detector components controlled by this application.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 149 of file DaphneApplication.hpp.

150 {
151 std::lock_guard scoped_lock(m_mutex);
152 check();
153 check_init();
155 }
std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > m_detector_connections

◆ get_detector_connections() [2/2]

const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & dunedaq::appmodel::DaphneApplication::get_detector_connections ( ) const
inline

Get "detector_connections" relationship value. List of detector components controlled by this application.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 149 of file DaphneApplication.hpp.

150 {
151 std::lock_guard scoped_lock(m_mutex);
152 check();
153 check_init();
155 }

◆ get_hermes_module_conf() [1/2]

const dunedaq::appmodel::HermesModuleConf * dunedaq::appmodel::DaphneApplication::get_hermes_module_conf ( ) const
inline

Get "hermes_module_conf" relationship value.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 175 of file DaphneApplication.hpp.

176 {
177 std::lock_guard scoped_lock(m_mutex);
178 check();
179 check_init();
181 }

◆ get_hermes_module_conf() [2/2]

const dunedaq::appmodel::HermesModuleConf * dunedaq::appmodel::DaphneApplication::get_hermes_module_conf ( ) const
inline

Get "hermes_module_conf" relationship value.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 175 of file DaphneApplication.hpp.

176 {
177 std::lock_guard scoped_lock(m_mutex);
178 check();
179 check_init();
181 }

◆ init() [1/2]

void dunedaq::appmodel::DaphneApplication::init ( bool init_children)
protectedvirtual

Initialize object (method generated by genconffwk)

Parameters
init_childrenif true, initialize referenced objects

Reimplemented from dunedaq::appmodel::SmartDaqApplication.

Definition at line 74 of file DaphneApplication.cpp.

75 {
76 SmartDaqApplication::init(init_children);
77 ResourceSetDisableAND::init(init_children);
78
79 TLOG_DEBUG(5) << "read object " << this << " (class " << s_class_name << ')';
80
81 try {
85 }
86 catch (dunedaq::conffwk::Exception & ex) {
87 throw_init_ex(ex);
88 }
89 }
virtual void init(bool init_children)
void throw_init_ex(dunedaq::conffwk::Exception &ex)
throw object initialisation exception (i.e.
Definition DalObject.cpp:74
DalRegistry & p_registry
Configuration object.
ConfigObject p_obj
Config object used by given template object.
const T * _ref(ConfigObject &obj, const std::string &name, bool read_children)
Get signle value of object's relation and instantiate result with it (multi-thread safe).

◆ init() [2/2]

virtual void dunedaq::appmodel::DaphneApplication::init ( bool init_children)
protectedvirtual

Initialize object (method generated by genconffwk)

Parameters
init_childrenif true, initialize referenced objects

Reimplemented from dunedaq::appmodel::SmartDaqApplication.

◆ print() [1/2]

void dunedaq::appmodel::DaphneApplication::print ( unsigned int offset,
bool print_header,
std::ostream & s ) const
virtual

Print details of the DaphneApplication object.

Parameters are:

Parameters
offsetnumber of spaces to shift object right (useful to print nested objects)
print_headerif false, do not print object header (to print attributes of base classes)
soutput stream

Reimplemented from dunedaq::appmodel::SmartDaqApplication.

Definition at line 45 of file DaphneApplication.cpp.

46 {
47 check_init();
48
49 try {
50 const std::string str(indent+2, ' ');
51
52 if (print_header)
53 p_hdr(s, indent, s_class_name, "dunedaq::appmodel");
54
55
56 // print direct super-classes
57
60
61
62 // print direct relationships
63
67 }
68 catch (dunedaq::conffwk::Exception & ex) {
70 }
71 }
virtual void print(unsigned int offset, bool print_header, std::ostream &s) const
Print details of the SmartDaqApplication object.
void p_hdr(std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const
print object headers
Definition DalObject.cpp:65
static void p_error(std::ostream &s, dunedaq::conffwk::Exception &ex)
print error text
Definition DalObject.cpp:59
virtual void print(unsigned int offset, bool print_header, std::ostream &s) const
Print details of the ResourceSetDisableAND object.
void p_sv_rel(std::ostream &s, const std::string &str, const std::string &name, const DalObject *obj)
print weak single-value relationship
void p_mv_rel(std::ostream &s, const std::string &str, const std::string &name, const T &objs) noexcept
print weak multi-value relationship

◆ print() [2/2]

virtual void dunedaq::appmodel::DaphneApplication::print ( unsigned int offset,
bool print_header,
std::ostream & s ) const
virtual

Print details of the DaphneApplication object.

Parameters are:

Parameters
offsetnumber of spaces to shift object right (useful to print nested objects)
print_headerif false, do not print object header (to print attributes of base classes)
soutput stream

Reimplemented from dunedaq::appmodel::SmartDaqApplication.

◆ set_configuration() [1/2]

void dunedaq::appmodel::DaphneApplication::set_configuration ( const dunedaq::appmodel::DaphneConf * value)

Set "configuration" relationship value.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 127 of file DaphneApplication.cpp.

128 {
130 }
void _set_object(const std::string &name, const T *value)
Helper method for generated set single-value relationship methods.

◆ set_configuration() [2/2]

void dunedaq::appmodel::DaphneApplication::set_configuration ( const dunedaq::appmodel::DaphneConf * value)

Set "configuration" relationship value.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

◆ set_detector_connections() [1/2]

void dunedaq::appmodel::DaphneApplication::set_detector_connections ( const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & value)

Set "detector_connections" relationship value. List of detector components controlled by this application.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 132 of file DaphneApplication.cpp.

133 {
135 }
void _set_objects(const std::string &name, const std::vector< const T * > &value)
Helper method for generated set multi-value relationship methods.

◆ set_detector_connections() [2/2]

void dunedaq::appmodel::DaphneApplication::set_detector_connections ( const std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > & value)

Set "detector_connections" relationship value. List of detector components controlled by this application.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

◆ set_hermes_module_conf() [1/2]

void dunedaq::appmodel::DaphneApplication::set_hermes_module_conf ( const dunedaq::appmodel::HermesModuleConf * value)

Set "hermes_module_conf" relationship value.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 137 of file DaphneApplication.cpp.

138 {
140 }

◆ set_hermes_module_conf() [2/2]

void dunedaq::appmodel::DaphneApplication::set_hermes_module_conf ( const dunedaq::appmodel::HermesModuleConf * value)

Set "hermes_module_conf" relationship value.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Friends And Related Symbol Documentation

◆ conffwk::Configuration

Definition at line 43 of file DaphneApplication.hpp.

◆ conffwk::DalFactory

conffwk::DalFactory
friend

Definition at line 45 of file DaphneApplication.hpp.

◆ conffwk::DalObject

Definition at line 44 of file DaphneApplication.hpp.

◆ conffwk::DalRegistry

Definition at line 46 of file DaphneApplication.hpp.

Member Data Documentation

◆ m_configuration

const dunedaq::appmodel::DaphneConf * dunedaq::appmodel::DaphneApplication::m_configuration
private

Definition at line 92 of file DaphneApplication.hpp.

◆ m_detector_connections

std::vector< const dunedaq::confmodel::DetectorToDaqConnection * > dunedaq::appmodel::DaphneApplication::m_detector_connections
private

Definition at line 93 of file DaphneApplication.hpp.

◆ m_hermes_module_conf

const dunedaq::appmodel::HermesModuleConf * dunedaq::appmodel::DaphneApplication::m_hermes_module_conf
private

Definition at line 94 of file DaphneApplication.hpp.

◆ s_class_name

static const std::string & dunedaq::appmodel::DaphneApplication::s_class_name
static

The name of the configuration class.

Definition at line 58 of file DaphneApplication.hpp.

◆ s_configuration

static const std::string dunedaq::appmodel::DaphneApplication::s_configuration = "configuration"
inlinestatic

Definition at line 101 of file DaphneApplication.hpp.

◆ s_detector_connections

static const std::string dunedaq::appmodel::DaphneApplication::s_detector_connections = "detector_connections"
inlinestatic

Definition at line 102 of file DaphneApplication.hpp.

◆ s_hermes_module_conf

static const std::string dunedaq::appmodel::DaphneApplication::s_hermes_module_conf = "hermes_module_conf"
inlinestatic

Definition at line 103 of file DaphneApplication.hpp.


The documentation for this class was generated from the following files: