RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
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

◆ max_samples_per_notif

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.

◆ user_intf

struct ZCOPY_NotifUserInterfaceI* ZCOPY_NotifInterfaceFactoryProperty::user_intf

The downstream transport interface.

[default] NULL.

◆ user_property

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.