22 #ifndef PLUGINS_SANDNET_SANDNETPORT_H_
23 #define PLUGINS_SANDNET_SANDNETPORT_H_
27 #include "olad/Port.h"
28 #include "plugins/sandnet/SandNetDevice.h"
38 std::string Description(
const Universe *universe)
const;
71 const DmxBuffer &ReadDMX()
const {
return m_buffer; }
73 return m_helper.PreSetUniverse(old_universe, new_universe);
78 SandNetPortHelper m_helper;
93 std::string Description()
const {
94 return m_helper.Description(GetUniverse());
98 return m_helper.PreSetUniverse(old_universe, new_universe);
109 #endif // PLUGINS_SANDNET_SANDNETPORT_H_