28 #ifndef INCLUDE_OLA_RDM_NETWORKRESPONDER_H_ 29 #define INCLUDE_OLA_RDM_NETWORKRESPONDER_H_ 60 static RDMOps *Instance() {
62 instance =
new RDMOps();
70 static RDMOps *instance;
75 std::auto_ptr<NetworkManagerInterface> m_network_manager;
98 #endif // INCLUDE_OLA_RDM_NETWORKRESPONDER_H_ Definitions and Interfaces to implement an RDMController that sends a single message at a time...
An RDM Command that represents responses (GET, SET or DISCOVER).
Definition: RDMCommand.h:457
Definition: NetworkResponder.h:47
RDM Commands that represent requests (GET, SET or DISCOVER).
Definition: RDMCommand.h:234
A RDM unique identifier (UID).
The interface for the NetworkManager.
void SendRDMRequest(RDMRequest *request, RDMCallback *callback)
Send a RDM command.
Definition: NetworkResponder.cpp:156
NetworkResponder(const UID &uid)
Definition: NetworkResponder.cpp:110
A class which dispatches RDM requests to registered PID handlers.
Definition: ResponderOps.h:60
The base class for all 1 argument callbacks.
Definition: Callback.h:982
The interface that can send RDMRequest.
Definition: RDMControllerInterface.h:73
A framework for building RDM responders.
Various constants used in RDM.
Represents a RDM UID.
Definition: UID.h:57
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44