ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Provides information of the location and origin of a FITS file or keywords produced by a data acquisition. More...
#include <dpPart.hpp>
Public Member Functions | |
DpPart (std::string origin, std::string path) noexcept | |
DpPart (std::string origin, fits::KeywordVector keywords) noexcept | |
DpPart ()=default | |
DpPart (DpPart const &)=default | |
DpPart (DpPart &&) noexcept=default | |
DpPart & | operator= (DpPart const &)=default |
DpPart & | operator= (DpPart &&) noexcept=default |
bool | operator== (DpPart const &rhs) const noexcept |
bool | operator!= (DpPart const &rhs) const noexcept |
Public Attributes | |
std::string | origin |
Component/process origin of the file. More... | |
std::variant< std::string, fits::KeywordVector > | info |
Holds a std::string path [[user]@host:]path or FITS keywords. More... | |
Provides information of the location and origin of a FITS file or keywords produced by a data acquisition.
Definition at line 26 of file dpPart.hpp.
|
noexcept |
Definition at line 17 of file dpPart.cpp.
|
noexcept |
Definition at line 21 of file dpPart.cpp.
|
default |
|
default |
|
defaultnoexcept |
|
noexcept |
Definition at line 30 of file dpPart.cpp.
|
noexcept |
Definition at line 26 of file dpPart.cpp.
std::variant<std::string, fits::KeywordVector> daq::DpPart::info |
Holds a std::string path [[user]@host:]path
or FITS keywords.
Definition at line 46 of file dpPart.hpp.
std::string daq::DpPart::origin |
Component/process origin of the file.
Definition at line 41 of file dpPart.hpp.