ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
#include <eventLog.hpp>
Public Member Functions | |
ErrorEvent (std::string id, std::string description, std::optional< Status > status, std::string origin) noexcept | |
bool | operator== (ErrorEvent const &rhs) const noexcept |
bool | operator!= (ErrorEvent const &rhs) const noexcept |
Public Member Functions inherited from daq::GenericEvent | |
GenericEvent (std::string id, std::string description, std::optional< Status > status) noexcept | |
GenericEvent (GenericEvent &&)=default | |
GenericEvent (GenericEvent const &)=default | |
GenericEvent & | operator= (GenericEvent &&)=default |
GenericEvent & | operator= (GenericEvent const &)=default |
bool | operator== (GenericEvent const &rhs) const noexcept |
bool | operator!= (GenericEvent const &rhs) const noexcept |
Public Attributes | |
std::string | origin |
Error origin. More... | |
Public Attributes inherited from daq::GenericEvent | |
TimePoint | timestamp |
std::string | id |
std::string | description |
std::optional< Status > | status |
Additional Inherited Members | |
Public Types inherited from daq::GenericEvent | |
using | TimePoint = std::chrono::time_point< std::chrono::steady_clock > |
Definition at line 69 of file eventLog.hpp.
|
noexcept |
Definition at line 28 of file eventLog.cpp.
|
noexcept |
Definition at line 40 of file eventLog.cpp.
|
noexcept |
Definition at line 36 of file eventLog.cpp.
std::string daq::ErrorEvent::origin |
Error origin.
Definition at line 79 of file eventLog.hpp.