![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
DMX512 fixture structure object. More...
#include <DMX512_fixture.h>
Data Fields | |
uint16_t | id |
uint16_t | addr |
uint16_t | ch_count |
uint16_t | ch_stop |
DMX512 fixture structure object.
Definition at line 21 of file DMX512_fixture.h.
uint16_t addr |
the fixture's univers address (should be described in the 0-512 interval)
Definition at line 23 of file DMX512_fixture.h.
uint16_t ch_count |
the fixture's channel count (should be described in the 0-512 interval)
Definition at line 24 of file DMX512_fixture.h.
uint16_t ch_stop |
the fixture's last channel address vlue (should be described in the 0-512 interval)
Definition at line 25 of file DMX512_fixture.h.
uint16_t id |
the fixture's unique identifier
Definition at line 22 of file DMX512_fixture.h.