FastLED
3.9.15
Loading...
Searching...
No Matches
◆
getEngineName()
fl::string
fl::RxChannel::getEngineName
(
)
const
Definition at line
83
of file
channel.cpp.hpp
.
83
{
84
if
(!
mConfig
.affinity.empty()) {
85
return
mConfig
.affinity;
86
}
87
return
mDevice
? fl::string(
mDevice
->name()) : fl::string();
88
}
fl::RxChannel::mDevice
fl::shared_ptr< RxDevice > mDevice
Definition
channel.h:56
fl::RxChannel::mConfig
RxChannelConfig mConfig
Definition
channel.h:55
References
FL_NOEXCEPT
,
mConfig
, and
mDevice
.
fl
RxChannel
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2