FastLED 3.9.15
Loading...
Searching...
No Matches

◆ tick()

size_t fl::Remote::tick ( u32 currentTimeMs)

Process scheduled calls (call regularly)

Definition at line 222 of file remote.cpp.hpp.

222 {
223 // Clear previous results
224 mResults.clear();
225
226 // Delegate to generic scheduler - tasks handle their own execution and result recording
227 return mScheduler.tick(currentTimeMs);
228}
fl::net::RpcScheduler mScheduler
Definition remote.h:209
fl::vector< RpcResult > mResults
Definition remote.h:212

References mResults, and mScheduler.

Referenced by update().

+ Here is the caller graph for this function: