![]() |
Open Lighting Architecture 0.10.9
|
Architecture for Control Networks.
ACN is a suite of ANSI Standard protocols for transporting lighting control data. See ACN on wikipedia.
This covers code for E1.31 (Streaming ACN) and E1.33 (RDMNet).
Files | |
| file | ACNPort.h |
| The TCP / UDP Ports used for transporting ACN. | |
| file | ACNVectors.h |
| ACN Vector values. | |
| file | CID.h |
| The ACN component identifier. | |
Classes | |
| class | ola::acn::CID |
| The ACN component identifier. More... | |
Variables | |
| const uint16_t | ola::acn::ACN_PORT = 5568 |
| The port used for E1.31 & SDT communication. | |
| const uint16_t | ola::acn::E133_PORT = 5569 |
| The port used for E1.33 communication. | |
| enum ola::acn::DMPVector |
| enum ola::acn::E131Vector |
Vectors used at the E1.33 Controller layer.
| Enumerator | |
|---|---|
| VECTOR_CONTROLLER_FETCH_DEVICES | Fetch devices message |
| VECTOR_CONTROLLER_DEVICE_LIST | Device list message |
| VECTOR_CONTROLLER_DEVICE_ACQUIRED | Device acquired message |
| VECTOR_CONTROLLER_DEVICE_RELEASED | Device released message |
| VECTOR_CONTROLLER_EXPECT_MASTER | Expect master message |
| enum ola::acn::E133Vector |
| enum ola::acn::RootVector |