21 #ifndef PLUGINS_ARTNET_ARTNETPORT_H_ 22 #define PLUGINS_ARTNET_ARTNETPORT_H_ 26 #include "olad/Port.h" 27 #include "plugins/artnet/ArtNetDevice.h" 28 #include "plugins/artnet/ArtNetNode.h" 43 const DmxBuffer &ReadDMX()
const {
return m_buffer; }
53 void RespondWithTod();
69 void TriggerDiscovery();
80 bool WriteDMX(
const DmxBuffer &buffer, uint8_t priority);
107 bool SupportsTimeCode()
const {
112 return m_node->SendTimeCode(timecode);
121 #endif // PLUGINS_ARTNET_ARTNETPORT_H_ bool SendTimeCode(const ola::timecode::TimeCode &timecode)
This is a noop for ports that don't support TimeCode.
Definition: ArtNetPort.h:111
Represents a set of RDM UIDs.
Definition: UIDSet.h:48
Definitions and Interfaces to implement an RDMController that sends a single message at a time...
Definition: Universe.h:46
RDM Commands that represent requests (GET, SET or DISCOVER).
Definition: RDMCommand.h:234
Definition: ArtNetDevice.h:47
Used to hold a single universe of DMX data.
Definition: DmxBuffer.h:49
Definition: TimeCode.h:33
Definition: PluginAdaptor.h:41
The actual Art-Net Node.
Definition: ArtNetNode.h:697
The base class for all 1 argument callbacks.
Definition: Callback.h:982
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
Definition: ArtNetPort.h:72