cueOS  2.4
cueOS - Universal Show Control OS for ARM
Collaboration diagram for Fixture:

Data Structures

struct  DMX512_fixture
 DMX512 fixture structure object. More...
 

Typedefs

typedef struct DMX512_fixture DMX512_fixture_s
 DMX512 fixture structure object.
 

Functions

DMX512_fixture_s DMX512_fixture_new (uint16_t id, uint16_t addr, uint16_t ch_count)
 Creates a new scene fixture instance. More...
 

Detailed Description

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.

Function Documentation

◆ 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
idthe fixture's unique identifier
addrthe fixture's address
ch_countthe fixture's channel count
Returns
DMX512_fixture_s the created fixtur instance

Definition at line 25 of file DMX512_fixture.c.