3#ifndef _HSISignalWindow_0_dunedaq__appmodel_0_appmodel_H_
4#define _HSISignalWindow_0_dunedaq__appmodel_0_appmodel_H_
31 virtual
void init(
bool init_children);
49 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
102 std::lock_guard scoped_lock(
m_mutex);
118 std::lock_guard scoped_lock(
m_mutex);
135 std::lock_guard scoped_lock(
m_mutex);
151 std::lock_guard scoped_lock(
m_mutex);
168 std::lock_guard scoped_lock(
m_mutex);
184 std::lock_guard scoped_lock(
m_mutex);
201 std::lock_guard scoped_lock(
m_mutex);
217 std::lock_guard scoped_lock(
m_mutex);
228 inline std::ostream&
operator<<(std::ostream& s,
const HSISignalWindow& obj)
230 return obj.print_object(s);
static const std::string s_tc_type_name
void set_signal_type(uint32_t value)
Set "signal_type" attribute value. HSI signal bit to convert into a TC.
static const std::string & s_class_name
static const std::string & __get_time_after_str() noexcept
static const std::string s_time_before
static const std::string & __get_tc_type_name_str() noexcept
const std::string & get_tc_type_name() const
Get "tc_type_name" attribute value. TC type (as string) to generate for a given HSI bit.
HSISignalWindow(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t get_time_before() const
Get "time_before" attribute value. Time, in ticks, before the HSI timestamp, for the TriggerCandidate...
static const std::string & __get_signal_type_str() noexcept
static const std::string s_signal_type
virtual ~HSISignalWindow() noexcept
friend class conffwk::DalFactory
void set_time_after(uint32_t value)
Set "time_after" attribute value. Time, in ticks, after the HSI timestamp, for the TriggerCandidate e...
static const std::string s_time_after
void set_tc_type_name(const std::string &value)
Set "tc_type_name" attribute value. TC type (as string) to generate for a given HSI bit.
virtual void init(bool init_children)
friend class conffwk::DalObject
uint32_t get_time_after() const
Get "time_after" attribute value. Time, in ticks, after the HSI timestamp, for the TriggerCandidate e...
uint32_t get_signal_type() const
Get "signal_type" attribute value. HSI signal bit to convert into a TC.
static const std::string & __get_time_before_str() 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_time_before(uint32_t value)
Set "time_before" attribute value. Time, in ticks, before the HSI timestamp, for the TriggerCandidate...
std::string m_tc_type_name
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< constHSISignalWindow * >::const_iterator HSISignalWindowIterator