Open Lighting Architecture
0.9.6
|
Public Member Functions | |
void | AddPort (const Port *port) |
void | RemovePort (const Port *port) |
void | SendRDMRequest (const Port *port, Universe *universe, ola::rdm::RDMRequest *request, ola::rdm::RDMCallback *callback) |
void ola::PortBroker::AddPort | ( | const Port * | port | ) |
Add a port to the broker
void ola::PortBroker::RemovePort | ( | const Port * | port | ) |
Remove a port from the broker
|
virtual |
Make an RDM call
port | the OlaPortService that should exist when the call returns |
universe | the universe to send the RDM request on |
request | the RDM request |
callback | the callback to run when the request completes |
Implements ola::PortBrokerInterface.