![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
DMX512 fixture preset structure object. More...
#include <DMX512_fixture_preset.h>
Data Fields | |
DMX512_fixture_s * | fixture |
uint16_t | ch_count |
uint16_t * | channels |
uint8_t * | values |
DMX512_fixture_preset_status | status |
DMX512 fixture preset structure object.
Definition at line 41 of file DMX512_fixture_preset.h.
uint16_t ch_count |
Count of channels which are will be set by the preset
Definition at line 43 of file DMX512_fixture_preset.h.
uint16_t* channels |
List of channels affected by the preset
Definition at line 44 of file DMX512_fixture_preset.h.
DMX512_fixture_s* fixture |
Pointer to the scene fixture instance
Definition at line 42 of file DMX512_fixture_preset.h.
DMX512_fixture_preset_status status |
Current status of the fixture preset
Definition at line 46 of file DMX512_fixture_preset.h.
uint8_t* values |
List of values directly tied to the preset's channel list
Definition at line 45 of file DMX512_fixture_preset.h.