RTI Connext Micro C API Version 4.3.0
Loading...
Searching...
No Matches
netio_zcopy_log.h File Reference

ZeroCopy module log codes. More...

#include "osapi/osapi_log.h"

Macros

#define ZCOPY_LOG_NOTIF_GUID_BUFFER_TOO_SMALL_EC   (NETIO_ZCOPY_LOG_BASE + 1)
 Failed to convert GUID to string representation.
 
#define ZCOPY_LOG_NOTIF_ALREADY_CONNECTED_EC   (NETIO_ZCOPY_LOG_BASE + 2)
 Failed to connect because already connected.
 
#define ZCOPY_LOG_NOTIF_NOT_CONNECTED_EC   (NETIO_ZCOPY_LOG_BASE + 3)
 Failed to perform operation because notif is not connected.
 
#define ZCOPY_LOG_NOTIF_INCOMPATIBLE_VERSION_EC   (NETIO_ZCOPY_LOG_BASE + 4)
 Failed to connect because of incompatible ZCV2 version.
 
#define ZCOPY_LOG_NOTIF_SLOT_ALREADY_ASSIGNED_EC   (NETIO_ZCOPY_LOG_BASE + 5)
 Failed to assign a slot because it is already assigned.
 
#define ZCOPY_LOG_NOTIF_NO_FREE_SLOT_EC   (NETIO_ZCOPY_LOG_BASE + 6)
 Failed to assign a slot because there is no free slot.
 
#define ZCOPY_LOG_NOTIF_INVALID_NUM_SLOTS_EC   (NETIO_ZCOPY_LOG_BASE + 7)
 Failed to connect because of invalid number of slots.
 
#define ZCOPY_LOG_NOTIF_INVALID_PORT_NUMBER_EC   (NETIO_ZCOPY_LOG_BASE + 8)
 Failed to convert GUID to string representation because of an invalid port number.
 
#define ZCOPY_LOG_NOTIF_OPEN_FAILED_EC   (NETIO_ZCOPY_LOG_BASE + 9)
 Failed to open notification interface.
 
#define ZCOPY_LOG_NOTIF_DB_SELECT_RECORD_EC   (NETIO_ZCOPY_LOG_BASE + 10)
 Notification interface failed to select a database record.
 
#define ZCOPY_LOG_NOTIF_DB_CREATE_RECORD_EC   (NETIO_ZCOPY_LOG_BASE + 11)
 Notification interface failed to create a database record.
 
#define ZCOPY_LOG_NOTIF_DB_INSERT_RECORD_EC   (NETIO_ZCOPY_LOG_BASE + 12)
 Notification interface failed to insert a database record.
 
#define ZCOPY_LOG_NOTIF_DB_REMOVE_RECORD_EC   (NETIO_ZCOPY_LOG_BASE + 13)
 Notification interface failed to remove a database record.
 
#define ZCOPY_LOG_NOTIF_DB_DELETE_RECORD_EC   (NETIO_ZCOPY_LOG_BASE + 14)
 Notification interface failed to delete a database record.
 
#define ZCOPY_LOG_NOTIF_DB_CURSOR_NEXT_EC   (NETIO_ZCOPY_LOG_BASE + 15)
 Notification interface failed to get the next database record from a cursor.
 
#define ZCOPY_LOG_NOTIF_DB_LOCK_EC   (NETIO_ZCOPY_LOG_BASE + 16)
 Notification interface failed to lock or unlock its database.
 
#define ZCOPY_LOG_NOTIF_DB_TABLE_CREATE_EC   (NETIO_ZCOPY_LOG_BASE + 17)
 Notification interface failed to create a table.
 
#define ZCOPY_LOG_NOTIF_DB_TABLE_DELETE_EC   (NETIO_ZCOPY_LOG_BASE + 18)
 Notification interface failed to delete a table.
 
#define ZCOPY_LOG_NOTIF_INVALID_PROPERTY_EC   (NETIO_ZCOPY_LOG_BASE + 19)
 Notification interface initialized with an invalid property.
 
#define ZCOPY_LOG_NOTIF_SQ_OPEN_EC   (NETIO_ZCOPY_LOG_BASE + 20)
 Notification interface failed to open a shared queue reader.
 
#define ZCOPY_LOG_NOTIF_SQ_CLOSE_EC   (NETIO_ZCOPY_LOG_BASE + 21)
 Notification interface failed to close a shared queue reader.
 
#define ZCOPY_LOG_NOTIF_NO_MORE_NOTIFIERS_EC   (NETIO_ZCOPY_LOG_BASE + 22)
 Notification interface ran out of notifiers in its pool of notifiers.
 
#define ZCOPY_LOG_NOTIF_NOTIFIER_CONNECT_EC   (NETIO_ZCOPY_LOG_BASE + 23)
 Notification interface failed to connect a notifier to a notifiee.
 
#define ZCOPY_LOG_NOTIF_NOTIFIER_DISCONNECT_EC   (NETIO_ZCOPY_LOG_BASE + 24)
 Notification interface failed to disconnect a notifier from a notifiee.
 
#define ZCOPY_LOG_NOTIF_NOTIFIER_NOTIFY_EC   (NETIO_ZCOPY_LOG_BASE + 25)
 Notification interface failed to notify with a notifier.
 
