|
| E131InputPort (E131Device *parent, int id, ola::acn::E131Node *node, class PluginAdaptor *plugin_adaptor) |
|
bool | PreSetUniverse (Universe *old_universe, Universe *new_universe) |
|
void | PostSetUniverse (Universe *old_universe, Universe *new_universe) |
|
std::string | Description () const |
| Fetch the string description for a Port. More...
|
|
const ola::DmxBuffer & | ReadDMX () const |
|
bool | SupportsPriorities () const |
|
uint8_t | InheritedPriority () const |
|
| BasicInputPort (AbstractDevice *parent, unsigned int port_id, const PluginAdaptor *plugin_adaptor, bool supports_rdm=false) |
| Create a new basic input port.
|
|
unsigned int | PortId () const |
| Get the Port ID. This is the index within the device. More...
|
|
AbstractDevice * | GetDevice () const |
| Get the device which owns this Port. More...
|
|
bool | SetUniverse (Universe *universe) |
| Bind this port to a universe. More...
|
|
Universe * | GetUniverse () const |
| Fetch the universe this Port is bound to. More...
|
|
virtual std::string | UniqueId () const |
| Return the globally unique id for a Port. More...
|
|
bool | SetPriority (uint8_t priority) |
| Set the Priority for this Port. More...
|
|
uint8_t | GetPriority () const |
| Get the numeric priority for this Port. More...
|
|
void | SetPriorityMode (port_priority_mode mode) |
| Set the Priority Mode for this Port. More...
|
|
port_priority_mode | GetPriorityMode () const |
| Get the Priority Mode for this Port. More...
|
|
void | DmxChanged () |
| Called when there is new data for this port.
|
|
const DmxSource & | SourceData () const |
| Get the current DMX data.
|
|
void | HandleRDMRequest (ola::rdm::RDMRequest *request, ola::rdm::RDMCallback *callback) |
| Handle an RDM Request on this port. More...
|
|
void | TriggerRDMDiscovery (ola::rdm::RDMDiscoveryCallback *on_complete, bool full=true) |
| Trigger the RDM Discovery procedure for this universe.
|
|
port_priority_capability | PriorityCapability () const |
| Get the priority capabilities for this port. More...
|
|
virtual bool | SupportsRDM () const |
| Check if this Port supports RDM or not. More...
|
|