RTI Cloud Discovery Service  Version . [build ]
RTI_CDS_Property

Configuration property for RTI Cloud Discovery Service. More...

Functions

DDS_Boolean RTI_CDS_Property_initialize (struct RTI_CDS_Property *self)
 Initialize an instance of the RTI_CDS_Property variable with empty values. More...
 
struct RTI_CDS_Property * RTI_CDS_Property_copy (struct RTI_CDS_Property *to, const struct RTI_CDS_Property *from)
 Copy the values of a RTI_CDS_Property variable into another. More...
 
void RTI_CDS_Property_finalize (struct RTI_CDS_Property *self)
 Finalize an instance of the RTI_CDS_Property variable. More...
 

Detailed Description

Configuration property for RTI Cloud Discovery Service.

Function Documentation

◆ RTI_CDS_Property_initialize()

DDS_Boolean RTI_CDS_Property_initialize ( struct RTI_CDS_Property *  self)

Initialize an instance of the RTI_CDS_Property variable with empty values.

e

Parameters
selfA RTI_CDS_Property instance

◆ RTI_CDS_Property_copy()

struct RTI_CDS_Property* RTI_CDS_Property_copy ( struct RTI_CDS_Property *  to,
const struct RTI_CDS_Property *  from 
)

Copy the values of a RTI_CDS_Property variable into another.

e

Parameters
toA RTI_CDS_Property instance to copy the values to
fromA RTI_CDS_Property instance to copy the values from
Returns
The pointer to RTI_CDS_Property containing the copied values. NULL otherwise.

◆ RTI_CDS_Property_finalize()

void RTI_CDS_Property_finalize ( struct RTI_CDS_Property *  self)

Finalize an instance of the RTI_CDS_Property variable.

e

Parameters
selfA RTI_CDS_Property instance