ifw-daq  2.1.0-pre1
IFW Data Acquisition modules
Public Member Functions | List of all members
daq::ActionEvent Struct Reference

Event related to an action being requested or performed. More...

#include <eventLog.hpp>

+ Inheritance diagram for daq::ActionEvent:

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

Detailed Description

Event related to an action being requested or performed.

Definition at line 56 of file eventLog.hpp.

Member Function Documentation

◆ GenericEvent() [1/3]

daq::GenericEvent::GenericEvent
default

◆ GenericEvent() [2/3]

daq::GenericEvent::GenericEvent
default

◆ GenericEvent() [3/3]

daq::GenericEvent::GenericEvent
noexcept

Definition at line 32 of file eventLog.cpp.


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