30#ifndef INCLUDE_OLA_RDM_DIMMERRESPONDER_H_
31#define INCLUDE_OLA_RDM_DIMMERRESPONDER_H_
57 std::auto_ptr<DimmerRootDevice> m_root_device;
58 std::map<uint16_t, class DimmerSubDevice*> m_sub_devices;
Soft responder that implements the Root device in the DimmerResponder.
Definitions and Interfaces to implement an RDMController that sends a single message at a time.
Handles the dispatching of RDM requests to the correct sub device.
A RDM unique identifier (UID).
The base class for all 1 argument callbacks.
Definition Callback.h:982
Definition DimmerResponder.h:48
virtual ~DimmerResponder()
Definition DimmerResponder.cpp:51
void SendRDMRequest(RDMRequest *request, RDMCallback *callback)
Send a RDM command.
Definition DimmerResponder.cpp:59
DimmerResponder(const UID &uid, uint16_t number_of_subdevices)
Definition DimmerResponder.cpp:37
The interface that can send RDMRequest.
Definition RDMControllerInterface.h:73
RDM Commands that represent requests (GET, SET or DISCOVER).
Definition RDMCommand.h:234
Definition SubDeviceDispatcher.h:41
Represents a RDM UID.
Definition UID.h:57
The namespace containing all OLA symbols.
Definition Credentials.cpp:44