|
ifw-daq 3.1.0
IFW Data Acquisition modules
|
Definitions from daq/state.hpp. More...
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. | |
Definitions from daq/state.hpp.
Definition in file state.cpp.