FastLED
3.9.15
Loading...
Searching...
No Matches
◆
push()
[1/3]
template<fl::size DescriptorCount, fl::size ArenaSize>
bool
fl::AsyncLogQueue
< DescriptorCount, ArenaSize >::push
(
const char *
str
)
Push a C-string message (ISR-safe)
Definition at line
45
of file
async_log_queue.cpp.hpp
.
45
{
46
fl::u16
len
=
boundedStrlen
(
str
,
MAX_MESSAGE_LENGTH
);
47
return
push
(
str
,
len
);
48
}
fl::AsyncLogQueue::push
bool push(const fl::string &msg)
Push a message from fl::string (ISR-safe)
Definition
async_log_queue.cpp.hpp:36
fl::AsyncLogQueue::MAX_MESSAGE_LENGTH
@ MAX_MESSAGE_LENGTH
Definition
async_log_queue.h:29
fl::AsyncLogQueue::boundedStrlen
static fl::u16 boundedStrlen(const char *str, fl::u16 maxLen)
Definition
async_log_queue.cpp.hpp:188
fl::AsyncLogQueue
High-performance SPSC async log queue.
Definition
async_log_queue.h:18
fl
AsyncLogQueue
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2