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

◆ getRawEdgeTimes()

size_t fl::RxChannel::getRawEdgeTimes ( fl::span< EdgeTime > out,
size_t offset = 0 )

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

127 {
128 return mDevice ? mDevice->getRawEdgeTimes(out, offset) : 0;
129}
fl::shared_ptr< RxDevice > mDevice
Definition channel.h:56
fl::UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)

References FL_NOEXCEPT, mDevice, and offset().

+ Here is the call graph for this function: