21 #ifndef PLUGINS_E131_E131PLUGIN_H_
22 #define PLUGINS_E131_E131PLUGIN_H_
25 #include "olad/Plugin.h"
26 #include "ola/plugin_id.h"
39 std::string Name()
const {
return PLUGIN_NAME; }
40 ola_plugin_id Id()
const {
return OLA_PLUGIN_E131; }
41 std::string Description()
const;
42 std::string PluginPrefix()
const {
return PLUGIN_PREFIX; }
47 bool SetDefaultPreferences();
50 static const char CID_KEY[];
51 static const char DEFAULT_DSCP_VALUE[];
52 static const char DEFAULT_PORT_COUNT[];
53 static const char DSCP_KEY[];
54 static const char IGNORE_PREVIEW_DATA_KEY[];
55 static const char INPUT_PORT_COUNT_KEY[];
56 static const char IP_KEY[];
57 static const char OUTPUT_PORT_COUNT_KEY[];
58 static const char PLUGIN_NAME[];
59 static const char PLUGIN_PREFIX[];
60 static const char PREPEND_HOSTNAME_KEY[];
61 static const char REVISION_0_2[];
62 static const char REVISION_0_46[];
63 static const char REVISION_KEY[];
68 #endif // PLUGINS_E131_E131PLUGIN_H_