ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
List of all members
daq::UserActionEvent Struct Reference

Event directly related to user action, such as a command to do something. More...

#include <eventLog.hpp>

+ Inheritance diagram for daq::UserActionEvent:

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
 
GenericEventoperator= (GenericEvent &&)=default
 
GenericEventoperator= (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< Statusstatus
 

Detailed Description

Event directly related to user action, such as a command to do something.

Definition at line 65 of file eventLog.hpp.


The documentation for this struct was generated from the following file: