RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
ZCOPY_NotifMechanismProperty Struct Reference

Notification mechanism property for the default implementation. More...

#include <netio_zcopy_default_notif_mech.h>

Data Fields

RTI_UINT32 intf_addr
 The interface address for this implementation. The value should be globally unique.
 
struct OSAPI_ThreadProperty thread_prop
 The thread property for the receive thread in the notification mechanism.
 
RTI_UINT32 max_receive_ports
 The maximum number of receive ports.
 
RTI_UINT32 max_routes
 The maximum number of outgoing routes this notification mechanism can handle.
 

Detailed Description

Notification mechanism property for the default implementation.

Field Documentation

◆ intf_addr

RTI_UINT32 ZCOPY_NotifMechanismProperty::intf_addr

The interface address for this implementation. The value should be globally unique.

[default] 0.

◆ thread_prop

struct OSAPI_ThreadProperty ZCOPY_NotifMechanismProperty::thread_prop

The thread property for the receive thread in the notification mechanism.

[default] OSAPI_THREAD_PROPERTY_DEFAULT.

◆ max_receive_ports

RTI_UINT32 ZCOPY_NotifMechanismProperty::max_receive_ports

The maximum number of receive ports.

[default] 2.

◆ max_routes

RTI_UINT32 ZCOPY_NotifMechanismProperty::max_routes

The maximum number of outgoing routes this notification mechanism can handle.

[default] 32.