RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches

Writer History Shared Queue. ModuleID = 22. More...

Macros

#define WHSQ_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC   (WHSQ_LOG_BASE + 1)
 KEEP_ALL History kind is not supported.
 
#define WHSQ_LOG_UNLIMITED_HISTORY_NOT_SUPPORTED_EC   (WHSQ_LOG_BASE + 2)
 Unlimited length resource limits unsupported.
 
#define WHSQ_LOG_MAX_SAMPLES_TOO_SMALL_EC   (WHSQ_LOG_BASE + 3)
 DataWriterQos.resource_limits.max_samples set too small.
 
#define WHSQ_LOG_OBJECT_ALLOCATE_EC   (WHSQ_LOG_BASE + 4)
 Failed to allocate object of the specified kind.
 
#define WHSQ_LOG_PURGE_FAILED_EC   (WHSQ_LOG_BASE + 5)
 Failed to purge a sample from the shared queue.
 
#define WHSQ_LOG_WH_CREATE_FAILED_EC   (WHSQ_LOG_BASE + 6)
 Failed to create the underlying writer history.
 
#define WHSQ_LOG_OBJECT_DELETE_EC   (WHSQ_LOG_BASE + 7)
 Failed to delete object of the specified kind.
 
#define WHSQ_LOG_CONFIGURATION_EC   (WHSQ_LOG_BASE + 8)
 Listener or Property not configured when creating the component.
 
#define WHSQ_LOG_NO_DDS_FACTORY_EC   (WHSQ_LOG_BASE + 9)
 No factory for forwarding when creating a writer history instance.
 
#define WHSQ_LOG_COMMIT_FAILED_EC   (WHSQ_LOG_BASE + 10)
 Committing a Sample failed.
 

Detailed Description

Writer History Shared Queue. ModuleID = 22.

Macro Definition Documentation

◆ WHSQ_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC

#define WHSQ_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC   (WHSQ_LOG_BASE + 1)

KEEP_ALL History kind is not supported.

◆ WHSQ_LOG_UNLIMITED_HISTORY_NOT_SUPPORTED_EC

#define WHSQ_LOG_UNLIMITED_HISTORY_NOT_SUPPORTED_EC   (WHSQ_LOG_BASE + 2)

Unlimited length resource limits unsupported.

Ensure that max_samples, max_samples_per_instance, and max_instances resource limits are all finite values

◆ WHSQ_LOG_MAX_SAMPLES_TOO_SMALL_EC

#define WHSQ_LOG_MAX_SAMPLES_TOO_SMALL_EC   (WHSQ_LOG_BASE + 3)

DataWriterQos.resource_limits.max_samples set too small.

DataWriterQos.resource_limits.max_samples must be no less than max_instances * max_samples_per_instance

◆ WHSQ_LOG_OBJECT_ALLOCATE_EC

#define WHSQ_LOG_OBJECT_ALLOCATE_EC   (WHSQ_LOG_BASE + 4)

Failed to allocate object of the specified kind.

◆ WHSQ_LOG_PURGE_FAILED_EC

#define WHSQ_LOG_PURGE_FAILED_EC   (WHSQ_LOG_BASE + 5)

Failed to purge a sample from the shared queue.

◆ WHSQ_LOG_WH_CREATE_FAILED_EC

#define WHSQ_LOG_WH_CREATE_FAILED_EC   (WHSQ_LOG_BASE + 6)

Failed to create the underlying writer history.

◆ WHSQ_LOG_OBJECT_DELETE_EC

#define WHSQ_LOG_OBJECT_DELETE_EC   (WHSQ_LOG_BASE + 7)

Failed to delete object of the specified kind.

◆ WHSQ_LOG_CONFIGURATION_EC

#define WHSQ_LOG_CONFIGURATION_EC   (WHSQ_LOG_BASE + 8)

Listener or Property not configured when creating the component.

◆ WHSQ_LOG_NO_DDS_FACTORY_EC

#define WHSQ_LOG_NO_DDS_FACTORY_EC   (WHSQ_LOG_BASE + 9)

No factory for forwarding when creating a writer history instance.

◆ WHSQ_LOG_COMMIT_FAILED_EC

#define WHSQ_LOG_COMMIT_FAILED_EC   (WHSQ_LOG_BASE + 10)

Committing a Sample failed.