RTI Connext Micro C API Version 4.2.0
|
RH module log codes. More...
#include "osapi/osapi_log.h"
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_HISTORY_OBJECT 1 |
A history object. | |
#define | RHSM_LOG_REMOVELIST_OBJECT 2 |
A removal list object. | |
#define | RHSM_LOG_RWPOOL_OBJECT 3 |
A remote writer pool object. | |
#define | RHSM_LOG_RWINDEX_OBJECT 4 |
A remote writer index object. | |
#define | RHSM_LOG_KEY_OBJECT 5 |
A Key object. | |
#define | RHSM_LOG_RW_OBJECT 6 |
A Key object. | |
#define | RHSM_LOG_KEYPOOL_OBJECT 7 |
A Key pool object. | |
#define | RHSM_LOG_OWNER_OBJECT 8 |
A key owner object. | |
#define | RHSM_LOG_SAMPLEPOOL_OBJECT 9 |
A sample pool object. | |
#define | RHSM_LOG_KEYINDEXPOOL_OBJECT 10 |
A key index pool. | |
#define | RHSM_LOG_SAMPLEPTPOOL_OBJECT 11 |
A sample ptr pool object. | |
#define | RHSM_LOG_SAMPLEINFO_OBJECT 12 |
A sample info pool. | |
#define | RHSM_LOG_INSTANCEHANDLE_OBJECT 13 |
A sample info pool. | |
#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. | |
RH module log codes.
#define RHSM_LOG_HISTORY_OBJECT 1 |
A history object.
#define RHSM_LOG_REMOVELIST_OBJECT 2 |
A removal list object.
#define RHSM_LOG_RWPOOL_OBJECT 3 |
A remote writer pool object.
#define RHSM_LOG_RWINDEX_OBJECT 4 |
A remote writer index object.
#define RHSM_LOG_KEY_OBJECT 5 |
A Key object.
#define RHSM_LOG_RW_OBJECT 6 |
A Key object.
#define RHSM_LOG_KEYPOOL_OBJECT 7 |
A Key pool object.
#define RHSM_LOG_OWNER_OBJECT 8 |
A key owner object.
#define RHSM_LOG_SAMPLEPOOL_OBJECT 9 |
A sample pool object.
#define RHSM_LOG_KEYINDEXPOOL_OBJECT 10 |
A key index pool.
#define RHSM_LOG_SAMPLEPTPOOL_OBJECT 11 |
A sample ptr pool object.
#define RHSM_LOG_SAMPLEINFO_OBJECT 12 |
A sample info pool.
#define RHSM_LOG_INSTANCEHANDLE_OBJECT 13 |
A sample info pool.