|
typedef struct DMX512_fixture | DMX512_fixture_s |
| DMX512 fixture structure object.
|
|
Fixtures are machines daisy chained together to form a DMX512 universe. Each fixture is addressed over a range of up to 512 addresses. A fixture's channel count defines its address footprint in a DMX512 universe and fixture addresses and hannels may not overlap one into another.
◆ DMX512_fixture_new()
DMX512_fixture_s DMX512_fixture_new |
( |
uint16_t |
id, |
|
|
uint16_t |
addr, |
|
|
uint16_t |
ch_count |
|
) |
| |
Creates a new scene fixture instance.
- Parameters
-
id | the fixture's unique identifier |
addr | the fixture's address |
ch_count | the fixture's channel count |
- Returns
- DMX512_fixture_s the created fixtur instance
Definition at line 25 of file DMX512_fixture.c.