MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Lila::StreamEvent Struct Reference

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.
 

Detailed Description

Represents a published event in the system.

Contains the event type, associated data, and timestamp.

Definition at line 121 of file EventBus.hpp.


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