FastLED 3.9.15
Loading...
Searching...
No Matches
validation.h File Reference
#include "fl/stl/vector.h"
#include "fl/stl/string.h"
#include "fl/stl/optional.h"
#include "fl/stl/int.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for validation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::DriverTestResult
 Driver test result tracking (moved from ValidationTest.h) More...
 
struct  fl::SingleTestConfig
 Single test configuration - fully stateless. More...
 
struct  fl::SingleTestResult
 Single test result - comprehensive pass/fail information. More...
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::validation
 

Functions

SingleTestResult fl::runSingleValidationTest (const SingleTestConfig &config)
 Run a single stateless validation test.