3#ifndef _FakeDataProdConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _FakeDataProdConf_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;
111 std::lock_guard scoped_lock(
m_mutex);
127 std::lock_guard scoped_lock(
m_mutex);
144 std::lock_guard scoped_lock(
m_mutex);
160 std::lock_guard scoped_lock(
m_mutex);
177 std::lock_guard scoped_lock(
m_mutex);
193 std::lock_guard scoped_lock(
m_mutex);
210 std::lock_guard scoped_lock(
m_mutex);
226 std::lock_guard scoped_lock(
m_mutex);
243 std::lock_guard scoped_lock(
m_mutex);
259 std::lock_guard scoped_lock(
m_mutex);
276 std::lock_guard scoped_lock(
m_mutex);
292 std::lock_guard scoped_lock(
m_mutex);
305 return obj.print_object(s);
static const std::string & __get_time_tick_diff_str() noexcept
static const std::string & __get_source_id_str() noexcept
const std::string & get_fragment_type() const
Get "fragment_type" attribute value. Fragment type of the response.
static const std::string & s_class_name
uint32_t get_source_id() const
Get "source_id" attribute value. The SourceID of this link.
static const std::string s_source_id
void set_frame_size(uint32_t value)
Set "frame_size" attribute value. The size of a fake frame.
void set_time_tick_diff(uint32_t value)
Set "time_tick_diff" attribute value. Time tick difference between frames.
static const std::string & __get_frame_size_str() noexcept
static const std::string s_frame_size
static const std::string & __get_fragment_type_str() noexcept
friend class conffwk::DalFactory
void set_system_type(const std::string &value)
Set "system_type" attribute value. The system type of the link.
void set_fragment_type(const std::string &value)
Set "fragment_type" attribute value. Fragment type of the response.
uint32_t get_time_tick_diff() const
Get "time_tick_diff" attribute value. Time tick difference between frames.
static const std::string & __get_system_type_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_response_delay(uint32_t value)
Set "response_delay" attribute value. Wait for this amount of ns before sending the fragment.
static const std::string s_time_tick_diff
static const std::string s_system_type
static const std::string s_fragment_type
uint32_t m_time_tick_diff
friend class conffwk::DalObject
uint32_t get_frame_size() const
Get "frame_size" attribute value. The size of a fake frame.
FakeDataProdConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t get_response_delay() const
Get "response_delay" attribute value. Wait for this amount of ns before sending the fragment.
static const std::string s_response_delay
std::string m_system_type
virtual void init(bool init_children)
virtual ~FakeDataProdConf() noexcept
void set_source_id(uint32_t value)
Set "source_id" attribute value. The SourceID of this link.
const std::string & get_system_type() const
Get "system_type" attribute value. The system type of the link.
static const std::string & __get_response_delay_str() noexcept
std::string m_fragment_type
uint32_t m_response_delay
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::vector< constFakeDataProdConf * >::const_iterator FakeDataProdConfIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)