|
FastLED 3.9.15
|
Driver test result tracking (moved from ValidationTest.h)
Definition at line 68 of file validation.h.
#include <validation.h>
Collaboration diagram for fl::DriverTestResult:Public Member Functions | |
| DriverTestResult () FL_NOEXCEPT | |
| DriverTestResult (const char *name) | |
| bool | allPassed () const |
| Check if all tests passed. | |
| bool | anyFailed () const |
| Check if any tests failed. | |
Public Attributes | |
| fl::string | driver_name |
| Driver name (e.g., "RMT", "SPI", "PARLIO") | |
| int | passed_tests |
| Passed test count across all chipset timings. | |
| bool | skipped |
| True if driver was skipped (e.g., failed to set exclusive) | |
| int | total_tests |
| Total test count across all chipset timings. | |