31#ifndef INCLUDE_OLA_RDM_RDMCONTROLLERADAPTOR_H_
32#define INCLUDE_OLA_RDM_RDMCONTROLLERADAPTOR_H_
51 m_interface(interface) {
58 RunDiscovery(callback);
61 RunDiscovery(callback);
Definitions and Interfaces to implement an RDMController that sends a single message at a time.
The base class for all 1 argument callbacks.
Definition Callback.h:982
Definition RDMControllerAdaptor.h:45
void RunFullDiscovery(RDMDiscoveryCallback *callback)
Start a full discovery operation.
Definition RDMControllerAdaptor.h:57
void SendRDMRequest(RDMRequest *request, RDMCallback *on_complete)
Send a RDM command.
Definition RDMControllerAdaptor.h:53
void RunIncrementalDiscovery(RDMDiscoveryCallback *callback)
Start an incremental discovery operation.
Definition RDMControllerAdaptor.h:60
The interface that can send RDM commands, as well as perform discovery operations.
Definition RDMControllerInterface.h:104
The interface that can send RDMRequest.
Definition RDMControllerInterface.h:73
virtual void SendRDMRequest(RDMRequest *request, RDMCallback *on_complete)=0
Send a RDM command.
RDM Commands that represent requests (GET, SET or DISCOVER).
Definition RDMCommand.h:234
Represents a RDM UID.
Definition UID.h:57
Represents a set of RDM UIDs.
Definition UIDSet.h:48
void AddUID(const UID &uid)
Add a UID to the set.
Definition UIDSet.h:105
The namespace containing all OLA symbols.
Definition Credentials.cpp:44