Open Lighting Architecture  0.9.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Variables
BaseTypes.h File Reference

Detailed Description

Deprecated:
Use Constants.h instead.

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.
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.
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.

Enumeration Type Documentation

anonymous enum

The number of slots in a DMX512 universe.

Deprecated:
Use ola::DMX_UNIVERSE_SIZE from Constants.h instead.

Variable Documentation

const uint8_t DMX512_START_CODE = ola::DMX512_START_CODE
static

The start code for DMX512 data.

This is often referred to as NSC for "Null Start Code".

Deprecated:
Use ola::DMX512_START_CODE from Constants.h instead.
const uint8_t DMX_MAX_CHANNEL_VALUE = ola::DMX_MAX_SLOT_VALUE
static

The maximum value a DMX512 slot can take.

Deprecated:
Use ola::DMX_MAX_SLOT_VALUE from Constants.h instead.
const uint8_t DMX_MIN_CHANNEL_VALUE = ola::DMX_MIN_SLOT_VALUE
static

The minimum value a DMX512 slot can take.

Deprecated:
Use ola::DMX_MIN_SLOT_VALUE from Constants.h instead.
const uint32_t MAX_UNIVERSE = ola::MAX_UNIVERSE
static

The maximum universe number.

Deprecated:
Use ola::MAX_UNIVERSE from Constants.h instead.
const int OLA_DEFAULT_PORT = ola::OLA_DEFAULT_PORT
static

The default port which olad listens on for incoming RPC connections.

Deprecated:
Use ola::OLA_DEFAULT_PORT from Constants.h instead.
const uint16_t OPEN_LIGHTING_ESTA_CODE = ola::OPEN_LIGHTING_ESTA_CODE
static

The ESTA manufacturer code for the Open Lighting Project.

Deprecated:
Use ola::OPEN_LIGHTING_ESTA_CODE from Constants.h instead.