8 const std::string& dbfile,
9 const std::string& app_uid)
22 m_dbfile(parent->config_object().contained_in()),
23 m_app_uid(parent->UID()) {
36 const std::string&
id)
const {
47 auto queue_obj =
create(
"Queue", queue_uid);
48 queue_obj.set_by_val<std::string>(
"data_type", qdesc->
get_data_type());
49 queue_obj.set_by_val<std::string>(
"queue_type", qdesc->
get_queue_type());
50 queue_obj.set_by_val<uint32_t>(
"capacity", qdesc->
get_capacity());
58 std::string queue_uid(fmt::format(
"{}{}", qdesc->
get_uid_base(), src_id));
59 auto queue_obj =
create(
"QueueWithSourceId", queue_uid);
61 queue_obj.set_by_val<std::string>(
"data_type", qdesc->
get_data_type());
62 queue_obj.set_by_val<std::string>(
"queue_type", qdesc->
get_queue_type());
63 queue_obj.set_by_val<uint32_t>(
"capacity", qdesc->
get_capacity());
64 queue_obj.set_by_val<uint32_t>(
"source_id", src_id);
88 std::string app_uid)
const {
92 auto net_obj =
create(
"NetworkConnection", net_id);
94 net_obj.set_by_val<std::string>(
"data_type", ndesc->
get_data_type());
96 net_obj.set_obj(
"associated_service", &svc_obj);
conffwk::ConfigObject create_queue_sid_obj(const QueueDescriptor *qdesc, uint32_t src_id) const
conffwk::ConfigObject create_net_obj(const NetworkConnectionDescriptor *ndesc, std::string uid) const
Helper function that gets a network connection config.
ConfigObjectFactory(conffwk::Configuration *config, const std::string &dbfile, const std::string &app_uid)
conffwk::ConfigObject create_queue_obj(const QueueDescriptor *qdesc, std::string uid="") const
conffwk::ConfigObject create(const std::string &class_name, const std::string &id) const
conffwk::Configuration * m_config
const std::string & get_connection_type() const
Get "connection_type" attribute value.
const std::string & get_data_type() const
Get "data_type" attribute value. string identifying type of data transferred through this connection.
const std::string & get_uid_base() const
Get "uid_base" attribute value. Base for UID string. To be combined with a source id.
const dunedaq::confmodel::Service * get_associated_service() const
Get "associated_service" relationship value. Service provided by this connection.
const std::string & get_queue_type() const
Get "queue_type" attribute value. Type of queue.
const std::string & get_data_type() const
Get "data_type" attribute value. string identifying type of data transferred through this queue.
uint32_t get_capacity() const
Get "capacity" attribute value.
const std::string & get_uid_base() const
Get "uid_base" attribute value. Base for UID string. May be combined with a source id.
void create(const std::string &at, const std::string &class_name, const std::string &id, ConfigObject &object)
Create new object by class name and object id.
The base class for any generated DAL object.
const ConfigObject & config_object() const
uint32_t get_source_id() const
Get "source_id" attribute value.
static void set_nolock_mode(bool nl)
The opmon infrastructure has not been set up in the configuration