MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Kriya::EventChain::TimedEvent Struct Reference

Structure representing a timed event in the chain. More...

+ Collaboration diagram for MayaFlux::Kriya::EventChain::TimedEvent:

Public Attributes

std::function< void()> action
 Function to execute.
 
double delay_seconds
 Delay before execution.
 

Detailed Description

Structure representing a timed event in the chain.

This structure encapsulates an action to perform and the delay before performing it, relative to the previous event in the chain.

Definition at line 94 of file Chain.hpp.


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