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

◆ TaskImpl() [1/4]

fl::TaskImpl::TaskImpl ( TaskType type,
int interval_ms )
private

Definition at line 20 of file task.cpp.

21 : mType(type),
23 mCanceled(false),
25 mHasThen(false),
26 mHasCatch(false),
27 mLastRunTime(UINT32_MAX) { // Use UINT32_MAX to indicate "never run"
28}
bool mHasThen
Definition task.h:180
TaskType type() const
Definition task.h:154
unique_ptr< string > mTraceLabel
Definition task.h:179
bool mCanceled
Definition task.h:177
uint32_t mLastRunTime
Definition task.h:182
int mIntervalMs
Definition task.h:176
bool mHasCatch
Definition task.h:181
int interval_ms() const
Definition task.h:155
TaskType mType
Definition task.h:175

References interval_ms(), mCanceled, mHasCatch, mHasThen, mIntervalMs, mLastRunTime, mTraceLabel, mType, and type().

Referenced by TaskImpl(), TaskImpl(), operator=(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: