21 #ifndef PLUGINS_OPENDMX_OPENDMXPORT_H_
22 #define PLUGINS_OPENDMX_OPENDMXPORT_H_
26 #include "olad/Port.h"
27 #include "plugins/opendmx/OpenDmxDevice.h"
28 #include "plugins/opendmx/OpenDmxThread.h"
38 const std::string &path)
49 std::string Description()
const {
return "Open Dmx at " + m_path; }
52 return m_thread.WriteDmx(buffer);
63 #endif // PLUGINS_OPENDMX_OPENDMXPORT_H_