RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
▼Nrdmnet | A namespace which contains all C++ language definitions in the RDMnet library |
▼Nllrp | A namespace which contains all LLRP C++ language definitions |
CDestinationAddr | A destination address for an LLRP RDM command |
CDiscoveredTarget | Represents an LLRP target discovered by a manager |
▼CManager | An instance of LLRP manager functionality |
CNotifyHandler | A class that receives notification callbacks from an LLRP manager |
CRdmCommand | An RDM command received over LLRP and delivered to an RDMnet callback function |
CSavedRdmCommand | An RDM command received over LLRP by a local component and saved for a later response |
CRdmResponse | An RDM response received over LLRP and delivered to an RDMnet callback function |
CSavedRdmResponse | An RDM response received over LLRP and saved for later processing |
CDnsTxtRecordItem | A key/value pair representing a DNS TXT record item |
▼CBroker | Defines an instance of RDMnet broker functionality |
CDnsAttributes | Settings for the Broker's DNS Discovery functionality |
CLimits | A set of limits for broker operation |
CNotifyHandler | A callback interface for notifications from the broker |
CSettings | A group of settings for broker operation |
CSourceAddr | The source address for an unsolicited RDM response generated by a local component |
CDestinationAddr | A destination address for an RDM command in RDMnet's RPT protocol |
CClientConnectedInfo | Information about a successful connection to a broker delivered to an RDMnet callback function |
CClientConnectFailedInfo | Information about a failed connection to a broker delivered to an RDMnet callback function |
CClientDisconnectedInfo | Information about a disconnect event from a broker delivered to an RDMnet callback function |
CScope | An RDMnet scope configuration |
CRdmResponseAction | A class representing a synchronous action to take in response to a received RDM command |
CEptResponseAction | A class representing a synchronous action to take in response to a received EPT data message |
▼CController | An instance of RDMnet controller functionality |
CNotifyHandler | A base class for a class that receives notification callbacks from a controller |
CRdmCommandHandler | A base class for a class that receives RDM commands addressed to a controller |
CRdmData | A set of initial identifying RDM data to use for a controller |
CSettings | A set of configuration settings that a controller needs to initialize |
CVirtualEndpointConfig | Configuration information for a virtual endpoint on a device |
CPhysicalEndpointResponder | Identifying information for a physical RDM responder connected to an RDMnet gateway |
CPhysicalEndpointConfig | Configuration information for a physical endpoint on a device |
▼CDevice | An instance of RDMnet device functionality |
CNotifyHandler | A base class for a class that receives notification callbacks from a device |
CSettings | A set of configuration settings that a device needs to initialize |
▼CEptClient | An instance of RDMnet EPT client functionality |
CNotifyHandler | A base class for a class that receives notification callbacks from an EPT client |
CSettings | A set of configuration settings that an EPT client needs to initialize |
CDynamicUidMapping | A mapping from a dynamic UID to a responder ID (RID) |
CDynamicUidAssignmentList | A list of mappings from dynamic UIDs to responder IDs received from an RDMnet broker |
CEptSubProtocol | A description of an EPT sub-protocol |
CEptClientEntry | A descriptive structure for an EPT client |
CEptClientList | A list of EPT client entries |
CEptData | An EPT data message received over RDMnet and delivered to an RDMnet callback function |
CSavedEptData | An EPT data message received over RDMnet and saved for later processing |
CEptStatus | An EPT status message received over RDMnet and delivered to an RDMnet callback function |
CSavedEptStatus | An EPT status message received over RDMnet and saved for later processing |
CRdmCommand | An RDM command received over RDMnet and delivered to an RDMnet callback function |
CSavedRdmCommand | An RDM command received over RDMnet by a local component and saved for a later response |
CRdmResponse | An RDM response received over RDMnet and delivered to an RDMnet callback function |
CSavedRdmResponse | An RDM response received over RDMnet and saved for later processing |
CRptClientEntry | A descriptive structure for an RPT client |
CRptClientList | A list of RPT client entries |
CRptStatus | An RPT status message received over RDMnet and delivered to an RDMnet callback function |
CSavedRptStatus | An RPT status message received over RDMnet and saved for later processing |
Nstd |