#define ZCOPY_LOG_NOTIF_NOTIFIER_ALLOW_EC   (NETIO_ZCOPY_LOG_BASE + 26)
 Notification interface failed to allow a notifier to notify.
 
#define ZCOPY_LOG_NOTIF_NOTIFIEE_DESTROY_EC   (NETIO_ZCOPY_LOG_BASE + 27)
 Notification interface failed to destroy a notifiee.
 
#define ZCOPY_LOG_NOTIF_NOTIFIEE_RAISE_FLAG_EC   (NETIO_ZCOPY_LOG_BASE + 28)
 Notification interface failed to raise a flag.
 
#define ZCOPY_LOG_NOTIF_NOTIFIEE_NEXT_EC   (NETIO_ZCOPY_LOG_BASE + 29)
 Notification interface failed to get next notification.
 
#define ZCOPY_LOG_NOTIF_THREAD_CREATE_EC   (NETIO_ZCOPY_LOG_BASE + 30)
 Notification interface failed to create a receive thread.
 
#define ZCOPY_LOG_NOTIF_THREAD_DESTROY_EC   (NETIO_ZCOPY_LOG_BASE + 31)
 Notification interface failed to destroy a receive thread.
 
#define ZCOPY_LOG_NOTIF_INTF_RECEIVE_EC   (NETIO_ZCOPY_LOG_BASE + 32)
 Notification interface failed to forward a packet upstream to a DRI.
 
#define ZCOPY_LOG_NOTIF_PORT_IN_USE_EC   (NETIO_ZCOPY_LOG_BASE + 33)
 Notification interface tried to release a port that was still in use.
 
#define ZCOPY_LOG_NOTIF_ALLOC_EC   (NETIO_ZCOPY_LOG_BASE + 34)
 Notification interface factory failed to allocate memory.
 
#define ZCOPY_LOG_NOTIF_INTF_INIT_EC   (NETIO_ZCOPY_LOG_BASE + 35)
 Notification interface factory failed to initialize a notification interface.
 
#define ZCOPY_LOG_NOTIF_INTF_FINALIZE_EC   (NETIO_ZCOPY_LOG_BASE + 36)
 Notification interface factory failed to finalize a notification interface.
 
#define ZCOPY_LOG_NOTIF_FACTORY_IN_USE_EC   (NETIO_ZCOPY_LOG_BASE + 37)
 Tried to finalize a notification interface factory which was still in use.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_CREATE_INST_EC   (NETIO_ZCOPY_LOG_BASE + 38)
 Notification mechanism failed to create instance.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_RESERVE_ADDR_EC   (NETIO_ZCOPY_LOG_BASE + 39)
 Notification mechanism failed to reserve an address.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_RELEASE_ADDR_EC   (NETIO_ZCOPY_LOG_BASE + 40)
 Notification mechanism failed to release an address.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_ADD_ROUTE_EC   (NETIO_ZCOPY_LOG_BASE + 41)
 Notification mechanism failed to add route.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_DELETE_ROUTE_EC   (NETIO_ZCOPY_LOG_BASE + 42)
 Notification mechanism failed to delete route.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_BIND_EC   (NETIO_ZCOPY_LOG_BASE + 43)
 Notification mechanism failed to bind.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_UNBIND_EC   (NETIO_ZCOPY_LOG_BASE + 44)
 Notification mechanism failed to unbind.
 
#define ZCOPY_LOG_NOTIF_MECHANISM_SEND_EC   (NETIO_ZCOPY_LOG_BASE + 45)
 Notification mechanism failed to send.
 
#define ZCOPY_LOG_WH_REGISTER_FAILED_EC   (NETIO_ZCOPY_LOG_BASE + 46)
 Writer history wrap failed.
 
#define ZCOPY_LOG_NOTIF_TIMER_CREATE_EC   (NETIO_ZCOPY_LOG_BASE + 47)
 Timer creation failed.
 
#define ZCOPY_LOG_NOTIF_RECEIVE_ON_EVENT_EC   (NETIO_ZCOPY_LOG_BASE + 48)
 Receive on Writer match event failed.
 
#define ZCOPY_LOG_NOTIF_TIMEOUT_DELETE_EC   (NETIO_ZCOPY_LOG_BASE + 49)
 Failed to delete timeout.
 
#define ZCOPY_LOG_NOTIF_TIMEOUT_CREATE_EC   (NETIO_ZCOPY_LOG_BASE + 50)
 Timeout creation failed.
 
#define ZCOPY_LOG_ADD_ENTRY_EC   (NETIO_ZCOPY_LOG_BASE + 51)
 failed to add an indexer entry
 
#define ZCOPY_LOG_REMOVE_ENTRY_EC   (NETIO_ZCOPY_LOG_BASE + 52)
 failed to remove an indexer entry
 
#define ZCOPY_LOG_DELETE_POOL_EC   (NETIO_ZCOPY_LOG_BASE + 53)
 The memory manager was not able to delete a resource.
 
#define ZCOPY_LOG_SHARED_MEM_POOL_OWNER_DEAD_EC   (NETIO_ZCOPY_LOG_BASE + 54)
 A shared memory pool is no longer usable because a process died while holding the pool's lock.
 

Detailed Description

ZeroCopy module log codes.

Log codes of the ZeroCopy module