|
RTI Connext Cert C API
Version 2.4.16
|
NETIO Zero Copy v2 interface. More...
Modules | |
| Notification Interface | |
| ZCOPY Notification Interface. | |
| User notification mechanism interface | |
| Notification mechanism definitions. | |
Functions | |
| RTI_BOOL | NDDS_Transport_ZeroCopy_initialize (RT_Registry_T *registry, const char *transport_name, struct ZCOPY_NotifInterfaceFactoryProperty *property) |
| Initialize the NDDS transport with ZeroCopy support. | |
Variables | |
| const char *const | NETIO_DEFAULT_NOTIF_NAME |
| Default name for notification interface. | |
NETIO Zero Copy v2 interface.
<<eXtension>> <<cert>> The NETIO Zero Copy v2 module implements the RTI Connext Micro Zero Copy v2 interface.
| RTI_BOOL NDDS_Transport_ZeroCopy_initialize | ( | RT_Registry_T * | registry, |
| const char * | transport_name, | ||
| struct ZCOPY_NotifInterfaceFactoryProperty * | property | ||
| ) |
Initialize the NDDS transport with ZeroCopy support.
This function initializes the NDDS transport with ZeroCopy support by registering the transport and associated history factories in the provided registry. It also allows you to specify the transport name and a set of properties for the ZeroCopy notification interface.
| [in] | registry | The registry where the transport and history factories will be registered. |
| [in] | transport_name | The name of the transport. If NULL, the default transport name will be used. |
| [in] | property | A pointer to the properties for the ZeroCopy notification interface. If NULL, the transport will not be registered. |
transport_name and property to be NULL. If transport_name is NULL, the default transport name is used. If property is NULL, the transport is not registered. | const char* const NETIO_DEFAULT_NOTIF_NAME |
Default name for notification interface.