21 #ifndef PLUGINS_PATHPORT_PATHPORTPORT_H_
22 #define PLUGINS_PATHPORT_PATHPORTPORT_H_
26 #include "olad/Port.h"
27 #include "plugins/pathport/PathportDevice.h"
36 std::string Description(
const Universe *universe)
const;
37 bool PreSetUniverse(
Universe *new_universe);
54 const DmxBuffer &ReadDMX()
const {
return m_buffer; }
57 return m_helper.PreSetUniverse(new_universe);
63 PathportPortHelper m_helper;
78 std::string Description()
const {
79 return m_helper.Description(GetUniverse());
84 return m_helper.PreSetUniverse(new_universe);
94 #endif // PLUGINS_PATHPORT_PATHPORTPORT_H_