RTI Connext C API  Version 6.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDS_TypeAllocationParams_t Struct Reference

Configures whether or not to allocate pointer and optional members. More...

Data Fields

DDS_Boolean allocate_pointers
 Whether to allocate pointer members or not.
 
DDS_Boolean allocate_optional_members
 Whether to allocate optional members or not.
 

Detailed Description

Configures whether or not to allocate pointer and optional members.

By default pointers are allocated and optional members are not.

Examples:
HelloWorld.c, and HelloWorldPlugin.c.

Field Documentation

DDS_Boolean DDS_TypeAllocationParams_t::allocate_pointers

Whether to allocate pointer members or not.

Examples:
HelloWorld.c.
DDS_Boolean DDS_TypeAllocationParams_t::allocate_optional_members

Whether to allocate optional members or not.


RTI Connext C API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc