Classes |
struct | broadcast_request_tracker |
struct | Options |
Public Member Functions |
| DummyPort (class DummyDevice *parent, const Options &options, unsigned int id) |
bool | WriteDMX (const DmxBuffer &buffer, uint8_t priority) |
| Write DMX data to this port.
|
std::string | Description () const |
void | RunFullDiscovery (ola::rdm::RDMDiscoveryCallback *callback) |
| This is a noop for ports that don't support RDM.
|
void | RunIncrementalDiscovery (ola::rdm::RDMDiscoveryCallback *callback) |
| This is a noop for ports that don't support RDM.
|
void | SendRDMRequest (ola::rdm::RDMRequest *request, ola::rdm::RDMCallback *callback) |
| Handle an RDMRequest, subclasses can implement this to support RDM.
|
| BasicOutputPort (AbstractDevice *parent, unsigned int port_id, bool start_rdm_discovery_on_patch=false, bool supports_rdm=false) |
| Create a new BasicOutputPort.
|
unsigned int | PortId () const |
AbstractDevice * | GetDevice () const |
bool | SetUniverse (Universe *universe) |
Universe * | GetUniverse () const |
std::string | UniqueId () const |
bool | SetPriority (uint8_t priority) |
uint8_t | GetPriority () const |
void | SetPriorityMode (port_priority_mode mode) |
port_priority_mode | GetPriorityMode () const |
virtual void | UniverseNameChanged (const std::string &new_name) |
| Called if the universe name changes.
|
port_priority_capability | PriorityCapability () const |
virtual bool | SupportsTimeCode () const |
virtual bool | SendTimeCode (const ola::timecode::TimeCode &) |
| This is a noop for ports that don't support TimeCode.
|
virtual bool | PreSetUniverse (Universe *, Universe *) |
virtual void | PostSetUniverse (Universe *, Universe *) |
virtual bool | SupportsRDM () const |
Additional Inherited Members |
virtual bool | SupportsPriorities () const |
void | UpdateUIDs (const ola::rdm::UIDSet &uids) |
| Called when the discovery triggered by patching completes.
|
Constructor & Destructor Documentation
ola::plugin::dummy::DummyPort::DummyPort |
( |
class DummyDevice * |
parent, |
|
|
const Options & |
options, |
|
|
unsigned int |
id |
|
) |
| |
Create a new DummyPort
- Parameters
-
parent | the parent device for this port |
options | the config for the DummyPort such as the number of fake RDM devices to create |
id | the ID of this port |
Member Function Documentation
bool ola::plugin::dummy::DummyPort::WriteDMX |
( |
const DmxBuffer & |
buffer, |
|
|
uint8_t |
priority |
|
) |
| |
|
virtual |
Write DMX data to this port.
- Parameters
-
buffer | the DmxBuffer to write |
priority | the priority of the DMX data |
- Returns
- true on success, false on failure
Implements ola::OutputPort.
The documentation for this class was generated from the following files: