|
ifw-daq
3.0.1
IFW Data Acquisition modules
|
Contains support functions for daqif. More...
#include "config.hpp"#include <daqif/state.hpp>#include <chrono>#include <filesystem>#include <string_view>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... | |
| template<class Clock , class Duration = typename Clock::duration> | |
| double | daq::FromTimePoint (std::chrono::time_point< Clock, Duration > const &time) |
| template<class Clock , class Duration = typename Clock::duration> | |
| std::chrono::time_point< Clock, Duration > | daq::ToTimePoint (double time) |
| 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) noexcept |
| Converts the full state 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.