DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daqconf::GraphBuilder::VertexLabel Struct Reference

#include <GraphBuilder.hpp>

Public Member Functions

 VertexLabel ()=default
 
 VertexLabel (const std::string &uid, const std::string &classname)
 

Public Attributes

const std::string displaylabel { "undefined" }
 

Detailed Description

Definition at line 69 of file GraphBuilder.hpp.

Constructor & Destructor Documentation

◆ VertexLabel() [1/2]

daqconf::GraphBuilder::VertexLabel::VertexLabel ( )
default

◆ VertexLabel() [2/2]

daqconf::GraphBuilder::VertexLabel::VertexLabel ( const std::string & uid,
const std::string & classname )
inline

Definition at line 74 of file GraphBuilder.hpp.

75 : displaylabel(uid + "\n" + classname)
76 {
77 }

Member Data Documentation

◆ displaylabel

const std::string daqconf::GraphBuilder::VertexLabel::displaylabel { "undefined" }

Definition at line 79 of file GraphBuilder.hpp.

79{ "undefined" };

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