RTI Connext DDS Micro C API  Version 3.0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
NETIO

Network I/O. ModuleID = 4. More...

Macros

#define NETIO_LOG_GETHOST_BYNAME_EC   (NETIO_LOG_BASE + 1)
 Failed to get host address from a string representation.
#define NETIO_LOG_BIND_NEW_EC   (NETIO_LOG_BASE + 2)
 Failed to allocate memory for a bind-resolver.
#define NETIO_LOG_BIND_NEW_RTABLE_EC   (NETIO_LOG_BASE + 3)
 Failed to create a database table for routes of a bind-resolver.
#define NETIO_LOG_BIND_CREATE_RTABLE_EC   (NETIO_LOG_BASE + 4)
 Failed to create route record.
#define NETIO_LOG_BIND_DELETE_RTABLE_EC   (NETIO_LOG_BASE + 5)
 Failed to delete a database table for routes of a bind_resolver.
#define NETIO_LOG_BIND_SET_LENGTH_EC   (NETIO_LOG_BASE + 6)
 Failed to set the length for a sequence of resolved addresses.
#define NETIO_LOG_BIND_SET_MAX_EC   (NETIO_LOG_BASE + 7)
 Failed to set the maximum length of an internal sequence of addresses.
#define NETIO_LOG_BIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 8)
 An interface failed on bind_external.
#define NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 10)
 An interface failed on unbind_external.
#define NETIO_LOG_ROUTE_RTABLE_ALLOC_EC   (NETIO_LOG_BASE + 11)
 Failed to allocate memory for a route resolver.
#define NETIO_LOG_ROUTE_RTABLE_CREATE_EC   (NETIO_LOG_BASE + 12)
 Failed to create a database table for routes of a route-resolver.
#define NETIO_LOG_ROUTE_RTABLE_DELETE_EC   (NETIO_LOG_BASE + 13)
 Failed to delete a database table for routes of a route-resolver.
#define NETIO_LOG_ROUTE_RTABLE_ADD_EC   (NETIO_LOG_BASE + 14)
 Failed to create route resolver record.
#define NETIO_LOG_ROUTE_RTABLE_UPDATE_EC   (NETIO_LOG_BASE + 15)
 Failed to find routes to update for a route-resolver.
#define NETIO_LOG_AR_ALLOC_FAILED_EC   (NETIO_LOG_BASE + 16)
 Failed to allocate memory for address resolver.
#define NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC   (NETIO_LOG_BASE + 17)
 An attempt was made to add an existing interface with a different port resolver to the address resolver.
#define NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 18)
 An interface failed to resolve an address.
#define NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 19)
 An interface failed to resolve a port.
#define NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC   (NETIO_LOG_BASE + 21)
 NETIO_AddressResolver_resolve/get_next was called with an uninitialized context.
#define NETIO_LOG_AR_INVALID_TOKEN_EC   (NETIO_LOG_BASE + 22)
 An invalid token was encountered in the address string.
#define NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC   (NETIO_LOG_BASE + 23)
 The length of the address exceeded the address buffer passed in.
#define NETIO_LOG_INVALID_ADDRESS_INDEX_EC   (NETIO_LOG_BASE + 24)
 An address index was not parsed correctly.
#define NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC   (NETIO_LOG_BASE + 25)
 Illegal route operation attempted.
#define NETIO_LOG_SET_NAME_EC   (UDP_LOG_BASE + 26)
 Failed to set the name of a runtime component interface.
#define NETIO_LOG_PACKET_SET_HEAD_EC   (UDP_LOG_BASE + 27)
 Failed to set packet's head.
#define NETIO_LOG_PACKET_SET_TAIL_EC   (UDP_LOG_BASE + 28)
 Failed to set packet's tail.
#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)
 Failed to initialize packet.
#define NETIO_LOG_LOOP_DELETE_TABLE_EC   (NETIO_LOG_BASE + 100)
 Failed to delete a database table for a NETIO loopback interface.
#define NETIO_LOG_LOOP_CREATE_TABLE_EC   (NETIO_LOG_BASE + 101)
 Failed to create a database table for a NETIO loopback interface.
#define NETIO_LOG_LOOP_SELECT_TABLE_EC   (NETIO_LOG_BASE + 102)
 Failed to select a valid record when sending with the NETIO loopback interface.
#define NETIO_LOG_LOOP_FWD_EC   (NETIO_LOG_BASE + 103)
 Failed to send forward with the NETIO loopback interface.
#define NETIO_LOG_LOOP_BINDX_DB_EC   (NETIO_LOG_BASE + 104)
 Failed to bind an external interface with the NETIO loopback interface.
#define NETIO_LOG_LOOP_UNBINDX_DB_EC   (NETIO_LOG_BASE + 105)
 Failed to unbind an external interface with the NETIO loopback interface.
#define NETIO_LOG_LOOP_SET_LENGTH_EC   (NETIO_LOG_BASE + 106)
 Failed to set the length of an address sequence.
#define NETIO_LOG_LOOP_INVALID_PROPERTY_EC   (NETIO_LOG_BASE + 107)
 Invalid property passed in when creating a loopback interface.
#define NETIO_LOG_LOOP_INITIALIZE_FAILED_EC   (NETIO_LOG_BASE + 108)
 Failed to initialize the loopback interface.
#define NETIO_LOG_LOOP_CURSOR_ERROR_EC   (NETIO_LOG_BASE + 109)
 An error occurred with a cursor while iterating over a table.
#define NETIO_LOG_LOOP_INVALID_FACTORY_EC   (NETIO_LOG_BASE + 110)
 An invalid factory was passed in to create a loopback interface.
#define NETIO_LOG_LOOP_INVALID_COMPONENT_EC   (NETIO_LOG_BASE + 111)
 An invalid component was passed in to delete a loopback interface.
#define UDP_LOG_SOCKET_INIT_EC   (UDP_LOG_BASE + 200)
 Failed to initialize use of sockets.
#define UDP_LOG_GETHOSTNAME_EC   (UDP_LOG_BASE + 201)
 Failed to get the host address given the host name.
#define UDP_LOG_SOCKET_SET_MCAST_EC   (UDP_LOG_BASE + 202)
 Failed to set a socket for multicast loopback.
#define UDP_LOG_SOCKET_SET_MCASTIF_EC   (UDP_LOG_BASE + 203)
 Failed to set a socket for multicast bound to a specific interface.
#define UDP_LOG_SOCKET_CREATE_EC   (UDP_LOG_BASE + 204)
 Failed to create a new socket, the sysrc code is the OS return code and reason for failure.
#define UDP_LOG_SOCKET_SETFD_EC   (UDP_LOG_BASE + 205)
 Failed to set the close-on-exec flag for a socket.
#define UDP_LOG_SOCKET_SNDBUF_EC   (UDP_LOG_BASE + 206)
 Failed to set the socket send buffer size.
#define UDP_LOG_SOCKET_TTL_EC   (UDP_LOG_BASE + 207)
 Failed to set multicast TTL for a socket.
#define UDP_LOG_PACKET_INIT_EC   (UDP_LOG_BASE + 208)
 Failed to initialize a receive packet.
