CoreDX DDS C Reference Manual
Related Functions | List of all members
DDS_DynamicTypeSupport Struct Reference

The DDS_DynamicTypeSupport interface extends the DDS_TypeSupport interface defined by the DDS specification. This TypeSupport operates on DDS_DynamicData samples. More...

Related Functions

(Note that these are not member functions.)

DDS_DynamicTypeSupport DDS_DynamicTypeSupport_create_type_support (const DDS_DynamicType type)
 Create and return a new DDS_DynamicTypeSupport object capable of supporting the given type. More...
 
DDS_ReturnCode_t DDS_DynamicTypeSupport_delete_type_support (DDS_DynamicTypeSupport type_support)
 Delete the given type support object, which was previously created by a call to DDS_DynamicTypeSupport_create_type_support. More...
 
DDS_ReturnCode_t DDS_DynamicTypeSupport_register_type (DDS_DynamicTypeSupport dts, const DDS_DomainParticipant participant, const char *type_name)
 Registers the TypeSupport with the DDS_DomainParticipant.
 
const char * DDS_DynamicTypeSupport_get_type_name (DDS_DynamicTypeSupport dts)
 Returns the name of the type supported by this TypeSupport instance. More...
 
DDS_DynamicType DDS_DynamicTypeSupport_get_type (DDS_DynamicTypeSupport dts)
 Returns the DDS_DynamicType that is supported by this TypeSupport instance. More...
 

Detailed Description

The DDS_DynamicTypeSupport interface extends the DDS_TypeSupport interface defined by the DDS specification. This TypeSupport operates on DDS_DynamicData samples.

See also
DDS_DynamicType
DDS_DynamicTypeBuilderFactory
DDS_DynamicTypeBuilder

© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.