RTI Connext Micro C++ API Version 4.3.0
Loading...
Searching...
No Matches
netio_zcopy_notif_interface.h File Reference
#include "rt/rt_rt.h"
#include "netio_zcopy/netio_zcopy_notif_mechanism_intf.h"

Classes

struct  ZCOPY_NotifInterfaceFactoryProperty
 Notification interface property. More...
 

Macros

#define ZCOPY_NotifInterfaceFactoryProperty_INITIALIZER
 Constant to initialize a ZCOPY_NotifInterfaceFactoryProperty.
 

Functions

RTI_BOOL ZCOPY_NotifInterfaceFactory_register (RT_Registry_T *registry, const char *name, struct ZCOPY_NotifInterfaceFactoryProperty *property)
 Register the notification interface factory with the registry.
 
RTI_BOOL ZCOPY_NotifInterfaceFactory_unregister (RT_Registry_T *registry, const char *name)
 Unregister the notification interface factory.
 

Function Documentation

◆ ZCOPY_NotifInterfaceFactory_register()

RTI_BOOL ZCOPY_NotifInterfaceFactory_register ( RT_Registry_T * registry,
const char * name,
struct ZCOPY_NotifInterfaceFactoryProperty * property )
extern

Register the notification interface factory with the registry.

Parameters
[in]registryThe registry used to register the factory.
[in]nameThe name used to register the factory.
[in]propertyThe 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]registryThe registry used to unregister the factory.
[in]nameThe name used to unregister the factory.
Returns
RTI_TRUE if the factory was unregistered successfully, RTI_FALSE otherwise.