#define UDP_LOG_PACKET_HEAD_EC   (UDP_LOG_BASE + 209)
 Failed to set the head of a receive packet.
#define UDP_LOG_PACKET_FWD_EC   (UDP_LOG_BASE + 210)
 Failed reception upstream for a received packet.
#define UDP_LOG_NAT_DELETE_EC   (UDP_LOG_BASE + 211)
 Failed to delete a database record or index from an internal NAT.
#define UDP_LOG_FINALIZE_EC   (UDP_LOG_BASE + 212)
 Failed to finalize the parent NETIO interface.
#define UDP_LOG_SOCKET_REUSE_PORT_EC   (UDP_LOG_BASE + 213)
 Failed to set socket to reuse a port or address.
#define UDP_LOG_SOCKET_BIND_EC   (UDP_LOG_BASE + 214)
 Failed a socket bind.
#define UDP_LOG_SOCKET_ADDGRP_EC   (UDP_LOG_BASE + 215)
 Failed to add membership to a multicast group for a socket.
#define UDP_LOG_PORT_ENTRY_EC   (UDP_LOG_BASE + 216)
 Failed to create a bind entry for a receive port.
#define UDP_LOG_PORT_ALLOC_EC   (UDP_LOG_BASE + 217)
 Failed to allocate memory for a receive buffer of a specific port.
#define UDP_LOG_SOCKET_RXBUF_EC   (UDP_LOG_BASE + 218)
 Failed to set the receive buffer size of a socket.
#define UDP_LOG_PORT_ADD_EC   (UDP_LOG_BASE + 219)
 Failed to add a port entry record to a database table.
#define UDP_LOG_PORT_THREAD_EC   (UDP_LOG_BASE + 220)
 Failed to create a receive thread for a receive port.
#define UDP_LOG_SOCKET_IFLIST_EC   (UDP_LOG_BASE + 221)
 Failed to get a list of interface addresses.
#define UDP_LOG_SOCKET_IFFLAGS_EC   (UDP_LOG_BASE + 222)
 Failed to get the network interface flags or mask of a socket.
#define UDP_LOG_SOCKET_CLOSE_EC   (UDP_LOG_BASE + 223)
 Failed to close a socket.
#define UDP_LOG_LOADLIB_EC   (UDP_LOG_BASE + 224)
 Failed to load a dynamic library.
#define UDP_LOG_GET_BUF_SIZE_EC   (UDP_LOG_BASE + 225)
 Failed to get interface buffer size.
#define UDP_LOG_GET_BUF_ALLOC_EC   (UDP_LOG_BASE + 226)
 Out of memory to allocate interface buffer.
#define UDP_LOG_GET_IFLIST_EC   (UDP_LOG_BASE + 227)
 Failed to get an interface list.
#define UDP_LOG_GET_NAMEINFO_EC   (UDP_LOG_BASE + 228)
 Failed getnameinfo()
#define UDP_LOG_MULTICAST_ENABLE_EC   (UDP_LOG_BASE + 229)
 Failed to enable multicast loopback.
#define UDP_LOG_UDP_CREATE_TABLE_EC   (UDP_LOG_BASE + 230)
 Failed to create a database table for a UDP interface.
#define UDP_LOG_UDP_CREATE_INDEX_EC   (UDP_LOG_BASE + 231)
 Failed to create an index for a UDP interface.
#define UDP_LOG_RECORD_EC   (UDP_LOG_BASE + 232)
 Failed to create or insert a database record for a UDP interface.
#define UDP_LOG_PROPERTY_FINALIZE_EC   (UDP_LOG_BASE + 233)
 Failed to finalize UDP interface factory property.
#define UDP_LOG_ALLOC_EC   (UDP_LOG_BASE + 234)
 Failed to allocate memory for a UDP interface.
#define UDP_LOG_SEND_PING_EC   (UDP_LOG_BASE + 235)
 Failed sending a ping message, upon adding a route or waking up a receive thread.
#define UDP_LOG_DROPGRP_EC   (UDP_LOG_BASE + 236)
 Failed to drop membership from a multicast group.
#define UDP_LOG_GET_LENGTH_EC   (UDP_LOG_BASE + 237)
 Length of address sequence exceeds its maximum.
#define UDP_LOG_SET_LENGTH_EC   (UDP_LOG_BASE + 240)
 Failed to set the length of an address sequence.
#define UDP_LOG_WSA_STARTUP_EC   (UDP_LOG_BASE + 241)
 Failed WSAStartup()
#define UDP_LOG_WINSOCK_INCOMPATIBLE_EC   (UDP_LOG_BASE + 242)
 Incompatible version of Winsock, must not be older than 2.0.
#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC   (UDP_LOG_BASE + 243)
 Inconsistent max_message_size.
#define UDP_LOG_INITIALIZE_FAILED_EC   (UDP_LOG_BASE + 244)
 Failed to initialized the loopback interface.
#define UDP_LOG_PORT_NOT_FOUND_EC   (UDP_LOG_BASE + 245)
 Did not find the specified thread port.
#define UDP_LOG_CURSOR_ERROR_EC   (UDP_LOG_BASE + 246)
 An error occurred while iterating over a cursor.
#define UDP_LOG_SEND_ERROR_EC   (UDP_LOG_BASE + 247)
 Failed to send message.
#define UDP_LOG_MULTICAST_NOT_ENABLED_EC   (UDP_LOG_BASE + 248)
 Multicast address ignored because multicast supported is not compiled in.
#define UDP_LOG_TRANSPORT_NO_INTERFACES_EC   (UDP_LOG_BASE + 249)
 Transport does not have any interfaces. UDP configuration might be wrong.
#define UDP_LOG_RECV_ERROR_EC   (UDP_LOG_BASE + 250)
 Failed to receive message.
#define UDP_TRANSFORM_LOG_INVALID_FACTORY_REFERENCE_EC   (UDP_LOG_BASE + 300)
 The returned factory reference is NULL.
#define UDP_TRANSFORM_LOG_FACTORY_NOT_FOUND_EC   (UDP_LOG_BASE + 301)
 Could not find the factory used as part of a transform rule.
#define UDP_TRANSFORM_LOG_ALLOC_EC   (UDP_LOG_BASE + 302)
 Failed to allocate entry of the specified kind.
#define UDP_TRANSFORM_LOG_CREATE_EC   (UDP_LOG_BASE + 303)
 Failed to create a transformation of the specified kind.
#define UDP_TRANSFORM_LOG_ADD_EC   (UDP_LOG_BASE + 304)
 Failed to add object of specified kind.
#define UDP_TRANSFORM_LOG_FIND_EC   (UDP_LOG_BASE + 305)
 Failed to find a transformation.
#define UDP_TRANSFORM_LOG_DUPLICATE_EC   (UDP_LOG_BASE + 306)
 Duplicate object.
#define UDP_TRANSFORM_LOG_TRANSFORM_EC   (UDP_LOG_BASE + 307)
 Source or destination transformation function failed.
#define UDP_TRANSFORM_LOG_INVALID_UDP_MODE_EC   (UDP_LOG_BASE + 308)
 Invalid UDP mode specified.
#define UDP_TRANSFORM_LOG_INVALID_TUDP_LOCATOR_KIND_EC   (UDP_LOG_BASE + 309)
 Invalid transformation UDP locator kind specified.
