EntropyEngine::Core::TimerService::TimerData
EntropyEngine::Core::TimerService::TimerData
Section titled “EntropyEngine::Core::TimerService::TimerData”Internal timer data tracked per node.
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| Timer::WorkFunction | work User’s work function. |
| bool | repeating Whether timer repeats. |
| Timer::Duration | interval Interval for repeating timers. |
| Timer::TimePoint | fireTime When timer should fire. |
| std::atomic< bool > | cancelled Cancellation flag. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable work
Section titled “variable work”Timer::WorkFunction work;User’s work function.
variable repeating
Section titled “variable repeating”bool repeating;Whether timer repeats.
variable interval
Section titled “variable interval”Timer::Duration interval;Interval for repeating timers.
variable fireTime
Section titled “variable fireTime”Timer::TimePoint fireTime;When timer should fire.
variable cancelled
Section titled “variable cancelled”std::atomic< bool > cancelled {false};Cancellation flag.
Updated on 2026-01-26 at 17:14:35 -0500