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