ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
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 |
Describes parsed location string into its components "host" and "path".
Definition at line 58 of file dpSpec.hpp.
std::string daq::json::Location::RsyncPath | ( | ) | const |
host:path
if host is not empty, otherwise just path
Definition at line 121 of file dpSpec.cpp.
std::string daq::json::Location::host |
Definition at line 63 of file dpSpec.hpp.
std::filesystem::path daq::json::Location::path |
Definition at line 64 of file dpSpec.hpp.