Open Lighting Architecture
Latest Git
plugins
karate
KaratePluginDescription.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
* KaratePluginDescription.h
17
* Contains the description for the karate 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_KARATE_KARATEPLUGINDESCRIPTION_H_
23
#define PLUGINS_KARATE_KARATEPLUGINDESCRIPTION_H_
24
25
namespace
ola
{
26
namespace
plugin {
27
namespace
karate {
28
29
const
char
plugin_description[] =
"KarateLight - Version 0.1\n"
30
"=========================\n"
31
"\n"
32
"The plugin creates devices with a single output port. Info on the\n"
33
"KarateLight Hardware can be found at http://karatelight.de\n"
34
"\n"
35
"Unfortunately the site is in German only, but the maintainer will respond to\n"
36
"emails in English.\n"
37
"\n"
38
"\n"
39
"## Config file: `ola-karate.conf`\n"
40
"\n"
41
"`device = /dev/kldmx0` \n"
42
"The path to the KarateLight device. Multiple entries are supported."
;
43
44
}
// namespace karate
45
}
// namespace plugin
46
}
// namespace ola
47
48
#endif // PLUGINS_KARATE_KARATEPLUGINDESCRIPTION_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