|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaUtils.hpp>
Public Member Functions | |
| ConnectionId () | |
| ConnectionId (std::string uid, std::string data_type, std::string tag="", std::string session="") | |
| ConnectionId (const confmodel::Connection *cfg) | |
Public Attributes | |
| std::string | uid { "" } |
| std::string | data_type { "" } |
| std::string | tag { "" } |
| std::string | session { "" } |
Definition at line 25 of file SchemaUtils.hpp.
|
inline |
Definition at line 32 of file SchemaUtils.hpp.
|
inline |
Definition at line 34 of file SchemaUtils.hpp.
|
inlineexplicit |
Definition at line 42 of file SchemaUtils.hpp.
| std::string dunedaq::iomanager::ConnectionId::data_type { "" } |
Definition at line 28 of file SchemaUtils.hpp.
| std::string dunedaq::iomanager::ConnectionId::session { "" } |
Definition at line 30 of file SchemaUtils.hpp.
| std::string dunedaq::iomanager::ConnectionId::tag { "" } |
Definition at line 29 of file SchemaUtils.hpp.
| std::string dunedaq::iomanager::ConnectionId::uid { "" } |
Definition at line 27 of file SchemaUtils.hpp.