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

◆ nextId()

i32 fl::RxChannel::nextId ( )
staticprivate

Definition at line 44 of file channel.cpp.hpp.

44 {
45 static fl::atomic<i32> gNextRxChannelId(0);
46 return gNextRxChannelId.fetch_add(1);
47}
AtomicFake< T > atomic
Definition atomic.h:26

References fl::AtomicFake< T >::fetch_add(), and FL_NOEXCEPT.

Referenced by RxChannel().

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