#define SDM_LOG_MEMPOOL_LOCK_FAILED_EC   (SDM_LOG_BASE + 1)
 Failed to lock MemPool.
#define SDM_LOG_MEMPOOL_UNLOCK_FAILED_EC   (SDM_LOG_BASE + 2)
 Failed to unlock MemPool.
#define SDM_LOG_MEMPOOL_ALLOC_FAILED_EC   (SDM_LOG_BASE + 3)
 Failed to allocate MemPool.
#define SDM_LOG_MEMMGR_ALLOC_FAILED_EC   (SDM_LOG_BASE + 4)
 Failed to allocate resources for Shared Data Manager.
#define SDM_LOG_DW_MGR_INIT_FAILED_EC   (SDM_LOG_BASE + 5)
 Failed to init DataWriterShmManager.
#define SDM_LOG_MEMPOOL_INIT_FAILED_EC   (SDM_LOG_BASE + 6)
 Failed to init MemPool.
#define SDM_LOG_FAILED_TO_GET_BUFFER_EC   (SDM_LOG_BASE + 7)
 Failed to get buffer from memory pool when finding a segment.
#define MEMMGR_LOG_MEMADMIN_FAILED_TO_MAP_SEGMENT_EC   (SDM_LOG_BASE + 8)
 Failure to map remote segment into memory manager.
#define SDM_LOG_FAILED_TO_DEL_SEGMENT_EC   (SDM_LOG_BASE + 9)
 Failure to delete segment.
#define SDM_LOG_ADD_REMOTE_SEG_LIST_EC   (SDM_LOG_BASE + 10)
 Failure to add segment to segment list when finding segment.
#define SDM_LOG_REMOVE_FROM_REMOTE_SEG_LIST_EC   (SDM_LOG_BASE + 11)
 Failure to remove segment to remote segment list when finding segment.
#define SDM_LOG_MEMADMIN_MAP_SEGMENT_ATTACH_FAILED_EC   (SDM_LOG_BASE + 12)
 Failure to attach to segment which the middleware is trying to map in.
#define SDM_LOG_MEMADMIN_NO_SPACE_REMOTE_SEGMENT_EC   (SDM_LOG_BASE + 13)
 DataReader Shared Memory Manager cannot map in any additional remote segments.
#define SDM_LOG_FAILED_TO_CREATE_SEGMENT_EC   (SDM_LOG_BASE + 14)
 Memory Admin failed to create segment.
#define SDM_LOG_MEMPOOL_SEGMENT_CREATION_FAILED_EC   (SDM_LOG_BASE + 15)
 Failed to create a shared memory segment for a single buffer.
#define SDM_LOG_MEMPOOL_FAILED_TO_EXTEND_EC   (SDM_LOG_BASE + 16)
 Failed to extend memory pool.
#define SDM_LOG_FAILED_TO_DELETE_SEGMENT_EC   (SDM_LOG_BASE + 17)
 Memory Admin is cannot map in any additional remote segments.
#define SDM_LOG_FAILED_TO_DETACH_SEGMENT_EC   (SDM_LOG_BASE + 18)
 Failed to detach segment from DataReader Shared Memory Manager.
#define MEMMGR_LOG_MEMADMIN_INVALID_PROPERTY_EC   (SDM_LOG_BASE + 19)
 MemAdmin is cannot map in any additional remote segments.
#define SDM_LOG_BUF_POOL_CREATION_FAILED_EC   (SDM_LOG_BASE + 20)
 Failed to create segment buffer pool.
#define SDM_MEMMGR_LOG_IDX_CREATION_FAILED_EC   (SDM_LOG_BASE + 21)
 Failed to create indexer for indexing segments.
#define SDM_LOG_ILLEGAL_BUFFER_STATE_EC   (SDM_LOG_BASE + 22)
 Failed to create lock used to protect the MemAdmin.
#define SDM_LOG_MEMPOOL_LOCK_CREATION_FAILED_EC   (SDM_LOG_BASE + 23)
 Failed to create lock used to protect the MemPool.
#define SDM_LOG_FAILED_TO_GET_TIME_EC   (SDM_LOG_BASE + 26)
 Failure when trying to get time for shared memory segment epoch.
#define SDM_LOG_SEGMENT_NOT_ALIGNED_EC   (SDM_LOG_BASE + 27)
 Address residing in shared memory segment not.
#define SDM_LOG_DW_MEMMGR_MEMPOOL_DELETION_FAILED_EC   (SDM_LOG_BASE + 28)
 Failed to delete mempool.
#define SDM_LOG_DW_MEMMGR_MEMPOOL_CREATION_FAILED_EC   (SDM_LOG_BASE + 29)
 Failed to create mempool.
#define SDM_LOG_DW_OUT_OF_AVAILABLE_SEGMENTS_EC   (SDM_LOG_BASE + 30)
 Datawriter Shared Data manager out of available segments.
#define SDM_LOG_EVICTION_FAILED_EC   (SDM_LOG_BASE + 31)
 Failed to evict a mapped segment out of the DataReader Shared Data.
#define SDM_LOG_SEGMENT_EVICTED_EC   (SDM_LOG_BASE + 32)
 A segment is being evicted from the DataReader shared data manager. This means that we reached the maximum allowable segments that a DataReader can attach to. This is similar to "thrashing" and will cause degraded performance.
#define SDM_LOG_SEGMENT_COOKIE_EC   (SDM_LOG_BASE + 33)
 Incompatible segment cookie.
#define SDM_LOG_SEGMENT_VERSION_EC   (SDM_LOG_BASE + 34)
 Incompatible segment version.
#define SDM_FAILED_ALLOCATE_SEGMENT_SINGLE_SAMPLE_EC   (SDM_LOG_BASE + 35)
 Failed to allocate a segment for a single sample.
#define SDM_FAILED_TO_UNMAP_SEGMENT_EC   (SDM_LOG_BASE + 36)
 Failed to unmap segment from DataReader shared memory manager.
#define SDM_DECREMENT_REFERENCE_EC   (SDM_LOG_BASE + 37)
 Unexpected situation when decrementing a ref_count a reference in use by a DataReader.
#define SDM_USER_TYPE_TOO_BIG_EC   (SDM_LOG_BASE + 38)
 Size of user sample is exceeding the 2 GB limit in use by a DataReader.
#define SDM_LOG_SERIALIZE_EC   (SDM_LOG_BASE + 39)
 Error occurred during serialization.
#define SDM_LOG_DESERIALIZE_EC   (SDM_LOG_BASE + 40)
 Error occurred during deserialization.
#define SDM_LOG_SAMPLE_STATE_EC   (SDM_LOG_BASE + 41)
 Something went wrong when using sample state. This should never go wrong.
#define NETIO_SHMEM_LOG_DELETE_TABLE_EC   (SHMEM_LOG_BASE + 1)
 Failed to delete a database table for a NETIO shared memory interface.
#define NETIO_SHMEM_LOG_CREATE_TABLE_EC   (SHMEM_LOG_BASE + 2)
 Failed to create a database table for a NETIO shared memory interface.
