21#ifndef PLUGINS_ARTNET_ARTNETPLUGIN_H_
22#define PLUGINS_ARTNET_ARTNETPLUGIN_H_
25#include "olad/Plugin.h"
26#include "ola/plugin_id.h"
42 std::string
Name()
const {
return PLUGIN_NAME; }
43 ola_plugin_id
Id()
const {
return OLA_PLUGIN_ARTNET; }
55 bool SetDefaultPreferences();
59 static const char ARTNET_NET[];
60 static const char ARTNET_SUBNET[];
61 static const char ARTNET_LONG_NAME[];
62 static const char ARTNET_SHORT_NAME[];
63 static const char PLUGIN_NAME[];
64 static const char PLUGIN_PREFIX[];
Definition PluginAdaptor.h:41
Definition ArtNetDevice.h:47
Definition ArtNetPlugin.h:34
std::string PluginPrefix() const
The prefix to use for storing configuration files.
Definition ArtNetPlugin.h:45
ola_plugin_id Id() const
Get the plugin ID of this plugin.
Definition ArtNetPlugin.h:43
std::string Name() const
Get the plugin name.
Definition ArtNetPlugin.h:42
std::string Description() const
Definition ArtNetPlugin.cpp:73
The namespace containing all OLA symbols.
Definition Credentials.cpp:44