3#ifndef _NICStatsConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _NICStatsConf_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;
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);
163 std::lock_guard scoped_lock(
m_mutex);
178 std::lock_guard scoped_lock(
m_mutex);
194 std::lock_guard scoped_lock(
m_mutex);
209 std::lock_guard scoped_lock(
m_mutex);
220 inline std::ostream&
operator<<(std::ostream& s,
const NICStatsConf& obj)
222 return obj.print_object(s);
int32_t get_expected_timestamp_step() const
Get "expected_timestamp_step" attribute value.
void set_expected_seq_id_step(uint32_t value)
Set "expected_seq_id_step" attribute value.
static const std::string s_expected_packet_size
static const std::string s_analyze_nth_packet
static const std::string s_expected_timestamp_step
uint32_t get_expected_seq_id_step() const
Get "expected_seq_id_step" attribute value.
static const std::string & __get_expected_seq_id_step_str() noexcept
NICStatsConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t m_expected_seq_id_step
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 & __get_analyze_nth_packet_str() noexcept
friend class conffwk::DalFactory
virtual void init(bool init_children)
static const std::string & __get_expected_packet_size_str() noexcept
void set_expected_timestamp_step(int32_t value)
Set "expected_timestamp_step" attribute value.
void set_analyze_nth_packet(int32_t value)
Set "analyze_nth_packet" attribute value.
friend class conffwk::DalObject
static const std::string & s_class_name
virtual ~NICStatsConf() noexcept
void set_expected_packet_size(uint32_t value)
Set "expected_packet_size" attribute value.
uint32_t get_expected_packet_size() const
Get "expected_packet_size" attribute value.
static const std::string & __get_expected_timestamp_step_str() noexcept
uint32_t m_expected_packet_size
int32_t m_analyze_nth_packet
int32_t get_analyze_nth_packet() const
Get "analyze_nth_packet" attribute value.
int32_t m_expected_timestamp_step
static const std::string s_expected_seq_id_step
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...
std::vector< constNICStatsConf * >::const_iterator NICStatsConfIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)