RTI Connext DDS Micro C API
Version 3.0.3
|
Writer History. ModuleID = 9. More...
Macros | |
#define | WHSM_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC (WHSM_LOG_BASE + 1) |
KEEP_ALL History kind is not supported. | |
#define | WHSM_LOG_UNLIMITED_HISTORY_NOT_SUPPORTED_EC (WHSM_LOG_BASE + 2) |
Unlimited length resource limits unsupported. | |
#define | WHSM_LOG_MAX_SAMPLES_TOO_SMALL_EC (WHSM_LOG_BASE + 3) |
DataWriterQos.resource_limits.max_samples set too small. | |
#define | WHSM_LOG_OBJECT_ALLOCATE_EC (WHSM_LOG_BASE + 4) |
Failed to allocate object of the specified kind. | |
#define | WHSM_LOG_OBJECT_DELETE_EC (WHSM_LOG_BASE + 5) |
Failed to delete object of the specified kind. | |
#define | WHSM_LOG_OBJECT_INDEX_EC (WHSM_LOG_BASE + 6) |
Failed to index an object of the specified kind. | |
#define | WHSM_LOG_NO_PROPERTY_EC (WHSM_LOG_BASE + 7) |
No property when creating a writer history instance. | |
#define | WHSM_LOG_INVALID_INDEX_OBJECT_EC (WHSM_LOG_BASE + 8) |
The sample removed from an index did not match sample's key. |
Writer History. ModuleID = 9.
#define WHSM_LOG_KEEP_ALL_HISTORY_NOT_SUPPORTED_EC (WHSM_LOG_BASE + 1) |
KEEP_ALL History kind is not supported.
#define WHSM_LOG_UNLIMITED_HISTORY_NOT_SUPPORTED_EC (WHSM_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
#define WHSM_LOG_MAX_SAMPLES_TOO_SMALL_EC (WHSM_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
#define WHSM_LOG_OBJECT_ALLOCATE_EC (WHSM_LOG_BASE + 4) |
Failed to allocate object of the specified kind.
#define WHSM_LOG_OBJECT_DELETE_EC (WHSM_LOG_BASE + 5) |
Failed to delete object of the specified kind.
#define WHSM_LOG_OBJECT_INDEX_EC (WHSM_LOG_BASE + 6) |
Failed to index an object of the specified kind.
#define WHSM_LOG_NO_PROPERTY_EC (WHSM_LOG_BASE + 7) |
No property when creating a writer history instance.
#define WHSM_LOG_INVALID_INDEX_OBJECT_EC (WHSM_LOG_BASE + 8) |
The sample removed from an index did not match sample's key.