Open Lighting Architecture
Latest Git
|
Go to the source code of this file.
Enumerations | |
enum | { DMX_UNIVERSE_SIZE = ola::DMX_UNIVERSE_SIZE } |
The number of slots in a DMX512 universe. More... | |
Variables | |
static const uint8_t | DMX_MIN_CHANNEL_VALUE = ola::DMX_MIN_SLOT_VALUE |
The minimum value a DMX512 slot can take. More... | |
static const uint8_t | DMX_MAX_CHANNEL_VALUE = ola::DMX_MAX_SLOT_VALUE |
The maximum value a DMX512 slot can take. More... | |
static const uint8_t | DMX512_START_CODE = ola::DMX512_START_CODE |
The start code for DMX512 data. More... | |
static const int | OLA_DEFAULT_PORT = ola::OLA_DEFAULT_PORT |
The default port which olad listens on for incoming RPC connections. More... | |
static const uint16_t | OPEN_LIGHTING_ESTA_CODE = ola::OPEN_LIGHTING_ESTA_CODE |
The ESTA manufacturer code for the Open Lighting Project. More... | |
static const uint32_t | MAX_UNIVERSE = ola::MAX_UNIVERSE |
The maximum universe number. More... | |
anonymous enum |
The number of slots in a DMX512 universe.
|
static |
The start code for DMX512 data.
This is often referred to as NSC for "Null Start Code".
|
static |
The maximum value a DMX512 slot can take.
|
static |
The minimum value a DMX512 slot can take.
|
static |
The maximum universe number.
|
static |
The default port which olad listens on for incoming RPC connections.
|
static |
The ESTA manufacturer code for the Open Lighting Project.