Open Lighting Architecture  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
ola::rdm::ResponderOps< Target >::ParamHandler Struct Reference

Detailed Description

template<class Target>
struct ola::rdm::ResponderOps< Target >::ParamHandler

the structure that defines the behaviour for a specific PID.o

Either the get_handler or set_handlers may be NULL if the command class isn't defined for this PID.

Public Attributes

uint16_t pid
RDMHandler get_handler
RDMHandler set_handler

Member Data Documentation

template<class Target>
RDMHandler ola::rdm::ResponderOps< Target >::ParamHandler::get_handler

The method used to handle GETs

template<class Target>
uint16_t ola::rdm::ResponderOps< Target >::ParamHandler::pid

The PID this handler is for

template<class Target>
RDMHandler ola::rdm::ResponderOps< Target >::ParamHandler::set_handler

The method used to handle SETs


The documentation for this struct was generated from the following file: