27#ifndef INCLUDE_OLA_RDM_DUMMYRESPONDER_H_
28#define INCLUDE_OLA_RDM_DUMMYRESPONDER_H_
34#include <ola/rdm/ResponderPersonality.h>
51 uint16_t StartAddress()
const {
return m_start_address; }
52 uint16_t Footprint()
const {
53 return m_personality_manager.ActivePersonalityFootprint();
62 static RDMOps *Instance() {
64 instance =
new RDMOps();
71 static RDMOps *instance;
79 static const Personalities *Instance();
86 static Personalities *instance;
90 uint16_t m_start_address;
92 uint32_t m_lamp_strikes;
95 std::auto_ptr<NetworkManagerInterface> m_network_manager;
135 static const uint8_t DEFAULT_PERSONALITY = 2;
The interface for the NetworkManager.
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
Definition DummyResponder.h:44
void SendRDMRequest(RDMRequest *request, RDMCallback *callback)
Send a RDM command.
Definition DummyResponder.cpp:197
Definition ResponderPersonality.h:65
std::vector< Personality > PersonalityList
Definition ResponderPersonality.h:68
Definition ResponderPersonality.h:91
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
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