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

◆ printSummaryTable()

void fl::validation::printSummaryTable ( const fl::vector< fl::DriverTestResult > & driver_results)

Print driver validation summary table to log.

Parameters
driver_resultsVector of driver test results

Definition at line 75 of file result_formatter.cpp.hpp.

75 {
76 FL_WARN(formatSummaryTable(driver_results).c_str());
77}
#define FL_WARN(X)
Definition log.h:276
string formatSummaryTable(const fl::vector< fl::DriverTestResult > &driver_results)
Format driver validation results as a summary table.

References FL_WARN, and formatSummaryTable().

Referenced by printSummaryTable().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: