21#ifndef PLUGINS_ESPNET_ESPNETPLUGIN_H_
22#define PLUGINS_ESPNET_ESPNETPLUGIN_H_
25#include "olad/Plugin.h"
27#include "ola/plugin_id.h"
41 std::string
Name()
const {
return PLUGIN_NAME; }
43 ola_plugin_id
Id()
const {
return OLA_PLUGIN_ESPNET; }
49 bool SetDefaultPreferences();
52 static const char ESPNET_NODE_NAME[];
53 static const char PLUGIN_NAME[];
54 static const char PLUGIN_PREFIX[];
Provides a wrapper for the DeviceManager and SelectServer objects so that the plugins can register de...
Definition PluginAdaptor.h:41
Definition EspNetDevice.h:32
Definition EspNetPlugin.h:35
std::string Name() const
Get the plugin name.
Definition EspNetPlugin.h:41
std::string PluginPrefix() const
The prefix to use for storing configuration files.
Definition EspNetPlugin.h:44
ola_plugin_id Id() const
Get the plugin ID of this plugin.
Definition EspNetPlugin.h:43
std::string Description() const
Definition EspNetPlugin.cpp:77
The namespace containing all OLA symbols.
Definition Credentials.cpp:44