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

Reader History. ModuleID = 8. More...

Macros

#define RHSM_LOG_OUTSTANDING_SAMPLE_EC   (RHSM_LOG_BASE + 1)
 Failed to delete Reader History due to outstanding, unremoved sample.
#define RHSM_LOG_NO_PROPERTY_QOS_EC   (RHSM_LOG_BASE + 2)
 Failed to create Reader History due to unspecified property Qos.
#define RHSM_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC   (RHSM_LOG_BASE + 3)
 KEEP_ALL History kind is not supported.
#define RHSM_LOG_MAX_SAMPLE_TOO_SMALL_EC   (RHSM_LOG_BASE + 4)
 DataReaderQos.resource_limits.max_samples set too small.
#define RHSM_LOG_TBF_NOT_SUPPORTED_EC   (RHSM_LOG_BASE + 5)
 Time-based filtering is not supported.
#define RHSM_LOG_SAMPLE_INFO_POOL_EC   (RHSM_LOG_BASE + 6)
 Failed to allocate a buffer pool for sample info.
#define RHSM_LOG_SAMPLE_POOL_EC   (RHSM_LOG_BASE + 7)
 Failed to allocate a buffer pool for sample pointers.
#define RHSM_LOG_SAMPLE_PTR_ARRAY_EC   (RHSM_LOG_BASE + 8)
 Failed to get sample buffer.
#define RHSM_LOG_INFO_ARRAY_EC   (RHSM_LOG_BASE + 9)
 Failed to get sample info buffer.
#define RHSM_LOG_GET_RECEPTION_TIMESTAMP_EC   (RHSM_LOG_BASE + 10)
 Failed to get time for reception timestamp.
#define RHSM_LOG_INVALID_INSTANCE_REPLACEMENT_EC   (RHSM_LOG_BASE + 11)
 An invalid instance replacement policy was specified.
#define RHSM_LOG_FAILED_TO_REMOVE_OLDEST_EC   (RHSM_LOG_BASE + 12)
 Failed to remove the oldest sample.
#define RHSM_LOG_SAMPLE_POOL_EMPTY_EC   (RHSM_LOG_BASE + 13)
 Sample pool empty, may have exceeded.
#define RHSM_LOG_RW_PRUNE_FAILED_EC   (RHSM_LOG_BASE + 14)
 Failed to prune remote writer entry.
#define RHSM_LOG_ENTRY_RESERVATION_FAILED_EC   (RHSM_LOG_BASE + 15)
 Failed to reserve an entry.
#define RHSM_LOG_RETURN_SAMPLE_EC   (RHSM_LOG_BASE + 16)
 Failed to return a sample.
#define RHSM_LOG_HISTORY_UPDATE_EC   (RHSM_LOG_BASE + 17)
 Failed to update the history queue.
#define RHSM_LOG_GET_TIME_EC   (RHSM_LOG_BASE + 18)
 Failed to get the system time.
#define RHSM_LOG_OBJECT_ALLOCATE_EC   (RHSM_LOG_BASE + 19)
 Failed to allocate object of the specified kind.
#define RHSM_LOG_OBJECT_DELETE_EC   (RHSM_LOG_BASE + 20)
 Failed to delete object of the specified kind.
#define RHSM_LOG_OBJECT_INDEX_EC   (RHSM_LOG_BASE + 21)
 Failed to index an object of the specified kind.
#define RHSM_LOG_OBJECT_INVALID_EC   (RHSM_LOG_BASE + 22)
 Invalid object specified.
#define RHSM_LOG_NO_PROPERTY_EC   (RHSM_LOG_BASE + 23)
 No property when creating a reader history instance.
#define RHSM_LOG_DESTINATION_BY_SOURCE_NOT_SUPPORTED_EC   (RHSM_LOG_BASE + 24)
 Destination ordering by SOURCE_TIMESTAMP ordering is not supported.
#define RHSM_LOG_RECOMMIT_FAILURE_EC   (RHSM_LOG_BASE + 25)
 Failed to recommit sample.

Detailed Description

Reader History. ModuleID = 8.


Macro Definition Documentation

#define RHSM_LOG_OUTSTANDING_SAMPLE_EC   (RHSM_LOG_BASE + 1)

