ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Public Member Functions | Public Attributes | List of all members
ParsedSource Struct Reference

#include <ocmDaqService.hpp>

Public Member Functions

 ParsedSource (std::string name, std::string rr_uri)
 
 ParsedSource ()=default
 
 ParsedSource (ParsedSource const &)=default
 
 ParsedSource (ParsedSource &&)=default
 
ParsedSourceoperator= (ParsedSource const &rhs)=default
 
ParsedSourceoperator= (ParsedSource &&rhs)=default
 
bool operator== (ParsedSource const &rhs) const
 

Public Attributes

std::string name
 
std::string rr_uri
 

Detailed Description

Definition at line 25 of file ocmDaqService.hpp.

Constructor & Destructor Documentation

◆ ParsedSource() [1/4]

ParsedSource::ParsedSource ( std::string  name,
std::string  rr_uri 
)

Definition at line 114 of file ocmDaqService.cpp.

◆ ParsedSource() [2/4]

ParsedSource::ParsedSource ( )
default

◆ ParsedSource() [3/4]

ParsedSource::ParsedSource ( ParsedSource const &  )
default

◆ ParsedSource() [4/4]

ParsedSource::ParsedSource ( ParsedSource &&  )
default

Member Function Documentation

◆ operator=() [1/2]

ParsedSource& ParsedSource::operator= ( ParsedSource &&  rhs)
default

◆ operator=() [2/2]

ParsedSource& ParsedSource::operator= ( ParsedSource const &  rhs)
default

◆ operator==()

bool ParsedSource::operator== ( ParsedSource const &  rhs) const

Definition at line 110 of file ocmDaqService.cpp.

Member Data Documentation

◆ name

std::string ParsedSource::name

Definition at line 34 of file ocmDaqService.hpp.

◆ rr_uri

std::string ParsedSource::rr_uri

Definition at line 35 of file ocmDaqService.hpp.


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