ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Classes | Namespaces | Functions
state.hpp File Reference

Contains State support functions for daqif. More...

#include <Daqif.hpp>

Go to the source code of this file.

Classes

struct  daqif::FullState
 Describes the full state and substate. More...
 

Namespaces

 daqif
 

Functions

bool daqif::operator== (FullState lhs, FullState rhs) noexcept
 Equality operator for FullState. More...
 
bool daqif::IsStateValid (DaqState state, DaqSubState substate)
 Validate state combination. More...
 
bool daqif::IsStateValid (FullState state)
 Validate state combination. More...
 

Detailed Description

Contains State support functions for daqif.

Definition in file state.hpp.


Class Documentation

◆ daqif::FullState

struct daqif::FullState

Describes the full state and substate.

Definition at line 17 of file state.hpp.

Class Members
DaqState state
DaqSubState substate