3#ifndef _TimingHardwareInterfaceConf_0_dunedaq__timinglibs__dal_0_timinglibs_dal_H_
4#define _TimingHardwareInterfaceConf_0_dunedaq__timinglibs__dal_0_timinglibs_dal_H_
36 virtual
void init(
bool init_children);
54 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
96 inline static const std::string
Fatal =
"fatal";
97 inline static const std::string
Error =
"error";
98 inline static const std::string
Warning =
"warning";
99 inline static const std::string
Notice =
"notice";
100 inline static const std::string
Info =
"info";
101 inline static const std::string
Debug =
"debug";
114 std::lock_guard scoped_lock(
m_mutex);
130 std::lock_guard scoped_lock(
m_mutex);
147 std::lock_guard scoped_lock(
m_mutex);
163 std::lock_guard scoped_lock(
m_mutex);
174 inline std::ostream&
operator<<(std::ostream& s,
const TimingHardwareInterfaceConf& obj)
176 return obj.print_object(s);
void set_by_ref(const std::string &name, T &value)
Set attribute value.
void set_enum(const std::string &name, const std::string &value)
Set attribute enumeration value.
The base class for any generated DAL object.
std::mutex m_mutex
Used to protect changes of DAL object.
ConfigObject p_obj
Config object used by given template object.
void check_init() const
Check and initialize object if necessary.
DalRegistry: A registry of DalObjects It provides a single interface to create, cache and manage DalO...
void set_uhal_log_level(const std::string &value)
Set "uhal_log_level" attribute value. Log level for uhal.
const std::string & get_connections_file() const
Get "connections_file" attribute value. device connections file.
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 const std::string & s_class_name
static const std::string & __get_connections_file_str() noexcept
const std::string & get_uhal_log_level() const
Get "uhal_log_level" attribute value. Log level for uhal.
virtual void init(bool init_children)
friend class conffwk::DalFactory
static const std::string s_uhal_log_level
std::string m_uhal_log_level
friend class conffwk::DalObject
virtual ~TimingHardwareInterfaceConf() noexcept
void set_connections_file(const std::string &value)
Set "connections_file" attribute value. device connections file.
std::string m_connections_file
static const std::string s_connections_file
static const std::string & __get_uhal_log_level_str() noexcept
TimingHardwareInterfaceConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
std::vector< constTimingHardwareInterfaceConf * >::const_iterator TimingHardwareInterfaceConfIterator
std::ostream & operator<<(std::ostream &s, const EndpointLocation &obj)
static const std::string Info
static const std::string Fatal
static const std::string Debug
static const std::string Notice
static const std::string Error
static const std::string Warning