ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Contains support functions for daqif. More...
Go to the source code of this file.
Namespaces | |
daq | |
Functions | |
daqif::DaqStatus & | daq::operator<< (daqif::DaqStatus &status, Status const &rhs) |
Convert daq::Status -> daqif::DaqStatus by populating from rhs. More... | |
Status & | daq::operator<< (Status &status, daqif::DaqStatus const &rhs) |
Convert daqif::DaqStatus -> daq::Status by populating from rhs. More... | |
std::filesystem::space_info & | daq::operator<< (std::filesystem::space_info &space, daqif::StorageStatus const &rhs) |
Populate space from rhs. More... | |
daqif::StorageStatus & | daq::operator<< (daqif::StorageStatus &storage, std::filesystem::space_info &rhs) |
Populate storage from rhs. More... | |
daqif::FullState | daq::MakeState (State state) noexcept |
Converts daq::State to DaqSubstate. More... | |
State | daq::MakeState (daqif::FullState state) |
Converts DaqSubstate to daq::State. More... | |
std::string_view | daq::ToString (daqif::DaqState state) noexcept |
std::string_view | daq::ToString (daqif::DaqSubState state) noexcept |
Contains support functions for daqif.
Definition in file conversion.hpp.