RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A base class for a class that receives RDM commands addressed to a controller.
This is an optional portion of the controller API. See Using the Controller API for details.
#include <rdmnet/cpp/controller.h>
Public Member Functions | |
virtual RdmResponseAction | HandleRdmCommand (Handle controller_handle, ScopeHandle scope_handle, const RdmCommand &cmd)=0 |
An RDM command has been received addressed to a controller. More... | |
virtual RdmResponseAction | HandleLlrpRdmCommand (Handle controller_handle, const llrp::RdmCommand &cmd) |
An RDM command has been received over LLRP, addressed to a controller. More... | |
|
inlinevirtual |
An RDM command has been received over LLRP, addressed to a controller.
controller_handle | Handle to controller instance which has received the RDM command. |
cmd | The RDM command data. |
|
pure virtual |
An RDM command has been received addressed to a controller.
controller_handle | Handle to controller instance which has received the RDM command. |
scope_handle | Handle to the scope on which the RDM command was received. |
cmd | The RDM command data. |