ifw-daq 3.1.0
IFW Data Acquisition modules
Loading...
Searching...
No Matches
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

namespace  daq
 

Functions

bool daq::IsFinalState (State state) noexcept
 Query whether state is in a final state.
 
bool daq::IsAbortableState (State state) noexcept
 Query whether state is in an abortable state.
 
bool daq::IsActiveDpmState (State state) noexcept
 Query whether state is an active (non-final) state executed by DPM.
 
bool daq::IsSubsequentState (State state1, State state2) noexcept
 Compares states and returns whether state1 occurs after state2.
 
std::ostream & daq::operator<< (std::ostream &os, State state)
 Prints state string representation to os.
 

Detailed Description

Definitions from daq/state.hpp.

Definition in file state.cpp.