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

Detailed Description

ACN Vector values.

Go to the source code of this file.

Namespaces

namespace  ola
 The namespace containing all OLA symbols.
namespace  ola::acn
 ACN related code.

Enumerations

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