RTI Connext Micro C API Version 4.2.0
|
#include "rt/rt_rt.h"
#include "netio_zcopy/netio_zcopy_notif_mechanism_intf.h"
Data Structures | |
struct | ZCOPY_NotifInterfaceFactoryProperty |
Notification interface property. More... | |
Macros | |
#define | ZCOPY_NotifInterfaceFactoryProperty_INITIALIZER |
Constant to initialize a ZCOPY_NotifInterfaceFactoryProperty. | |
Functions | |
RTI_BOOL | ZCOPY_NotifInterface_receive (NETIO_Interface_T *netio_intf, const struct NETIO_Address *port, RTI_BOOL *has_more_data_out) |
Definition of the NETIO_InterfaceI receive method. | |
RTI_BOOL | ZCOPY_NotifInterfaceFactory_register (RT_Registry_T *registry, const char *name, struct ZCOPY_NotifInterfaceFactoryProperty *property) |
Register the notification interface factory with a factory property. | |
RTI_BOOL | ZCOPY_NotifInterfaceFactory_unregister (RT_Registry_T *registry, const char *name) |
Unregister the notification interface factory. | |