RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
Implementation of RDMnet device functionality; see Using the Device API.
RDMnet devices are clients which exclusively receive and respond to RDM commands. Devices operate on only one scope at a time. This API provides classes tailored to the usage concerns of an RDMnet device.
See Using the Device API for a detailed description of how to use this API.
Data Structures | |
class | rdmnet::VirtualEndpointConfig |
Configuration information for a virtual endpoint on a device. More... | |
class | rdmnet::PhysicalEndpointResponder |
Identifying information for a physical RDM responder connected to an RDMnet gateway. More... | |
class | rdmnet::PhysicalEndpointConfig |
Configuration information for a physical endpoint on a device. More... | |
class | rdmnet::Device |
An instance of RDMnet device functionality. More... | |
class | rdmnet::Device::NotifyHandler |
A base class for a class that receives notification callbacks from a device. More... | |
struct | rdmnet::Device::Settings |
A set of configuration settings that a device needs to initialize. More... | |