Open Lighting Architecture  Latest Git
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.

Collaboration diagram for ola::rdm::ResponderOps< Target >::ParamHandler:
Collaboration graph
[legend]

Public Attributes

uint16_t pid
 
RDMHandler get_handler
 
RDMHandler set_handler
 

Member Data Documentation

◆ get_handler

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

The method used to handle GETs

◆ pid

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

The PID this handler is for

◆ set_handler

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: