ifw-daq  2.1.0-pre1
IFW Data Acquisition modules
Public Member Functions | Public Attributes | List of all members
daq::Origin Struct Reference

Describes parsed origin string into its components "host" and "path". More...

#include <dpSpec.hpp>

Public Member Functions

std::string RsyncPath () const
 

Public Attributes

std::string host
 
std::filesystem::path path
 

Detailed Description

Describes parsed origin string into its components "host" and "path".

Definition at line 77 of file dpSpec.hpp.

Member Function Documentation

◆ RsyncPath()

std::string daq::Origin::RsyncPath ( ) const
Returns
host:path if host is not empty, otherwise just path

Definition at line 282 of file dpSpec.cpp.

Member Data Documentation

◆ host

std::string daq::Origin::host

Definition at line 82 of file dpSpec.hpp.

◆ path

std::filesystem::path daq::Origin::path

Definition at line 83 of file dpSpec.hpp.


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