#define NETIO_SHMEM_LOG_SELECT_TABLE_EC   (SHMEM_LOG_BASE + 3)
 Failed to select a valid record when sending with the NETIO shared memory.
#define NETIO_SHMEM_LOG_FWD_EC   (SHMEM_LOG_BASE + 4)
 Failed to send forward with the NETIO shared memory interface.
#define NETIO_SHMEM_LOG_BINDX_DB_EC   (SHMEM_LOG_BASE + 5)
 Failed to bind an external interface with the NETIO shared memory interface.
#define NETIO_SHMEM_LOG_UNBINDX_DB_EC   (SHMEM_LOG_BASE + 6)
 Failed to unbind an external interface with the NETIO shared memory interface.
#define NETIO_SHMEM_LOG_SET_LENGTH_EC   (SHMEM_LOG_BASE + 7)
 Failed to set the length of an address sequence.
#define NETIO_SHMEM_LOG_INVALID_PROPERTY_EC   (SHMEM_LOG_BASE + 8)
 Invalid property passed in when creating a shared memory interface.
#define NETIO_SHMEM_LOG_INITIALIZE_FAILED_EC   (SHMEM_LOG_BASE + 9)
 Failed to initialize the shared memory interface.
#define NETIO_SHMEM_LOG_CURSOR_ERROR_EC   (SHMEM_LOG_BASE + 10)
 An error occurred with a cursor while iterating over a table.
#define NETIO_SHMEM_LOG_INVALID_FACTORY_EC   (SHMEM_LOG_BASE + 11)
 An invalid factory was passed in to create a shared memory interface.
#define NETIO_SHMEM_LOG_INVALID_COMPONENT_EC   (SHMEM_LOG_BASE + 12)
 An invalid component was passed in to delete a shared memory interface.
#define NETIO_SHMEM_LOG_INCOMPATIBLE_COOKIE_EC   (SHMEM_LOG_BASE + 13)
 Found incompatible cookie in shared memory header.
#define NETIO_SHMEM_LOG_INCOMPATIBLE_VERSION_EC   (SHMEM_LOG_BASE + 14)
 Found incompatible major version in shared memory header.
#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_SIZE_EC   (SHMEM_LOG_BASE + 15)
 Found incompatible header size in shared memory header.
#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_EC   (SHMEM_LOG_BASE + 16)
 Attempted to attach to shared memory header transport concurrent queue that is incompatible.
#define NETIO_SHMEM_LOG_ADDRESS_IN_USE_EC   (SHMEM_LOG_BASE + 17)
 Failed to create or attach to a shared memory segment.
#define NETIO_SHMEM_LOG_CHECK_SYSTEM_SETTINGS_EC   (SHMEM_LOG_BASE + 18)
 Possible failure due to misconfigured system settings on Darwin operating systems.
#define NETIO_SHMEM_LOG_SHMEM_MUTEX_LOCK_FAILED_EC   (SHMEM_LOG_BASE + 19)
 Failed to lock shared memory mutex protecting the shared memory segment.
#define NETIO_SHMEM_LOG_SHMEM_MUTEX_UNLOCK_FAILED_EC   (SHMEM_LOG_BASE + 20)
 Failed to unlock shared memory mutex protecting the shared memory segment.
#define NETIO_SHMEM_LOG_FAILED_TO_ALLOCATE_STRUCT_EC   (SHMEM_LOG_BASE + 21)
 Failed to allocate memory needed by shared memory transport.
#define NETIO_SHMEM_LOG_FAILED_TO_INITIALIZE_EC   (SHMEM_LOG_BASE + 22)
 Failed to initialize shared memory transport.
#define NETIO_SHMEM_LOG_CREATE_ATTACH_INFINITE_EC   (SHMEM_LOG_BASE + 23)
 Failed to create or attach. Possible shared memory key conflict.
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_MUTEX_EC   (SHMEM_LOG_BASE + 24)
 Failed to create a new shared memory mutex or failed to attach to an existing one.
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SIG_SEM_EC   (SHMEM_LOG_BASE + 25)
 Failed to create signaling semaphore. A Domain Participant's shared memory transport blocks on a signaling semaphore when waiting for data.
#define NETIO_SHMEM_LOG_FAILED_TAKE_SIGN_SEM_EC   (SHMEM_LOG_BASE + 27)
 Failed to take a shared memory signaling semaphore.
#define NETIO_SHMEM_LOG_SIG_SEM_SIGNAL_FAILED_EC   (SHMEM_LOG_BASE + 28)
 Failed to give a shared memory signaling semaphore.
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SEGMENT_ADDR_EC   (SHMEM_LOG_BASE + 29)
 Failed to attach to a shared memory segment because it doesn't exist.
#define NETIO_SHMEM_LOG_PACKET_INIT_EC   (SHMEM_LOG_BASE + 30)
 Failed to initialize a receive packet.
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 31)
 Failed to create a concurrent queue.
#define NETIO_SHMEM_LOG_FAILED_TO_ATTACH_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 32)
 Failed to attach to a concurrent queue.
#define NETIO_SHMEM_LOG_INCOMPATIBLE_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 33)
 Attempting to attach to an incompatible concurrent queue with incompatible message_size_max.
#define NETIO_SHMEM_LOG_FAILED_TO_GET_TIMESTAMP_EC   (SHMEM_LOG_BASE + 33)
 Failed to get timestamp.
#define NETIO_SHMEM_LOG_NONFATAL_SIG_SEM_RC_EC   (SHMEM_LOG_BASE + 34)
 Failed to unlock shared memory mutex.
#define NETIO_SHMEM_LOG_INCONSISTENT_MESSAGE_SIZE_EC   (SHMEM_LOG_BASE + 35)
 Failed to unlock shared memory mutex.
#define NETIO_SHMEM_LOG_RECORD_EC   (SHMEM_LOG_BASE + 36)
 Database operation on record failed.
#define NETIO_SHMEM_LOG_PACKET_HEAD_EC   (SHMEM_LOG_BASE + 37)
 Failed to set packet head.
#define NETIO_SHMEM_LOG_PACKET_FWD_EC   (SHMEM_LOG_BASE + 38)
 Failed reception upstream for a received packet.
#define NETIO_SHMEM_LOG_QUEUE_FULL_EC   (SHMEM_LOG_BASE + 39)
 Failed reception upstream for a received packet.
#define NETIO_SHMEM_LOG_ROUTE_LOOKUP_FAILED_EC   (SHMEM_LOG_BASE + 40)
 Failed to evict find an entry in the route table.
#define NETIO_SHMEM_LOG_ROUTE_DELETE_FAILED_EC   (SHMEM_LOG_BASE + 41)
 Failed to delete an entry from the route table.

Detailed Description

Network I/O. ModuleID = 4.


Macro Definition Documentation

#define NETIO_LOG_GETHOST_BYNAME_EC   (NETIO_LOG_BASE + 1)

Failed to get host address from a string representation.

#define NETIO_LOG_BIND_NEW_EC   (NETIO_LOG_BASE + 2)

Failed to allocate memory for a bind-resolver.

#define NETIO_LOG_BIND_NEW_RTABLE_EC   (NETIO_LOG_BASE + 3)

Failed to create a database table for routes of a bind-resolver.

