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

◆ FL_CAPTURE

#define FL_CAPTURE ( x)
Value:
do { \
FLTEST_UNIQUE(ss_) << (x); \
fl::test::outputCapture(#x, FLTEST_UNIQUE(ss_).str().c_str(), __FILE__, __LINE__); \
} while (0)
int x
Definition simple.h:92
#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)