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);
52 return m_helper.Description(GetUniverse());
54 const DmxBuffer &ReadDMX()
const {
return m_buffer; }
57 return m_helper.PreSetUniverse(new_universe);
79 return m_helper.Description(GetUniverse());
81 bool WriteDMX(
const DmxBuffer &buffer, uint8_t priority);
84 return m_helper.PreSetUniverse(new_universe);
94 #endif // PLUGINS_PATHPORT_PATHPORTPORT_H_ Definition: Universe.h:46
Definition: PathportPort.h:33
Definition: PathportPort.h:69
Definition: PathportNode.h:37
Used to hold a single universe of DMX data.
Definition: DmxBuffer.h:49
std::string Description() const
Fetch the string description for a Port.
Definition: PathportPort.h:78
A class used to hold a single universe of DMX data.
#define OLA_UNUSED
Mark unused arguments & types.
Definition: Macro.h:62
Definition: PluginAdaptor.h:41
Definition: PathportDevice.h:33
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44