ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Event directly related to user action, such as a command to do something. More...
#include <eventLog.hpp>
Additional Inherited Members | |
Public Types inherited from daq::GenericEvent | |
using | TimePoint = std::chrono::time_point< std::chrono::steady_clock > |
Public Member Functions inherited from daq::ActionEvent | |
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 |
Public Attributes inherited from daq::GenericEvent | |
TimePoint | timestamp |
std::string | id |
std::string | description |
std::optional< Status > | status |
Event directly related to user action, such as a command to do something.
Definition at line 65 of file eventLog.hpp.