FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FL_CAPTURE
#define FL_CAPTURE
(
x
)
Value:
do
{ \
fl::sstream
FLTEST_UNIQUE
(ss_); \
FLTEST_UNIQUE(ss_) << (
x
); \
fl::test::outputCapture(#
x
,
FLTEST_UNIQUE
(ss_).str().c_str(), __FILE__, __LINE__); \
}
while
(0)
x
int x
Definition
simple.h:92
fl::sstream
Definition
strstream.h:34
FLTEST_UNIQUE
#define FLTEST_UNIQUE(x)
Definition
fltest.h:709
Definition at line
849
of file
fltest.h
.
849
#define FL_CAPTURE(x) \
850
do { \
851
fl::sstream FLTEST_UNIQUE(ss_); \
852
FLTEST_UNIQUE(ss_) << (x); \
853
fl::test::outputCapture(#x, FLTEST_UNIQUE(ss_).str().c_str(), __FILE__, __LINE__); \
854
} while (0)
fl
test
fltest.h
Generated on Tue Jun 16 2026 00:07:02 for FastLED by
1.13.2