ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Represents a collection of events. More...
#include <eventLog.hpp>
Public Types | |
using | EventType = std::variant< ActionEvent, UserActionEvent, GenericEvent, ErrorEvent > |
using | TimePoint = std::chrono::time_point< std::chrono::steady_clock > |
Public Member Functions | |
bool | operator== (EventLog const &rhs) const noexcept |
bool | operator!= (EventLog const &rhs) const noexcept |
Public Attributes | |
std::vector< EventType > | events |
Represents a collection of events.
Definition at line 89 of file eventLog.hpp.
using daq::EventLog::EventType = std::variant<ActionEvent, UserActionEvent, GenericEvent, ErrorEvent> |
Definition at line 90 of file eventLog.hpp.
using daq::EventLog::TimePoint = std::chrono::time_point<std::chrono::steady_clock> |
Definition at line 91 of file eventLog.hpp.
|
noexcept |
|
noexcept |
std::vector<EventType> daq::EventLog::events |
Definition at line 96 of file eventLog.hpp.