CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
DDS_DynamicDataFactory Struct Reference

This type is responsible for creating DDS_DynamicData instances. More...

Related Functions

(Note that these are not member functions.)

COREDX_C_DYNTYPE_API DDS_DynamicDataFactory DDS_DynamicDataFactory_get_instance (void)
 Return a DDS_DynamicDataFactory instance that can be used to create and delete DDS_DynamicData instances.
 
COREDX_C_DYNTYPE_API DDS_ReturnCode_t DDS_DynamicDataFactory_delete_instance (void)
 Reclaim any resources associated with the object(s) previously returned from get_instance.
 
COREDX_C_DYNTYPE_API DDS_DynamicData DDS_DynamicDataFactory_create_data (DDS_DynamicDataFactory ddf, DDS_DynamicType dt)
 Create and return a new data sample. All objects returned by this operation should eventually be deleted by calling DDS_DynamicDataFactory_delete_data. More...
 
COREDX_C_DYNTYPE_API DDS_ReturnCode_t DDS_DynamicDataFactory_delete_data (DDS_DynamicDataFactory ddf, DDS_DynamicData data)
 Dispose of a data sample, reclaiming any associated resources.
 

Detailed Description

This type is responsible for creating DDS_DynamicData instances.

See also
DDS_DynamicType
DDS_DynamicData

© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.