ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Event related to an action being requested or performed. More...
#include <eventLog.hpp>
Public Member Functions | |
GenericEvent (std::string id, std::string description, std::optional< Status > status) noexcept | |
GenericEvent (GenericEvent &&)=default | |
GenericEvent (GenericEvent const &)=default | |
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 |
Additional Inherited Members | |
Public Types inherited from daq::GenericEvent | |
using | TimePoint = std::chrono::time_point< std::chrono::steady_clock > |
Public Attributes inherited from daq::GenericEvent | |
TimePoint | timestamp |
std::string | id |
std::string | description |
std::optional< Status > | status |
Event related to an action being requested or performed.
Definition at line 56 of file eventLog.hpp.
|
default |
|
default |
|
noexcept |
Definition at line 32 of file eventLog.cpp.