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

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

Inherits DynamicDataFactory.

Public Member Functions

DDS_DynamicData create_data (DDS_DynamicType _type)
 Create and return a new data sample. All objects returned by this operation should eventually be deleted by calling DynamicDataFactory::delete_data. More...
 
ReturnCode_t delete_data (DDS_DynamicData data)
 Dispose of a data sample, reclaiming any associated resources.
 

Static Public Member Functions

static DynamicDataFactory get_instance ()
 Return a DynamicDataFactory instance that can be used to create and delete DynamicData instances.
 
static ReturnCode_t delete_instance ()
 Reclaim any resources associated with the object(s) previously returned from get_instance.
 

Detailed Description

This type is responsible for creating DynamicData instances.

See also
DynamicType
DynamicData

Member Function Documentation

◆ create_data()

DDS_DynamicData create_data ( DDS_DynamicType  _type)
inline

Create and return a new data sample. All objects returned by this operation should eventually be deleted by calling DynamicDataFactory::delete_data.

Parameter type - The type of the sample to create.


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