ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
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 |
Describes parsed origin string into its components "host" and "path".
Definition at line 77 of file dpSpec.hpp.
std::string daq::Origin::RsyncPath | ( | ) | const |
host:path
if host is not empty, otherwise just path
Definition at line 282 of file dpSpec.cpp.
std::string daq::Origin::host |
Definition at line 82 of file dpSpec.hpp.
std::filesystem::path daq::Origin::path |
Definition at line 83 of file dpSpec.hpp.