Open Lighting Architecture
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations | Variables
ola::acn Namespace Reference

Detailed Description

ACN related code.

Classes

class  CID
 The ACN component identifier. More...
class  CIDImpl

Enumerations

enum  RootVector { VECTOR_ROOT_E131_REV2 = 3, VECTOR_ROOT_E131 = 4, VECTOR_ROOT_E133 = 5, VECTOR_ROOT_NULL = 6 }
 ACN vectors used at the root layer. More...
enum  DMPVector { DMP_GET_PROPERTY_VECTOR = 1, DMP_SET_PROPERTY_VECTOR = 2 }
 Vectors used at the DMP layer. More...
enum  E131Vector { VECTOR_E131_DMP = 2 }
 Vectors used at the E1.31 layer. More...
enum  E133Vector { VECTOR_FRAMING_RDMNET = 1, VECTOR_FRAMING_STATUS = 2, VECTOR_FRAMING_CONTROLLER = 3, VECTOR_FRAMING_CHANGE_NOTIFICATION = 4 }
 Vectors used at the E1.33 layer. More...
enum  E133ControllerVector {
  VECTOR_CONTROLLER_FETCH_DEVICES = 1, VECTOR_CONTROLLER_DEVICE_LIST = 2, VECTOR_CONTROLLER_DEVICE_ACQUIRED = 3, VECTOR_CONTROLLER_DEVICE_RELEASED = 4,
  VECTOR_CONTROLLER_EXPECT_MASTER = 5
}
 Vectors used at the E1.33 Controller layer. More...

Variables

const uint16_t ACN_PORT = 5568
 The port used for E1.31 & SDT communication.
const uint16_t E133_PORT = 5569
 The port used for E1.33 communication.