#define NETIO_LOG_BIND_CREATE_RTABLE_EC   (NETIO_LOG_BASE + 4)

Failed to create route record.

May have exceeded DomainParticipantQos.resource_limits.max_receive_ports or DomainParticipantQos.resource_limits.local_writer_allocation

#define NETIO_LOG_BIND_DELETE_RTABLE_EC   (NETIO_LOG_BASE + 5)

Failed to delete a database table for routes of a bind_resolver.

#define NETIO_LOG_BIND_SET_LENGTH_EC   (NETIO_LOG_BASE + 6)

Failed to set the length for a sequence of resolved addresses.

#define NETIO_LOG_BIND_SET_MAX_EC   (NETIO_LOG_BASE + 7)

Failed to set the maximum length of an internal sequence of addresses.

#define NETIO_LOG_BIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 8)

An interface failed on bind_external.

#define NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 10)

An interface failed on unbind_external.

#define NETIO_LOG_ROUTE_RTABLE_ALLOC_EC   (NETIO_LOG_BASE + 11)

Failed to allocate memory for a route resolver.

#define NETIO_LOG_ROUTE_RTABLE_CREATE_EC   (NETIO_LOG_BASE + 12)

Failed to create a database table for routes of a route-resolver.

#define NETIO_LOG_ROUTE_RTABLE_DELETE_EC   (NETIO_LOG_BASE + 13)

Failed to delete a database table for routes of a route-resolver.

#define NETIO_LOG_ROUTE_RTABLE_ADD_EC   (NETIO_LOG_BASE + 14)

Failed to create route resolver record.

May have exceeded DomainParticipantQos.resource_limits.max_destination_ports

#define NETIO_LOG_ROUTE_RTABLE_UPDATE_EC   (NETIO_LOG_BASE + 15)

Failed to find routes to update for a route-resolver.

#define NETIO_LOG_AR_ALLOC_FAILED_EC   (NETIO_LOG_BASE + 16)

Failed to allocate memory for address resolver.

#define NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC   (NETIO_LOG_BASE + 17)

An attempt was made to add an existing interface with a different port resolver to the address resolver.

#define NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 18)

An interface failed to resolve an address.

#define NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 19)

An interface failed to resolve a port.

#define NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC   (NETIO_LOG_BASE + 21)

NETIO_AddressResolver_resolve/get_next was called with an uninitialized context.

#define NETIO_LOG_AR_INVALID_TOKEN_EC   (NETIO_LOG_BASE + 22)

An invalid token was encountered in the address string.

#define NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC   (NETIO_LOG_BASE + 23)

The length of the address exceeded the address buffer passed in.

#define NETIO_LOG_INVALID_ADDRESS_INDEX_EC   (NETIO_LOG_BASE + 24)

An address index was not parsed correctly.

When parsing an address string the index was not specified correctly. Legal formats are: N@ [,N]@ [N]@ [M,N]@

Where N and M are integers >= 0

#define NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC   (NETIO_LOG_BASE + 25)

Illegal route operation attempted.

#define NETIO_LOG_SET_NAME_EC   (UDP_LOG_BASE + 26)

Failed to set the name of a runtime component interface.

#define NETIO_LOG_PACKET_SET_HEAD_EC   (UDP_LOG_BASE + 27)

Failed to set packet's head.

NETIO_Packet_set_head() failed, due to an invalid delta that would have moved the head position out-of-bounds of the packet.

#define NETIO_LOG_PACKET_SET_TAIL_EC   (UDP_LOG_BASE + 28)

Failed to set packet's tail.

NETIO_Packet_set_tail() failed, due to an invalid delta that would have moved the tail position out-of-bounds of the packet.

#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)

Failed to initialize packet.

NETIO_Packet_initialize() failed due to invalid arguments

#define NETIO_LOG_LOOP_DELETE_TABLE_EC   (NETIO_LOG_BASE + 100)

Failed to delete a database table for a NETIO loopback interface.

#define NETIO_LOG_LOOP_CREATE_TABLE_EC   (NETIO_LOG_BASE + 101)

Failed to create a database table for a NETIO loopback interface.

#define NETIO_LOG_LOOP_SELECT_TABLE_EC   (NETIO_LOG_BASE + 102)

Failed to select a valid record when sending with the NETIO loopback interface.

#define NETIO_LOG_LOOP_FWD_EC   (NETIO_LOG_BASE + 103)

Failed to send forward with the NETIO loopback interface.

#define NETIO_LOG_LOOP_BINDX_DB_EC   (NETIO_LOG_BASE + 104)

Failed to bind an external interface with the NETIO loopback interface.

#define NETIO_LOG_LOOP_UNBINDX_DB_EC   (NETIO_LOG_BASE + 105)

Failed to unbind an external interface with the NETIO loopback interface.

#define NETIO_LOG_LOOP_SET_LENGTH_EC   (NETIO_LOG_BASE + 106)

Failed to set the length of an address sequence.

#define NETIO_LOG_LOOP_INVALID_PROPERTY_EC   (NETIO_LOG_BASE + 107)

Invalid property passed in when creating a loopback interface.

#define NETIO_LOG_LOOP_INITIALIZE_FAILED_EC   (NETIO_LOG_BASE + 108)

Failed to initialize the loopback interface.

#define NETIO_LOG_LOOP_CURSOR_ERROR_EC   (NETIO_LOG_BASE + 109)

An error occurred with a cursor while iterating over a table.

#define NETIO_LOG_LOOP_INVALID_FACTORY_EC   (NETIO_LOG_BASE + 110)

An invalid factory was passed in to create a loopback interface.

#define NETIO_LOG_LOOP_INVALID_COMPONENT_EC   (NETIO_LOG_BASE + 111)

An invalid component was passed in to delete a loopback interface.

#define UDP_LOG_SOCKET_INIT_EC   (UDP_LOG_BASE + 200)

Failed to initialize use of sockets.

#define UDP_LOG_GETHOSTNAME_EC   (UDP_LOG_BASE + 201)

Failed to get the host address given the host name.

#define UDP_LOG_SOCKET_SET_MCAST_EC   (UDP_LOG_BASE + 202)

Failed to set a socket for multicast loopback.

#define UDP_LOG_SOCKET_SET_MCASTIF_EC   (UDP_LOG_BASE + 203)

Failed to set a socket for multicast bound to a specific interface.

#define UDP_LOG_SOCKET_CREATE_EC   (UDP_LOG_BASE + 204)

Failed to create a new socket, the sysrc code is the OS return code and reason for failure.

#define UDP_LOG_SOCKET_SETFD_EC   (UDP_LOG_BASE + 205)

Failed to set the close-on-exec flag for a socket.

#define UDP_LOG_SOCKET_SNDBUF_EC   (UDP_LOG_BASE + 206)

Failed to set the socket send buffer size.

#define UDP_LOG_SOCKET_TTL_EC   (UDP_LOG_BASE + 207)

Failed to set multicast TTL for a socket.

#define UDP_LOG_PACKET_INIT_EC   (UDP_LOG_BASE + 208)

Failed to initialize a receive packet.

#define UDP_LOG_PACKET_HEAD_EC   (UDP_LOG_BASE + 209)

