ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
#include <algorithm>
#include <ctime>
#include <daq/status.hpp>
#include <iomanip>
#include <ostream>
#include <fmt/format.h>
Go to the source code of this file.
Namespaces | |
daq | |
Functions | |
void | daq::SetAlert (std::vector< Alert > &alerts, Alert alert) |
Set alert. More... | |
bool | daq::ClearAlert (std::vector< Alert > &alerts, AlertId const &alert) |
Clear alert. More... | |
Alert | daq::MakeAlert (std::string_view category, std::string key, std::string description) |
Construct alert. More... | |
Alert | daq::MakeAlert (AlertId id, std::string description) |
AlertId | daq::MakeAlertId (std::string_view category, std::string key) |
bool | daq::operator== (AlertId const &lhs, AlertId const &rhs) noexcept |
bool | daq::operator!= (AlertId const &lhs, AlertId const &rhs) noexcept |
std::ostream & | daq::operator<< (std::ostream &os, AlertId const &s) |
bool | daq::operator== (Alert const &lhs, Alert const &rhs) noexcept |
Comparison operator for Alert. More... | |
bool | daq::operator== (Alert const &lhs, AlertId const &rhs) noexcept |
bool | daq::operator== (AlertId const &lhs, Alert const &rhs) noexcept |
bool | daq::operator!= (Alert const &lhs, Alert const &rhs) noexcept |
std::ostream & | daq::operator<< (std::ostream &os, Alert const &s) |
std::ostream & | daq::operator<< (std::ostream &os, std::vector< Alert > const &s) |
std::ostream & | daq::operator<< (std::ostream &os, Status const &s) |
std::ostream & | daq::operator<< (std::ostream &os, ObservableStatus const &s) |
Definition in file status.cpp.