Template Struct Event

Struct Documentation

template<typename T>
struct Event

Simple event data structure.

Public Functions

inline Event(IntegrationEvent t, T d)

Public Members

IntegrationEvent type
T data
std::chrono::steady_clock::time_point timestamp