RTI Connext DDS Micro C API
Version 4.1.0
|
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_NotifUserInterfaceI * | user_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. |
Notification interface property.
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.