Failed to set the head of a receive packet.

#define UDP_LOG_PACKET_FWD_EC   (UDP_LOG_BASE + 210)

Failed reception upstream for a received packet.

#define UDP_LOG_NAT_DELETE_EC   (UDP_LOG_BASE + 211)

Failed to delete a database record or index from an internal NAT.

#define UDP_LOG_FINALIZE_EC   (UDP_LOG_BASE + 212)

Failed to finalize the parent NETIO interface.

#define UDP_LOG_SOCKET_REUSE_PORT_EC   (UDP_LOG_BASE + 213)

Failed to set socket to reuse a port or address.

#define UDP_LOG_SOCKET_BIND_EC   (UDP_LOG_BASE + 214)

Failed a socket bind.

#define UDP_LOG_SOCKET_ADDGRP_EC   (UDP_LOG_BASE + 215)

Failed to add membership to a multicast group for a socket.

#define UDP_LOG_PORT_ENTRY_EC   (UDP_LOG_BASE + 216)

Failed to create a bind entry for a receive port.

#define UDP_LOG_PORT_ALLOC_EC   (UDP_LOG_BASE + 217)

Failed to allocate memory for a receive buffer of a specific port.

#define UDP_LOG_SOCKET_RXBUF_EC   (UDP_LOG_BASE + 218)

Failed to set the receive buffer size of a socket.

#define UDP_LOG_PORT_ADD_EC   (UDP_LOG_BASE + 219)

Failed to add a port entry record to a database table.

#define UDP_LOG_PORT_THREAD_EC   (UDP_LOG_BASE + 220)

Failed to create a receive thread for a receive port.

#define UDP_LOG_SOCKET_IFLIST_EC   (UDP_LOG_BASE + 221)

Failed to get a list of interface addresses.

#define UDP_LOG_SOCKET_IFFLAGS_EC   (UDP_LOG_BASE + 222)

Failed to get the network interface flags or mask of a socket.

#define UDP_LOG_SOCKET_CLOSE_EC   (UDP_LOG_BASE + 223)

Failed to close a socket.

#define UDP_LOG_LOADLIB_EC   (UDP_LOG_BASE + 224)

Failed to load a dynamic library.

#define UDP_LOG_GET_BUF_SIZE_EC   (UDP_LOG_BASE + 225)

Failed to get interface buffer size.

#define UDP_LOG_GET_BUF_ALLOC_EC   (UDP_LOG_BASE + 226)

Out of memory to allocate interface buffer.

#define UDP_LOG_GET_IFLIST_EC   (UDP_LOG_BASE + 227)

Failed to get an interface list.

#define UDP_LOG_GET_NAMEINFO_EC   (UDP_LOG_BASE + 228)

Failed getnameinfo()

#define UDP_LOG_MULTICAST_ENABLE_EC   (UDP_LOG_BASE + 229)

Failed to enable multicast loopback.

#define UDP_LOG_UDP_CREATE_TABLE_EC   (UDP_LOG_BASE + 230)

Failed to create a database table for a UDP interface.

#define UDP_LOG_UDP_CREATE_INDEX_EC   (UDP_LOG_BASE + 231)

Failed to create an index for a UDP interface.

#define UDP_LOG_RECORD_EC   (UDP_LOG_BASE + 232)

Failed to create or insert a database record for a UDP interface.

#define UDP_LOG_PROPERTY_FINALIZE_EC   (UDP_LOG_BASE + 233)

Failed to finalize UDP interface factory property.

#define UDP_LOG_ALLOC_EC   (UDP_LOG_BASE + 234)

Failed to allocate memory for a UDP interface.

#define UDP_LOG_SEND_PING_EC   (UDP_LOG_BASE + 235)

Failed sending a ping message, upon adding a route or waking up a receive thread.

#define UDP_LOG_DROPGRP_EC   (UDP_LOG_BASE + 236)

Failed to drop membership from a multicast group.

#define UDP_LOG_GET_LENGTH_EC   (UDP_LOG_BASE + 237)

Length of address sequence exceeds its maximum.

#define UDP_LOG_SET_LENGTH_EC   (UDP_LOG_BASE + 240)

Failed to set the length of an address sequence.

#define UDP_LOG_WSA_STARTUP_EC   (UDP_LOG_BASE + 241)

Failed WSAStartup()

#define UDP_LOG_WINSOCK_INCOMPATIBLE_EC   (UDP_LOG_BASE + 242)

Incompatible version of Winsock, must not be older than 2.0.

#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC   (UDP_LOG_BASE + 243)

Inconsistent max_message_size.

UDP_InterfaceProperty.max_message_size is set to an inconsistent value, larger than UDP_InterfaceProperty.max_send_buffer_size and/or larger than UDP_InterfaceProperty.max_receive_buffer_size .

#define UDP_LOG_INITIALIZE_FAILED_EC   (UDP_LOG_BASE + 244)

Failed to initialized the loopback interface.

#define UDP_LOG_PORT_NOT_FOUND_EC   (UDP_LOG_BASE + 245)

Did not find the specified thread port.

#define UDP_LOG_CURSOR_ERROR_EC   (UDP_LOG_BASE + 246)

An error occurred while iterating over a cursor.

#define UDP_LOG_SEND_ERROR_EC   (UDP_LOG_BASE + 247)

Failed to send message.

A message could not be sent due to system error

#define UDP_LOG_MULTICAST_NOT_ENABLED_EC   (UDP_LOG_BASE + 248)

Multicast address ignored because multicast supported is not compiled in.

A multicast address was specified as an address, but multicast support has not been enabled with NETIO_CONFIG_ENABLE_MULTICAST in netio_config.h

#define UDP_LOG_TRANSPORT_NO_INTERFACES_EC   (UDP_LOG_BASE + 249)

Transport does not have any interfaces. UDP configuration might be wrong.

#define UDP_LOG_RECV_ERROR_EC   (UDP_LOG_BASE + 250)

Failed to receive message.

A message could not be received due to system error

#define UDP_TRANSFORM_LOG_INVALID_FACTORY_REFERENCE_EC   (UDP_LOG_BASE + 300)

The returned factory reference is NULL.

This error indicates that the system has run out of memory

#define UDP_TRANSFORM_LOG_FACTORY_NOT_FOUND_EC   (UDP_LOG_BASE + 301)

Could not find the factory used as part of a transform rule.

This error indicates that a factory for the specified rule has not been registered before the UDP transport is registered.

#define UDP_TRANSFORM_LOG_ALLOC_EC   (UDP_LOG_BASE + 302)

Failed to allocate entry of the specified kind.

#define UDP_TRANSFORM_LOG_CREATE_EC   (UDP_LOG_BASE + 303)

Failed to create a transformation of the specified kind.

#define UDP_TRANSFORM_LOG_ADD_EC   (UDP_LOG_BASE + 304)

Failed to add object of specified kind.

#define UDP_TRANSFORM_LOG_FIND_EC   (UDP_LOG_BASE + 305)

Failed to find a transformation.

#define UDP_TRANSFORM_LOG_DUPLICATE_EC   (UDP_LOG_BASE + 306)

Duplicate object.

#define UDP_TRANSFORM_LOG_TRANSFORM_EC   (UDP_LOG_BASE + 307)

