FastLED
3.9.15
Loading...
Searching...
No Matches
◆
push()
[3/3]
template<fl::size DescriptorCount, fl::size ArenaSize>
bool
fl::AsyncLogQueue
< DescriptorCount, ArenaSize >::push
(
const
fl::string
&
msg
)
Push a message from
fl::string
(ISR-safe)
Definition at line
36
of file
async_log_queue.cpp.hpp
.
36
{
37
fl::size
len
=
msg
.length();
38
if
(
len
>
MAX_MESSAGE_LENGTH
) {
39
len
=
MAX_MESSAGE_LENGTH
;
40
}
41
return
push
(
msg
.c_str(),
static_cast<
fl::u16
>
(
len
));
42
}
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
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