#include "rt/rt_rt.h"
#include "netio_zcopy/netio_zcopy_notif_mechanism_intf.h"
◆ ZCOPY_NotifInterface_receive()
Definition of the NETIO_InterfaceI receive method.
- Parameters
-
[in] | netio_intf | The notification interface to receive on. |
[in] | port | The port to receive on. |
[out] | has_more_data_out | Whether there is more data to receive. |
- Returns
- RTI_TRUE on success, RTI_FALSE on failure.
See Also ::DDSNETIO_Interface::receive, NETIO_InterfaceI.
◆ ZCOPY_NotifInterfaceFactory_register()
Register the notification interface factory with a factory property.
- Parameters
-
[in] | registry | The registry used to register the factory. |
[in] | name | The name used to register the factory. |
[in] | property | The property used to register the factory. |
- Returns
- RTI_TRUE if the factory was registered successfully, RTI_FALSE otherwise.
◆ ZCOPY_NotifInterfaceFactory_unregister()
RTI_BOOL ZCOPY_NotifInterfaceFactory_unregister |
( |
RT_Registry_T * | registry, |
|
|
const char * | name ) |
|
extern |
Unregister the notification interface factory.
- Parameters
-
[in] | registry | The registry used to unregister the factory. |
[in] | name | The name used to unregister the factory. |
- Returns
- RTI_TRUE if the factory was unregistered successfully, RTI_FALSE otherwise.