![]() |
HitLib 1.3.0
VEX V5 LED animation library for PROS
|
An immutable, statically-allocated collection of ProfileMode entries. More...
#include <led_profile.hpp>
Public Attributes | |
| const char * | name |
| Profile name (for display/debug). | |
| const ProfileMode * | modes |
| Pointer to the mode array. | |
| uint8_t | modeCount |
Number of entries in modes. | |
An immutable, statically-allocated collection of ProfileMode entries.
A Profile holds no per-strand state, state lives inside LedStrand. Multiple strands (or groups) can share the same Profile instance.
| const char* hitlib::Profile::name |
Profile name (for display/debug).
| const ProfileMode* hitlib::Profile::modes |
Pointer to the mode array.
| uint8_t hitlib::Profile::modeCount |
Number of entries in modes.