#include <DynamicDataFactory.hpp>
◆ _ref_type
◆ ~DynamicDataFactory()
◆ create_data()
Creates a new DynamicData reference based on the given DynamicType reference.
All objects returned by this operation should eventually be deleted by calling delete_data.
- Parameters
-
- Returns
- new DynamicData reference
◆ delete_data()
Resets the internal reference if it is cached.
- Parameters
-
[in] | data | DynamicData reference whose internal cached reference to reset. |
- Returns
- standard ReturnCode_t
- Return values
-
RETCODE_BAD_PARAMETER | if reference is nil. |
RETCODE_OK | is otherwise returned. |
◆ delete_instance()
static FASTDDS_EXPORTED_API ReturnCode_t delete_instance |
( |
| ) |
|
|
static |
Resets the singleton reference.
- Returns
- ReturnCode_t
- Return values
-
RETCODE_BAD_PARAMETER | if singleton reference is currently nil. |
RETCODE_OK | otherwise. |
◆ get_instance()
The documentation for this class was generated from the following file: