ZCOPY Notification Interface.
More...
Detailed Description
ZCOPY Notification Interface.
The Notification Interface is implemented as a NETIO interface and NETIO interface factory.
Macro Definition Documentation
| #define ZCOPY_NotifInterfaceFactoryProperty_INITIALIZER |
Function Documentation
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 NETIO_Interface_receive, NETIO_InterfaceI
Register the a Notification interface factory with a factory property.
- Parameters:
-
| [in] | registry | The registry to register the factory with |
| [in] | name | The name to register the factory with |
| [in] | property | The property to register the factory with |
- Returns:
- RTI_TRUE if the factory was registered successfully, RTI_FALSE otherwise
| RTI_BOOL ZCOPY_NotifInterfaceFactory_unregister |
( |
RT_Registry_T * |
registry, |
|
|
const char * |
name |
|
) |
| |
Unregister a Notification interface factory.
- Parameters:
-
| [in] | registry | The registry to unregister the factory from |
| [in] | name | The name to unregister the factory from |
- Returns:
- RTI_TRUE if the factory was unregistered successfully, RTI_FALSE otherwise