|
fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
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. | |
Sleep collector structure for providing historical sleep performance data to better estimate sleep times.
| int sleep_coll_s::cnt |
Number of sleep time samples.
| int sleep_coll_s::idx |
Current index in the sleep time samples.
| int64_t sleep_coll_s::ns[SLEEP_COLL_SAMPLE_COUNT] |
Sleep time samples in nanoseconds.