21#ifndef PLUGINS_SHOWNET_SHOWNETPLUGIN_H_
22#define PLUGINS_SHOWNET_SHOWNETPLUGIN_H_
25#include "olad/Plugin.h"
26#include "ola/plugin_id.h"
41 std::string
Name()
const {
return PLUGIN_NAME; }
42 ola_plugin_id
Id()
const {
return OLA_PLUGIN_SHOWNET; }
49 bool SetDefaultPreferences();
52 static const char SHOWNET_NODE_NAME[];
53 static const char PLUGIN_NAME[];
54 static const char PLUGIN_PREFIX[];
55 static const char SHOWNET_NAME_KEY[];
Definition PluginAdaptor.h:41
Definition ShowNetDevice.h:33
Definition ShowNetPlugin.h:34
std::string Name() const
Get the plugin name.
Definition ShowNetPlugin.h:41
ola_plugin_id Id() const
Get the plugin ID of this plugin.
Definition ShowNetPlugin.h:42
std::string PluginPrefix() const
The prefix to use for storing configuration files.
Definition ShowNetPlugin.h:44
std::string Description() const
Definition ShowNetPlugin.cpp:74
The namespace containing all OLA symbols.
Definition Credentials.cpp:44