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

Contains parse functions for ocmif. More...

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

Go to the source code of this file.

Namespaces

 ocmif
 

Functions

template<class To >
To ocmif::FromString (std::string_view input)
 
template<>
DaqState ocmif::FromString< DaqState > (std::string_view state)
 Parse state name. More...
 
template<>
DaqSubState ocmif::FromString< DaqSubState > (std::string_view state)
 Parse sub-state name. More...
 

Detailed Description

Contains parse functions for ocmif.

Definition in file parsing.hpp.