|
FastLED 3.9.15
|
Single run result with error tracking.
Definition at line 76 of file AutoResearchTest.h.
#include <AutoResearchTest.h>
Collaboration diagram for fl::RunResult:Public Member Functions | |
| RunResult () | |
Public Attributes | |
| fl::vector< LEDError > | errors |
| First few errors (up to 10) | |
| int | lsbOnlyErrors |
| Bytes where (expected ^ actual) == 0x01. | |
| int | mismatchedBytes |
| Number of individual bytes that differ. | |
| int | mismatches |
| Number of LED mismatches. | |
| bool | passed |
| True if no errors. | |
| int | run_number |
| Run iteration number (1-based) | |
| int | total_leds |
| Total LEDs tested. | |
| int | totalBytes |
| Total bytes compared (num_leds * 3) | |