Source or destination transformation function failed.

#define UDP_TRANSFORM_LOG_INVALID_UDP_MODE_EC   (UDP_LOG_BASE + 308)

Invalid UDP mode specified.

#define UDP_TRANSFORM_LOG_INVALID_TUDP_LOCATOR_KIND_EC   (UDP_LOG_BASE + 309)

Invalid transformation UDP locator kind specified.

UDP_InterfaceFactoryProperty::transform_locator_kind must be greater or equal than NETIO_ADDRESS_KIND_USER and not equal to NETIO_ADDRESS_KIND_SHMEM or NETIO_ADDRESS_KIND_INTRA.

#define SDM_LOG_MEMPOOL_LOCK_FAILED_EC   (SDM_LOG_BASE + 1)

Failed to lock MemPool.

#define SDM_LOG_MEMPOOL_UNLOCK_FAILED_EC   (SDM_LOG_BASE + 2)

Failed to unlock MemPool.

#define SDM_LOG_MEMPOOL_ALLOC_FAILED_EC   (SDM_LOG_BASE + 3)

Failed to allocate MemPool.

#define SDM_LOG_MEMMGR_ALLOC_FAILED_EC   (SDM_LOG_BASE + 4)

Failed to allocate resources for Shared Data Manager.

#define SDM_LOG_DW_MGR_INIT_FAILED_EC   (SDM_LOG_BASE + 5)

Failed to init DataWriterShmManager.

#define SDM_LOG_MEMPOOL_INIT_FAILED_EC   (SDM_LOG_BASE + 6)

Failed to init MemPool.

#define SDM_LOG_FAILED_TO_GET_BUFFER_EC   (SDM_LOG_BASE + 7)

Failed to get buffer from memory pool when finding a segment.

#define MEMMGR_LOG_MEMADMIN_FAILED_TO_MAP_SEGMENT_EC   (SDM_LOG_BASE + 8)

Failure to map remote segment into memory manager.

#define SDM_LOG_FAILED_TO_DEL_SEGMENT_EC   (SDM_LOG_BASE + 9)

Failure to delete segment.

#define SDM_LOG_ADD_REMOTE_SEG_LIST_EC   (SDM_LOG_BASE + 10)

Failure to add segment to segment list when finding segment.

#define SDM_LOG_REMOVE_FROM_REMOTE_SEG_LIST_EC   (SDM_LOG_BASE + 11)

Failure to remove segment to remote segment list when finding segment.

#define SDM_LOG_MEMADMIN_MAP_SEGMENT_ATTACH_FAILED_EC   (SDM_LOG_BASE + 12)

Failure to attach to segment which the middleware is trying to map in.

#define SDM_LOG_MEMADMIN_NO_SPACE_REMOTE_SEGMENT_EC   (SDM_LOG_BASE + 13)

DataReader Shared Memory Manager cannot map in any additional remote segments.

#define SDM_LOG_FAILED_TO_CREATE_SEGMENT_EC   (SDM_LOG_BASE + 14)

Memory Admin failed to create segment.

#define SDM_LOG_MEMPOOL_SEGMENT_CREATION_FAILED_EC   (SDM_LOG_BASE + 15)

Failed to create a shared memory segment for a single buffer.

#define SDM_LOG_MEMPOOL_FAILED_TO_EXTEND_EC   (SDM_LOG_BASE + 16)

Failed to extend memory pool.

#define SDM_LOG_FAILED_TO_DELETE_SEGMENT_EC   (SDM_LOG_BASE + 17)

Memory Admin is cannot map in any additional remote segments.

#define SDM_LOG_FAILED_TO_DETACH_SEGMENT_EC   (SDM_LOG_BASE + 18)

Failed to detach segment from DataReader Shared Memory Manager.

#define MEMMGR_LOG_MEMADMIN_INVALID_PROPERTY_EC   (SDM_LOG_BASE + 19)

MemAdmin is cannot map in any additional remote segments.

#define SDM_LOG_BUF_POOL_CREATION_FAILED_EC   (SDM_LOG_BASE + 20)

Failed to create segment buffer pool.

#define SDM_MEMMGR_LOG_IDX_CREATION_FAILED_EC   (SDM_LOG_BASE + 21)

Failed to create indexer for indexing segments.

#define SDM_LOG_ILLEGAL_BUFFER_STATE_EC   (SDM_LOG_BASE + 22)

Failed to create lock used to protect the MemAdmin.

#define SDM_LOG_MEMPOOL_LOCK_CREATION_FAILED_EC   (SDM_LOG_BASE + 23)

Failed to create lock used to protect the MemPool.

#define SDM_LOG_FAILED_TO_GET_TIME_EC   (SDM_LOG_BASE + 26)

Failure when trying to get time for shared memory segment epoch.

#define SDM_LOG_SEGMENT_NOT_ALIGNED_EC   (SDM_LOG_BASE + 27)

Address residing in shared memory segment not.

#define SDM_LOG_DW_MEMMGR_MEMPOOL_DELETION_FAILED_EC   (SDM_LOG_BASE + 28)

Failed to delete mempool.

#define SDM_LOG_DW_MEMMGR_MEMPOOL_CREATION_FAILED_EC   (SDM_LOG_BASE + 29)

Failed to create mempool.

#define SDM_LOG_DW_OUT_OF_AVAILABLE_SEGMENTS_EC   (SDM_LOG_BASE + 30)

Datawriter Shared Data manager out of available segments.

#define SDM_LOG_EVICTION_FAILED_EC   (SDM_LOG_BASE + 31)

Failed to evict a mapped segment out of the DataReader Shared Data.

#define SDM_LOG_SEGMENT_EVICTED_EC   (SDM_LOG_BASE + 32)

A segment is being evicted from the DataReader shared data manager. This means that we reached the maximum allowable segments that a DataReader can attach to. This is similar to "thrashing" and will cause degraded performance.

#define SDM_LOG_SEGMENT_COOKIE_EC   (SDM_LOG_BASE + 33)

Incompatible segment cookie.

#define SDM_LOG_SEGMENT_VERSION_EC   (SDM_LOG_BASE + 34)

Incompatible segment version.

#define SDM_FAILED_ALLOCATE_SEGMENT_SINGLE_SAMPLE_EC   (SDM_LOG_BASE + 35)

Failed to allocate a segment for a single sample.

#define SDM_FAILED_TO_UNMAP_SEGMENT_EC   (SDM_LOG_BASE + 36)

Failed to unmap segment from DataReader shared memory manager.

#define SDM_DECREMENT_REFERENCE_EC   (SDM_LOG_BASE + 37)

Unexpected situation when decrementing a ref_count a reference in use by a DataReader.

#define SDM_USER_TYPE_TOO_BIG_EC   (SDM_LOG_BASE + 38)

Size of user sample is exceeding the 2 GB limit in use by a DataReader.

#define SDM_LOG_SERIALIZE_EC   (SDM_LOG_BASE + 39)

Error occurred during serialization.

#define SDM_LOG_DESERIALIZE_EC   (SDM_LOG_BASE + 40)

Error occurred during deserialization.

#define SDM_LOG_SAMPLE_STATE_EC   (SDM_LOG_BASE + 41)

