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

Describes parsed location 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 location string into its components "host" and "path".

Definition at line 58 of file dpSpec.hpp.

Member Function Documentation

◆ RsyncPath()

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

Definition at line 121 of file dpSpec.cpp.

Member Data Documentation

◆ host

std::string daq::json::Location::host

Definition at line 63 of file dpSpec.hpp.

◆ path

std::filesystem::path daq::json::Location::path

Definition at line 64 of file dpSpec.hpp.


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