Open Lighting Architecture
0.9.3
Main Page
Modules
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
ola
acn
ACNVectors.h
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or modify
3
* it under the terms of the GNU General Public License as published by
4
* the Free Software Foundation; either version 2 of the License, or
5
* (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU Library General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* along with this program; if not, write to the Free Software
14
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15
*
16
* ACNVectors.h
17
* Vectors used in ACN PDUs
18
* Copyright (C) 2013 Simon Newton
19
*/
20
21
#ifndef INCLUDE_OLA_ACN_ACNVECTORS_H_
22
#define INCLUDE_OLA_ACN_ACNVECTORS_H_
23
32
#include <stdint.h>
33
34
namespace
ola {
35
namespace
acn {
36
45
enum
RootVector
{
46
VECTOR_ROOT_E131_REV2
= 3,
47
VECTOR_ROOT_E131
= 4,
48
VECTOR_ROOT_E133
= 5,
49
VECTOR_ROOT_NULL
= 6,
50
};
51
55
enum
DMPVector
{
56
DMP_GET_PROPERTY_VECTOR
= 1,
57
DMP_SET_PROPERTY_VECTOR
= 2,
58
};
59
63
enum
E131Vector
{
64
VECTOR_E131_DATA
= 2,
65
VECTOR_E131_SYNC
= 3,
66
VECTOR_E131_DISCOVERY
= 4,
67
};
68
72
enum
E133Vector
{
73
VECTOR_FRAMING_RDMNET
= 1,
74
VECTOR_FRAMING_STATUS
= 2,
75
VECTOR_FRAMING_CONTROLLER
= 3,
76
VECTOR_FRAMING_CHANGE_NOTIFICATION
= 4,
77
};
78
82
enum
E133ControllerVector
{
83
VECTOR_CONTROLLER_FETCH_DEVICES
= 1,
84
VECTOR_CONTROLLER_DEVICE_LIST
= 2,
85
VECTOR_CONTROLLER_DEVICE_ACQUIRED
= 3,
86
VECTOR_CONTROLLER_DEVICE_RELEASED
= 4,
87
VECTOR_CONTROLLER_EXPECT_MASTER
= 5,
88
};
89
}
// namespace acn
90
}
// namespace ola
91
95
#endif // INCLUDE_OLA_ACN_ACNVECTORS_H_
Generated on Sun Nov 16 2014 15:43:10 for Open Lighting Architecture by
1.8.1.2