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[];
60 #endif // PLUGINS_SHOWNET_SHOWNETPLUGIN_H_ Definition: ShowNetPlugin.h:34
ola_plugin_id Id() const
Get the plugin ID of this plugin.
Definition: ShowNetPlugin.h:42
Definition: PluginAdaptor.h:41
std::string Description() const
Definition: ShowNetPlugin.cpp:75
Definition: ShowNetDevice.h:33
std::string PluginPrefix() const
The prefix to use for storing configuration files.
Definition: ShowNetPlugin.h:44
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
std::string Name() const
Get the plugin name.
Definition: ShowNetPlugin.h:41