Failed to delete Reader History due to outstanding, unremoved sample.

#define RHSM_LOG_NO_PROPERTY_QOS_EC   (RHSM_LOG_BASE + 2)

Failed to create Reader History due to unspecified property Qos.

#define RHSM_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC   (RHSM_LOG_BASE + 3)

KEEP_ALL History kind is not supported.

#define RHSM_LOG_MAX_SAMPLE_TOO_SMALL_EC   (RHSM_LOG_BASE + 4)

DataReaderQos.resource_limits.max_samples set too small.

DataReaderQos.resource_limits.max_samples too small, must be at least DataReaderQos.resource_limits.max_instances * DataReaderQos.resource_limits.max_samples_per_instance

#define RHSM_LOG_TBF_NOT_SUPPORTED_EC   (RHSM_LOG_BASE + 5)

Time-based filtering is not supported.

#define RHSM_LOG_SAMPLE_INFO_POOL_EC   (RHSM_LOG_BASE + 6)

Failed to allocate a buffer pool for sample info.

#define RHSM_LOG_SAMPLE_POOL_EC   (RHSM_LOG_BASE + 7)

Failed to allocate a buffer pool for sample pointers.

#define RHSM_LOG_SAMPLE_PTR_ARRAY_EC   (RHSM_LOG_BASE + 8)

Failed to get sample buffer.

May have exceeded DataReaderQos.reader_resource_limits.max_outstanding_reads

#define RHSM_LOG_INFO_ARRAY_EC   (RHSM_LOG_BASE + 9)

Failed to get sample info buffer.

May have exceeded DataReaderQos.reader_resource_limits.max_outstanding_reads

#define RHSM_LOG_GET_RECEPTION_TIMESTAMP_EC   (RHSM_LOG_BASE + 10)

Failed to get time for reception timestamp.

#define RHSM_LOG_INVALID_INSTANCE_REPLACEMENT_EC   (RHSM_LOG_BASE + 11)

An invalid instance replacement policy was specified.

#define RHSM_LOG_FAILED_TO_REMOVE_OLDEST_EC   (RHSM_LOG_BASE + 12)

Failed to remove the oldest sample.

#define RHSM_LOG_SAMPLE_POOL_EMPTY_EC   (RHSM_LOG_BASE + 13)

Sample pool empty, may have exceeded.

The sample pool is empty, may have exceeded DataReaderQos.resource_limits.max_samples

#define RHSM_LOG_RW_PRUNE_FAILED_EC   (RHSM_LOG_BASE + 14)

Failed to prune remote writer entry.

#define RHSM_LOG_ENTRY_RESERVATION_FAILED_EC   (RHSM_LOG_BASE + 15)

Failed to reserve an entry.

An entry reservation failed beyond normal resource settings

#define RHSM_LOG_RETURN_SAMPLE_EC   (RHSM_LOG_BASE + 16)

Failed to return a sample.

#define RHSM_LOG_HISTORY_UPDATE_EC   (RHSM_LOG_BASE + 17)

Failed to update the history queue.

#define RHSM_LOG_GET_TIME_EC   (RHSM_LOG_BASE + 18)

Failed to get the system time.

#define RHSM_LOG_OBJECT_ALLOCATE_EC   (RHSM_LOG_BASE + 19)

Failed to allocate object of the specified kind.

#define RHSM_LOG_OBJECT_DELETE_EC   (RHSM_LOG_BASE + 20)

Failed to delete object of the specified kind.

#define RHSM_LOG_OBJECT_INDEX_EC   (RHSM_LOG_BASE + 21)

Failed to index an object of the specified kind.

#define RHSM_LOG_OBJECT_INVALID_EC   (RHSM_LOG_BASE + 22)

Invalid object specified.

#define RHSM_LOG_NO_PROPERTY_EC   (RHSM_LOG_BASE + 23)

No property when creating a reader history instance.

#define RHSM_LOG_DESTINATION_BY_SOURCE_NOT_SUPPORTED_EC   (RHSM_LOG_BASE + 24)

Destination ordering by SOURCE_TIMESTAMP ordering is not supported.

#define RHSM_LOG_RECOMMIT_FAILURE_EC   (RHSM_LOG_BASE + 25)

Failed to recommit sample.


RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc