cueOS  2.4
cueOS - Universal Show Control OS for ARM
DMX512_fixture_preset_s Struct Reference

DMX512 fixture preset structure object. More...

#include <DMX512_fixture_preset.h>

Collaboration diagram for DMX512_fixture_preset_s:

Data Fields

DMX512_fixture_sfixture
 
uint16_t ch_count
 
uint16_t * channels
 
uint8_t * values
 
DMX512_fixture_preset_status status
 

Detailed Description

DMX512 fixture preset structure object.

Definition at line 41 of file DMX512_fixture_preset.h.

Field Documentation

◆ ch_count

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.

◆ channels

uint16_t* channels

List of channels affected by the preset

Definition at line 44 of file DMX512_fixture_preset.h.

◆ fixture

DMX512_fixture_s* fixture

Pointer to the scene fixture instance

Definition at line 42 of file DMX512_fixture_preset.h.

◆ status

Current status of the fixture preset

Definition at line 46 of file DMX512_fixture_preset.h.

◆ values

uint8_t* values

List of values directly tied to the preset's channel list

Definition at line 45 of file DMX512_fixture_preset.h.


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