3#ifndef _CTBSubsystem_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBSubsystem_0_dunedaq__appmodel_0_appmodel_H_
34 virtual
void init(
bool init_children);
52 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
85 inline static const
std::
string s_delays = "delays";
101 std::lock_guard scoped_lock(
m_mutex);
116 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
147 std::lock_guard scoped_lock(
m_mutex);
160 const std::vector<uint32_t>&
163 std::lock_guard scoped_lock(
m_mutex);
178 std::lock_guard scoped_lock(
m_mutex);
189 inline std::ostream&
operator<<(std::ostream& s,
const CTBSubsystem& obj)
191 return obj.print_object(s);
void set_reshape_length(uint32_t value)
Set "reshape_length" attribute value.
uint32_t m_reshape_length
static const std::string s_reshape_length
static const std::string & __get_delays_str() noexcept
virtual ~CTBSubsystem() noexcept
std::vector< uint32_t > m_delays
const std::vector< uint32_t > & get_delays() const
Get "delays" attribute value.
static const std::string & __get_reshape_length_str() noexcept
static const std::string & s_class_name
friend class conffwk::DalFactory
static const std::string s_channel_mask
virtual void init(bool init_children)
uint32_t get_reshape_length() const
Get "reshape_length" attribute value.
void set_channel_mask(const std::string &value)
Set "channel_mask" attribute value.
static const std::string & __get_channel_mask_str() noexcept
friend class conffwk::DalObject
std::string m_channel_mask
CTBSubsystem(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) 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...
const std::string & get_channel_mask() const
Get "channel_mask" attribute value.
static const std::string s_delays
void set_delays(const std::vector< uint32_t > &value)
Set "delays" attribute value.
void set_by_val(const std::string &name, T value)
Set attribute value.
void set_by_ref(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...
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constCTBSubsystem * >::const_iterator CTBSubsystemIterator