MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ StreamEvent()

Lila::StreamEvent::StreamEvent ( EventType  t,
EventData  d = std::monostate {} 
)

Definition at line 5 of file EventBus.cpp.

6 : type(t)
7 , data(std::move(d))
8 , timestamp(std::chrono::system_clock::now())
9{
10}
EventType type
Type of event.
Definition EventBus.hpp:122
EventData data
Event data.
Definition EventBus.hpp:123
std::chrono::system_clock::time_point timestamp
Event timestamp.
Definition EventBus.hpp:124