ifw-daq  1.0.0
IFW Data Acquisition modules
Namespaces | Functions
conversion.hpp File Reference

Contains support functions for ocmif. More...

#include <Ocmif.hpp>
#include <string_view>

Go to the source code of this file.

Namespaces

 daq
 
 ocmif
 

Functions

DaqStatus & ocmif::operator<< (ocmif::DaqStatus &status, daq::Status const &rhs)
 Convert daq::Status -> ocmif::DaqStatus by populating rhs. More...
 
ocmif::DaqSubState ocmif::MakeState (daq::State state) noexcept
 Converts daq::State to DaqSubstate. More...
 
daq::State ocmif::MakeState (ocmif::DaqSubState state)
 Converts DaqSubstate to daq::State. More...
 
std::string_view ocmif::ToString (ocmif::DaqState state) noexcept
 
std::string_view ocmif::ToString (ocmif::DaqSubState state) noexcept
 

Detailed Description

Contains support functions for ocmif.

Definition in file conversion.hpp.