RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
llrp.h File Reference

Overview

Functions and definitions common to LLRP Managers and Targets.

Go to the source code of this file.

Data Structures

struct  LlrpDestinationAddr
 A destination address for an RDM command in LLRP. More...
 
struct  LlrpDiscoveredTarget
 

Typedefs

typedef struct LlrpDestinationAddr LlrpDestinationAddr
 A destination address for an RDM command in LLRP. More...
 
typedef struct LlrpDiscoveredTarget LlrpDiscoveredTarget
 

Enumerations

enum  llrp_component_t { kLlrpCompRptDevice = LLRP_COMPONENT_TYPE_RPT_DEVICE , kLlrpCompRptController = LLRP_COMPONENT_TYPE_RPT_CONTROLLER , kLlrpCompBroker = LLRP_COMPONENT_TYPE_BROKER , kLlrpCompNonRdmnet = LLRP_COMPONENT_TYPE_NONRDMNET }
 

Functions

const char * llrp_component_type_to_string (llrp_component_t type)
 Get a string description of an LLRP component type. More...