|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Represents a published event in the system. More...
#include <EventBus.hpp>
Collaboration diagram for Lila::StreamEvent:Public Member Functions | |
| StreamEvent (EventType t, EventData d=std::monostate {}) | |
Public Attributes | |
| EventType | type |
| Type of event. | |
| EventData | data |
| Event data. | |
| std::chrono::system_clock::time_point | timestamp |
| Event timestamp. | |
Represents a published event in the system.
Contains the event type, associated data, and timestamp.
Definition at line 121 of file EventBus.hpp.