fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
sleep_coll_s Struct Reference

Sleep collector structure for providing historical sleep performance data to better estimate sleep times. More...

Data Fields

int64_t ns [SLEEP_COLL_SAMPLE_COUNT]
 Sleep time samples in nanoseconds.
 
int idx
 Current index in the sleep time samples.
 
int cnt
 Number of sleep time samples.
 

Detailed Description

Sleep collector structure for providing historical sleep performance data to better estimate sleep times.

Field Documentation

◆ cnt

int sleep_coll_s::cnt

Number of sleep time samples.

◆ idx

int sleep_coll_s::idx

Current index in the sleep time samples.

◆ ns

int64_t sleep_coll_s::ns[SLEEP_COLL_SAMPLE_COUNT]

Sleep time samples in nanoseconds.


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