Something went wrong when using sample state. This should never go wrong.

#define NETIO_SHMEM_LOG_DELETE_TABLE_EC   (SHMEM_LOG_BASE + 1)

Failed to delete a database table for a NETIO shared memory interface.

#define NETIO_SHMEM_LOG_CREATE_TABLE_EC   (SHMEM_LOG_BASE + 2)

Failed to create a database table for a NETIO shared memory interface.

#define NETIO_SHMEM_LOG_SELECT_TABLE_EC   (SHMEM_LOG_BASE + 3)

Failed to select a valid record when sending with the NETIO shared memory.

#define NETIO_SHMEM_LOG_FWD_EC   (SHMEM_LOG_BASE + 4)

Failed to send forward with the NETIO shared memory interface.

#define NETIO_SHMEM_LOG_BINDX_DB_EC   (SHMEM_LOG_BASE + 5)

Failed to bind an external interface with the NETIO shared memory interface.

#define NETIO_SHMEM_LOG_UNBINDX_DB_EC   (SHMEM_LOG_BASE + 6)

Failed to unbind an external interface with the NETIO shared memory interface.

#define NETIO_SHMEM_LOG_SET_LENGTH_EC   (SHMEM_LOG_BASE + 7)

Failed to set the length of an address sequence.

#define NETIO_SHMEM_LOG_INVALID_PROPERTY_EC   (SHMEM_LOG_BASE + 8)

Invalid property passed in when creating a shared memory interface.

#define NETIO_SHMEM_LOG_INITIALIZE_FAILED_EC   (SHMEM_LOG_BASE + 9)

Failed to initialize the shared memory interface.

#define NETIO_SHMEM_LOG_CURSOR_ERROR_EC   (SHMEM_LOG_BASE + 10)

An error occurred with a cursor while iterating over a table.

#define NETIO_SHMEM_LOG_INVALID_FACTORY_EC   (SHMEM_LOG_BASE + 11)

An invalid factory was passed in to create a shared memory interface.

#define NETIO_SHMEM_LOG_INVALID_COMPONENT_EC   (SHMEM_LOG_BASE + 12)

An invalid component was passed in to delete a shared memory interface.

#define NETIO_SHMEM_LOG_INCOMPATIBLE_COOKIE_EC   (SHMEM_LOG_BASE + 13)

Found incompatible cookie in shared memory header.

#define NETIO_SHMEM_LOG_INCOMPATIBLE_VERSION_EC   (SHMEM_LOG_BASE + 14)

Found incompatible major version in shared memory header.

#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_SIZE_EC   (SHMEM_LOG_BASE + 15)

Found incompatible header size in shared memory header.

#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_EC   (SHMEM_LOG_BASE + 16)

Attempted to attach to shared memory header transport concurrent queue that is incompatible.

#define NETIO_SHMEM_LOG_ADDRESS_IN_USE_EC   (SHMEM_LOG_BASE + 17)

Failed to create or attach to a shared memory segment.

#define NETIO_SHMEM_LOG_CHECK_SYSTEM_SETTINGS_EC   (SHMEM_LOG_BASE + 18)

Possible failure due to misconfigured system settings on Darwin operating systems.

#define NETIO_SHMEM_LOG_SHMEM_MUTEX_LOCK_FAILED_EC   (SHMEM_LOG_BASE + 19)

Failed to lock shared memory mutex protecting the shared memory segment.

#define NETIO_SHMEM_LOG_SHMEM_MUTEX_UNLOCK_FAILED_EC   (SHMEM_LOG_BASE + 20)

Failed to unlock shared memory mutex protecting the shared memory segment.

#define NETIO_SHMEM_LOG_FAILED_TO_ALLOCATE_STRUCT_EC   (SHMEM_LOG_BASE + 21)

Failed to allocate memory needed by shared memory transport.

#define NETIO_SHMEM_LOG_FAILED_TO_INITIALIZE_EC   (SHMEM_LOG_BASE + 22)

Failed to initialize shared memory transport.

#define NETIO_SHMEM_LOG_CREATE_ATTACH_INFINITE_EC   (SHMEM_LOG_BASE + 23)

Failed to create or attach. Possible shared memory key conflict.

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_MUTEX_EC   (SHMEM_LOG_BASE + 24)

Failed to create a new shared memory mutex or failed to attach to an existing one.

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SIG_SEM_EC   (SHMEM_LOG_BASE + 25)

Failed to create signaling semaphore. A Domain Participant's shared memory transport blocks on a signaling semaphore when waiting for data.

#define NETIO_SHMEM_LOG_FAILED_TAKE_SIGN_SEM_EC   (SHMEM_LOG_BASE + 27)

Failed to take a shared memory signaling semaphore.

#define NETIO_SHMEM_LOG_SIG_SEM_SIGNAL_FAILED_EC   (SHMEM_LOG_BASE + 28)

Failed to give a shared memory signaling semaphore.

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SEGMENT_ADDR_EC   (SHMEM_LOG_BASE + 29)

Failed to attach to a shared memory segment because it doesn't exist.

#define NETIO_SHMEM_LOG_PACKET_INIT_EC   (SHMEM_LOG_BASE + 30)

Failed to initialize a receive packet.

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 31)

Failed to create a concurrent queue.

#define NETIO_SHMEM_LOG_FAILED_TO_ATTACH_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 32)

Failed to attach to a concurrent queue.

#define NETIO_SHMEM_LOG_INCOMPATIBLE_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 33)

Attempting to attach to an incompatible concurrent queue with incompatible message_size_max.

#define NETIO_SHMEM_LOG_FAILED_TO_GET_TIMESTAMP_EC   (SHMEM_LOG_BASE + 33)

Failed to get timestamp.

#define NETIO_SHMEM_LOG_NONFATAL_SIG_SEM_RC_EC   (SHMEM_LOG_BASE + 34)

Failed to unlock shared memory mutex.

#define NETIO_SHMEM_LOG_INCONSISTENT_MESSAGE_SIZE_EC   (SHMEM_LOG_BASE + 35)

Failed to unlock shared memory mutex.

#define NETIO_SHMEM_LOG_RECORD_EC   (SHMEM_LOG_BASE + 36)

Database operation on record failed.

#define NETIO_SHMEM_LOG_PACKET_HEAD_EC   (SHMEM_LOG_BASE + 37)

Failed to set packet head.

#define NETIO_SHMEM_LOG_PACKET_FWD_EC   (SHMEM_LOG_BASE + 38)

Failed reception upstream for a received packet.

#define NETIO_SHMEM_LOG_QUEUE_FULL_EC   (SHMEM_LOG_BASE + 39)

Failed reception upstream for a received packet.

#define NETIO_SHMEM_LOG_ROUTE_LOOKUP_FAILED_EC   (SHMEM_LOG_BASE + 40)

Failed to evict find an entry in the route table.

#define NETIO_SHMEM_LOG_ROUTE_DELETE_FAILED_EC   (SHMEM_LOG_BASE + 41)

Failed to delete an entry from the route table.


RTI Connext DDS Micro C API Version 3.0.2 Copyright © Thu Dec 12 2019 Real-Time Innovations, Inc