|
RTI Connext DDS Micro C API
Version 4.1.0
|
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. | |
Notification mechanism property for the default implementation.
| RTI_UINT32 ZCOPY_NotifMechanismProperty::intf_addr |
The interface address for this implementation. The value should be globally unique.
[default] 0.
| struct OSAPI_ThreadProperty ZCOPY_NotifMechanismProperty::thread_prop |
The thread property for the receive thread in the notification mechanism.
[default] OSAPI_THREAD_PROPERTY_DEFAULT.
| RTI_UINT32 ZCOPY_NotifMechanismProperty::max_receive_ports |
The maximum number of receive ports.
[default] 2.
| RTI_UINT32 ZCOPY_NotifMechanismProperty::max_routes |
The maximum number of outgoing routes this notification mechanism can handle.
[default] 32.