FastLED 3.9.15
Loading...
Searching...
No Matches
fl::RunResult Struct Reference

Detailed Description

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< LEDErrorerrors
 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)
 

The documentation for this struct was generated from the following file: