![]() |
Open Lighting Architecture
0.9.5
|
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_DATA = 2, VECTOR_E131_SYNC = 3, VECTOR_E131_DISCOVERY = 4 } |
| 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. | |
1.8.1.2