28#ifndef INCLUDE_OLA_RDM_SENSORRESPONDER_H_
29#define INCLUDE_OLA_RDM_SENSORRESPONDER_H_
59 static RDMOps *Instance() {
61 instance =
new RDMOps();
68 static RDMOps *instance;
Definitions and Interfaces to implement an RDMController that sends a single message at a time.
Various constants used in RDM.
A framework for building RDM responders.
Holds the information about a sensor.
A RDM unique identifier (UID).
The base class for all 1 argument callbacks.
Definition Callback.h:982
The interface that can send RDMRequest.
Definition RDMControllerInterface.h:73
RDM Commands that represent requests (GET, SET or DISCOVER).
Definition RDMCommand.h:234
An RDM Command that represents responses (GET, SET or DISCOVER).
Definition RDMCommand.h:457
A class which dispatches RDM requests to registered PID handlers.
Definition ResponderOps.h:60
Definition SensorResponder.h:46
SensorResponder(const UID &uid)
Definition SensorResponder.cpp:120
void SendRDMRequest(RDMRequest *request, RDMCallback *callback)
Send a RDM command.
Definition SensorResponder.cpp:181
Represents a RDM UID.
Definition UID.h:57
The namespace containing all OLA symbols.
Definition Credentials.cpp:44
the structure that defines the behaviour for a specific PID.o
Definition ResponderOps.h:76