Open Lighting Architecture
Latest Git
plugins
shownet
ShowNetPluginDescription.h
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
* ShowNetPluginDescription.h
17
* Contains the description for the shownet plugin.
18
* Copyright (C) 2016 Florian Edelmann
19
*
20
* This file has been autogenerated by convert_README_to_header.sh, DO NOT EDIT.
21
*/
22
#ifndef PLUGINS_SHOWNET_SHOWNETPLUGINDESCRIPTION_H_
23
#define PLUGINS_SHOWNET_SHOWNETPLUGINDESCRIPTION_H_
24
25
namespace
ola
{
26
namespace
plugin {
27
namespace
shownet {
28
29
const
char
plugin_description[] =
"Strand ShowNet Plugin\n"
30
"=====================\n"
31
"\n"
32
"This plugin creates a single device with 8 input and 8 output ports.\n"
33
"\n"
34
"The ports correspond to the DMX channels used in the shownet protocol. For\n"
35
"example the first input and output port 0 is channels 1 - 512 and the second\n"
36
"input and output ports are channels 513 - 1024.\n"
37
"\n"
38
"\n"
39
"## Config file: `ola-shownet.conf`\n"
40
"\n"
41
"`ip = [a.b.c.d|<interface_name>]` \n"
42
"The IP address or interface name to bind to. If not specified it will use\n"
43
"the first non-loopback interface.\n"
44
"\n"
45
"`name = ola-ShowNet` \n"
46
"The name of the node."
;
47
48
}
// namespace shownet
49
}
// namespace plugin
50
}
// namespace ola
51
52
#endif // PLUGINS_SHOWNET_SHOWNETPLUGINDESCRIPTION_H_
ola
The namespace containing all OLA symbols.
Definition:
Credentials.cpp:44
Generated on Mon Jan 2 2023 23:40:36 for Open Lighting Architecture by
1.8.13