DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daqconf::GraphBuilder::EnhancedObject Struct Reference
Collaboration diagram for daqconf::GraphBuilder::EnhancedObject:
[legend]

Classes

struct  ReceivingInfo
 

Public Member Functions

 EnhancedObject (const ConfigObject &config_object_arg, ObjectKind kind_arg)
 

Public Attributes

ConfigObject config_object
 
ObjectKind kind
 
Vertex_t vertex_in_graph
 
std::vector< std::string > child_object_names
 
std::vector< ReceivingInforeceiving_object_infos
 

Detailed Description

Definition at line 98 of file GraphBuilder.hpp.

Constructor & Destructor Documentation

◆ EnhancedObject()

daqconf::GraphBuilder::EnhancedObject::EnhancedObject ( const ConfigObject & config_object_arg,
ObjectKind kind_arg )
inline

Definition at line 109 of file GraphBuilder.hpp.

110 : config_object{ config_object_arg }
111 , kind{ kind_arg }
112 {
113 }

Member Data Documentation

◆ child_object_names

std::vector<std::string> daqconf::GraphBuilder::EnhancedObject::child_object_names

Definition at line 121 of file GraphBuilder.hpp.

◆ config_object

ConfigObject daqconf::GraphBuilder::EnhancedObject::config_object

Definition at line 115 of file GraphBuilder.hpp.

◆ kind

ObjectKind daqconf::GraphBuilder::EnhancedObject::kind

Definition at line 116 of file GraphBuilder.hpp.

◆ receiving_object_infos

std::vector<ReceivingInfo> daqconf::GraphBuilder::EnhancedObject::receiving_object_infos

Definition at line 124 of file GraphBuilder.hpp.

◆ vertex_in_graph

Vertex_t daqconf::GraphBuilder::EnhancedObject::vertex_in_graph

Definition at line 118 of file GraphBuilder.hpp.


The documentation for this struct was generated from the following file: