FastLED 3.9.15
|
bool fl::IdTracker::getId | ( | void * | ptr, |
int * | outId ) |
Get existing ID for pointer without creating a new one.
Thread-safe.
ptr | Pointer to look up |
outId | Pointer to store the ID if found |
Definition at line 29 of file id_tracker.cpp.
References mMutex, and mPointerToId.