3#ifndef _ListRevModule_0_dunedaq__listrev__dal_0_listrev_dal_H_
4#define _ListRevModule_0_dunedaq__listrev__dal_0_listrev_dal_H_
35 virtual
void init(
bool init_children);
53 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
99 std::lock_guard scoped_lock(
m_mutex);
114 std::lock_guard scoped_lock(
m_mutex);
130 std::lock_guard scoped_lock(
m_mutex);
145 std::lock_guard scoped_lock(
m_mutex);
156 inline std::ostream&
operator<<(std::ostream& s,
const ListRevModule& obj)
158 return obj.print_object(s);
void set_by_val(const std::string &name, T value)
Set attribute 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...
static const std::string & s_class_name
virtual ~ListRevModule() noexcept
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...
void set_send_timeout_ms(uint32_t value)
Set "send_timeout_ms" attribute value.
void set_request_timeout_ms(uint32_t value)
Set "request_timeout_ms" attribute value.
friend class conffwk::DalFactory
virtual void init(bool init_children)
uint32_t m_send_timeout_ms
ListRevModule(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_send_timeout_ms
static const std::string s_request_timeout_ms
friend class conffwk::DalObject
uint32_t m_request_timeout_ms
static const std::string & __get_request_timeout_ms_str() noexcept
uint32_t get_send_timeout_ms() const
Get "send_timeout_ms" attribute value.
uint32_t get_request_timeout_ms() const
Get "request_timeout_ms" attribute value.
static const std::string & __get_send_timeout_ms_str() noexcept
std::ostream & operator<<(std::ostream &s, const ListReverser &obj)
std::vector< constListRevModule * >::const_iterator ListRevModuleIterator