Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
plugin_id.h
1/*
2 * This library is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU Lesser General Public
4 * License as published by the Free Software Foundation; either
5 * version 2.1 of the License, or (at your option) any later version.
6 *
7 * This library 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 GNU
10 * Lesser General Public License for more details.
11 *
12 * You should have received a copy of the GNU Lesser General Public
13 * License along with this library; if not, write to the Free Software
14 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
15 *
16 * plugin_id.h
17 * Contains the plugin ids.
18 * Copyright (C) 2005 Simon Newton
19 *
20 * This file has been autogenerated by make_plugin_id.sh, DO NOT EDIT.
21 */
22
23#ifndef INCLUDE_OLA_PLUGIN_ID_H_
24#define INCLUDE_OLA_PLUGIN_ID_H_
25
26namespace ola {
27
28typedef enum {
29 OLA_PLUGIN_ALL = 0,
30 OLA_PLUGIN_DUMMY = 1,
31 OLA_PLUGIN_ARTNET = 2,
32 OLA_PLUGIN_SHOWNET = 3,
33 OLA_PLUGIN_ESPNET = 4,
34 OLA_PLUGIN_USBPRO = 5,
35 OLA_PLUGIN_OPENDMX = 6,
36 OLA_PLUGIN_SANDNET = 7,
37 OLA_PLUGIN_STAGEPROFI = 8,
38 OLA_PLUGIN_PATHPORT = 9,
39 OLA_PLUGIN_DMX4LINUX = 10,
40 OLA_PLUGIN_E131 = 11,
41 OLA_PLUGIN_USBDMX = 12,
42 OLA_PLUGIN_FTDIDMX = 13,
43 OLA_PLUGIN_OSC = 14,
44 OLA_PLUGIN_SPI = 15,
45 OLA_PLUGIN_KINET = 16,
46 OLA_PLUGIN_KARATE = 17,
47 OLA_PLUGIN_MILINST = 18,
48 OLA_PLUGIN_RENARD = 19,
49 OLA_PLUGIN_UARTDMX = 20,
50 OLA_PLUGIN_OPENPIXELCONTROL = 21,
51 OLA_PLUGIN_GPIO = 22,
52 OLA_PLUGIN_EXPERIMENTAL = 10000,
53} ola_plugin_id;
54} // namespace ola
55#endif // INCLUDE_OLA_PLUGIN_ID_H_
The namespace containing all OLA symbols.
Definition Credentials.cpp:44