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

◆ outputCapture()

void fl::test::outputCapture ( const char * name,
const char * value,
const char * file,
int line )

Helper to output CAPTURE variable.

Definition at line 466 of file fltest.cpp.hpp.

466 {
467 fl::printf(" [CAPTURE] %s:%d: %s := %s\n", file, line, name, value);
468}
constexpr int type_rank< T >::value
void printf(const char *format, const Args &... args) FL_NOEXCEPT
Printf-like formatting function that prints directly to the platform output.
Definition stdio.h:635

References FL_NOEXCEPT, fl::printf(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: