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

◆ RunResult()

fl::RunResult::RunResult ( )
inline

Definition at line 86 of file AutoResearchTest.h.

86 : run_number(0), total_leds(0), mismatches(0),
88 passed(false) {}
int total_leds
Total LEDs tested.
bool passed
True if no errors.
int run_number
Run iteration number (1-based)
int totalBytes
Total bytes compared (num_leds * 3)
int mismatchedBytes
Number of individual bytes that differ.
int lsbOnlyErrors
Bytes where (expected ^ actual) == 0x01.
int mismatches
Number of LED mismatches.

References lsbOnlyErrors, mismatchedBytes, mismatches, passed, run_number, total_leds, and totalBytes.