21 #ifndef PLUGINS_KINET_KINETPLUGIN_H_
22 #define PLUGINS_KINET_KINETPLUGIN_H_
26 #include "olad/Plugin.h"
27 #include "ola/plugin_id.h"
38 std::string Name()
const {
return PLUGIN_NAME; }
39 ola_plugin_id Id()
const {
return OLA_PLUGIN_KINET; }
40 std::string Description()
const;
41 std::string PluginPrefix()
const {
return PLUGIN_PREFIX; }
44 std::auto_ptr<class KiNetDevice> m_device;
48 bool SetDefaultPreferences();
50 static const char PLUGIN_NAME[];
51 static const char PLUGIN_PREFIX[];
52 static const char POWER_SUPPLY_KEY[];
57 #endif // PLUGINS_KINET_KINETPLUGIN_H_