RTI Connext DDS Micro C API  Version 4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ZCOPY_NotifInterfaceFactoryProperty Struct Reference

Notification interface property. More...

#include <netio_zcopy_notif_interface.h>

Data Fields

RTI_UINT32 max_samples_per_notif
 Maximum samples to process per notification per DataReader.
struct ZCOPY_NotifUserInterfaceIuser_intf
 The downstream transport interface.
void * user_property
 Pass-through pointer to the downstream transport. This must be valid for the life-cycle of the transport.

Detailed Description

Notification interface property.


Field Documentation

RTI_UINT32 ZCOPY_NotifInterfaceFactoryProperty::max_samples_per_notif

Maximum samples to process per notification per DataReader.

This setting optimizes performance when sending large amounts of data. However, setting it to an excessively high value may prevent other threads from running effectively.

[default] 1.

struct ZCOPY_NotifUserInterfaceI* ZCOPY_NotifInterfaceFactoryProperty::user_intf

The downstream transport interface.

[default] NULL.

void* ZCOPY_NotifInterfaceFactoryProperty::user_property

Pass-through pointer to the downstream transport. This must be valid for the life-cycle of the transport.

[default] NULL.


RTI Connext DDS Micro C API Version 4.1.0 Copyright © Sun Dec 8 2024 Real-Time Innovations, Inc