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

Definitions from daq/state.hpp. More...

#include <daq/state.hpp>
#include <ostream>
#include <log4cplus/loggingmacros.h>

Go to the source code of this file.

Namespaces

 daq
 

Functions

bool daq::IsFinalState (State state) noexcept
 Query whether state is in a final state. More...
 
bool daq::IsSubsequentState (State state1, State state2) noexcept
 Compares states and returns whether state1 occurs after state2. More...
 
std::ostream & daq::operator<< (std::ostream &os, State state)
 Prints state string representation to os. More...
 

Detailed Description

Definitions from daq/state.hpp.

Definition in file state.cpp.