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