RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
netio_shmem_log.h File Reference

NETIO Zero Copy Shared Data module log codes. More...

#include "osapi/osapi_log.h"

Macros

#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.
 
#define NETIO_SHMEM_LOG_IGNORE_TRANSPORT_COMPATIBILITY_EC   (SHMEM_LOG_BASE + 42)
 The shared memory transport is ignoring the requested transport minimum compatibility version because it cannot be backward compatible.
 
#define NETIO_SHMEM_LOG_UNSUPPORTED_TRANSPORT_COMPATIBILITY_EC   (SHMEM_LOG_BASE + 43)
 Unsupported minimum compatibility version because it requires a version of the shared memory transport which is not supported.
 
#define NETIO_SHMEM_LOG_CQ_INT_REPRESENTATION_EC   (SHMEM_LOG_BASE + 200)
 Error when attaching to concurrent queue. Inconsistent representation of size of integers between concurrent queue and attaching application.
 
#define NETIO_SHMEM_LOG_CQ_UNLINKED_EC   (SHMEM_LOG_BASE + 201)
 Error when attaching to concurrent queue. Inconsistent representation of size of integers between concurrent queue and attaching application.
 
#define NETIO_SHMEM_LOG_CQ_INVALID_SIGNATURE_EC   (SHMEM_LOG_BASE + 202)
 Error when attaching to concurrent queue. Inconsistent representation of size of integers between concurrent queue and attaching application.
 
#define NETIO_SHMEM_LOG_CQ_INCOMPATIBLE_VERSION_EC   (SHMEM_LOG_BASE + 203)
 Error when attaching to concurrent queue. Inconsistent representation of size of integers between concurrent queue and attaching application.
 
#define NETIO_SHMEM_LOG_CQ_INCONSISTENT_STATE_EC   (SHMEM_LOG_BASE + 204)
 Found an inconsistent concurrent queue state while performing a a read or write. The queue memory may have been corrupted or otherwise tampered with.
 

Detailed Description

NETIO Zero Copy Shared Data module log codes.