DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
HostComponent.hpp
Go to the documentation of this file.
1// *** this file is generated by oksdalgen, do not modify it ***
2
3#ifndef _HostComponent_0_dunedaq__confmodel_0_confmodel_H_
4#define _HostComponent_0_dunedaq__confmodel_0_confmodel_H_
5
6#include <stdint.h> // to define 64 bits types
7#include <iostream>
8#include <sstream>
9#include <string>
10#include <map>
11#include <vector>
12
14#include "conffwk/DalObject.hpp"
15
16
17namespace dunedaq {
18 namespace confmodel {
19
21
22 friend class conffwk::Configuration;
23 friend class conffwk::DalObject;
24 friend class conffwk::DalFactory;
25 friend class conffwk::DalRegistry;
26
27 protected:
28
30 virtual ~HostComponent() noexcept;
31 virtual void init(bool init_children);
32
33 public:
34
37 static const std::string& s_class_name;
38
39
49 virtual void print(unsigned int offset, bool print_header, std::ostream& s) const;
50
51
61 virtual std::vector<const dunedaq::conffwk::DalObject *> get(const std::string& name, bool upcast_unregistered = true) const;
62
63
64 protected:
65
66 bool get(const std::string& name, std::vector<const dunedaq::conffwk::DalObject *>& vec, bool upcast_unregistered, bool first_call) const;
67
68
69 private:
70
71 uint8_t m_numa_id;
72
73
74 public:
75
76 // attribute names
77
78 inline static const std::string s_numa_id = "numa_id";
79
80 static const std::string& __get_numa_id_str() noexcept { return s_numa_id; }
81
82
89 uint8_t
91 {
92 std::lock_guard scoped_lock(m_mutex);
93 check();
94 check_init();
95 return m_numa_id;
96 }
97
104 void
105 set_numa_id(uint8_t value)
106 {
107 std::lock_guard scoped_lock(m_mutex);
108 check();
109 clear();
110 p_obj.set_by_val(s_numa_id, value);
111 }
112
113
114 };
115
116 // out stream operator
117
118 inline std::ostream& operator<<(std::ostream& s, const HostComponent& obj)
119 {
120 return obj.print_object(s);
121 }
122
123 typedef std::vector<const HostComponent*>::const_iterator HostComponentIterator;
124
125 }
126}
127
128#endif
void set_by_val(const std::string &name, T value)
Set attribute value.
The base class for any generated DAL object.
Definition DalObject.hpp:45
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
static const std::string & __get_numa_id_str() noexcept
void set_numa_id(uint8_t value)
Set "numa_id" attribute value.
static const std::string s_numa_id
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...
virtual ~HostComponent() noexcept
HostComponent(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint8_t get_numa_id() const
Get "numa_id" attribute value.
virtual void init(bool init_children)
conffwk entry point
double offset
std::vector< constHostComponent * >::const_iterator HostComponentIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)
Including Qt Headers.