#include "rt/rt_rt.h"
#include "netio_zcopy/netio_zcopy_notif_mechanism_intf.h"
◆ ZCOPY_NotifInterfaceFactory_register()
Register the notification interface factory with the registry.
- 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.