22 #ifndef PLUGINS_SANDNET_SANDNETPORT_H_
23 #define PLUGINS_SANDNET_SANDNETPORT_H_
27 #include "olad/Port.h"
28 #include "plugins/sandnet/SandNetDevice.h"
38 string Description(
const Universe *universe)
const;
39 uint8_t SandnetGroup(
const Universe* universe)
const;
40 uint8_t SandnetUniverse(
const Universe *universe)
const;
54 string Description()
const {
return m_helper.Description(GetUniverse()); }
55 const DmxBuffer &ReadDMX()
const {
return m_buffer; }
57 return m_helper.PreSetUniverse(old_universe, new_universe);
77 string Description()
const {
return m_helper.Description(GetUniverse()); }
78 bool WriteDMX(
const DmxBuffer &buffer, uint8_t priority);
80 return m_helper.PreSetUniverse(old_universe, new_universe);
91 #endif // PLUGINS_SANDNET_SANDNETPORT_H_