|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <FrameErrorRegistry.hpp>
Classes | |
| struct | ErrorInterval |
Public Member Functions | |
| FrameErrorRegistry () | |
| void | set_ers_metadata (const std::string &ers_metadata) |
| void | add_error (std::string error_name, ErrorInterval error) |
| void | remove_errors_until (uint64_t ts) |
| void | log_registered_errors () |
| bool | has_error (std::string error_name) |
| bool | has_error () |
Private Attributes | |
| std::map< std::string, ErrorInterval > | m_errors |
| std::mutex | m_error_map_mutex |
| std::optional< std::string > | m_ers_metadata |
Definition at line 22 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 41 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 50 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 80 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 78 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 71 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 57 of file FrameErrorRegistry.hpp.
|
inline |
Definition at line 45 of file FrameErrorRegistry.hpp.
|
private |
Definition at line 84 of file FrameErrorRegistry.hpp.
|
private |
Definition at line 83 of file FrameErrorRegistry.hpp.
|
private |
Definition at line 85 of file FrameErrorRegistry.hpp.