RTI Connext DDS Micro
Version 2.4.9
|
REDA module log codes. More...
#include "osapi/osapi_log.h"
Go to the source code of this file.
Macros | |
#define | REDA_LOG_BUFFERPOOL_OUT_OF_RESOURCES_EC (REDA_LOG_BASE + 1) |
Not sufficient memory to allocate buffer-pool. | |
#define | REDA_LOG_BUFFERPOOL_BUFFER_INITIALIZATION_FAILED_EC (REDA_LOG_BASE + 2) |
The buffer initialization method failed. | |
#define | REDA_LOG_BUFFERPOOL_NOT_EMPTY_EC (REDA_LOG_BASE + 3) |
Cannot delete buffer-pool due to buffer(s) not returned to pool. | |
#define | REDA_LOG_BUFFERPOOL_DOUBLE_FREE_EC (REDA_LOG_BASE + 4) |
A buffer was freed more than once. | |
#define | REDA_LOG_SEQUENCE_COPY_FAILED_EC (REDA_LOG_BASE + 100) |
An error occurred while copying a sequence. | |
#define | REDA_LOG_SEQUENCE_ALLOC_FAILED_EC (REDA_LOG_BASE + 101) |
An error occured while allocating space for a sequence. | |
#define | REDA_LOG_SEQUENCE_SET_MAX_FAILED_EC (REDA_LOG_BASE + 102) |
An error occured while setting the maximum sequence size. | |
#define | REDA_LOG_SEQUENCE_REALLOCATION_EC (REDA_LOG_BASE + 103) |
An attempt was made to resize an already allocated sequence. | |
#define | REDA_LOG_SEQUENCE_INVALID_OPERATION_EC (REDA_LOG_BASE + 104) |
An error occured while operating on two sequences (copy/compare) | |
#define | REDA_LOG_SEQUENCE_INVALID_LENGTH_EC (REDA_LOG_BASE + 105) |
An attempt was made to set an illegal length (length < 0 or length > max_length) | |
#define | REDA_LOG_SEQUENCE_INDEX_OUT_OF_BOUNDS_EC (REDA_LOG_BASE + 106) |
An illegal sequence index was specified (index < 0 or index > length) | |
#define | REDA_LOG_STRING_ALLOC_FAILED_EC (REDA_LOG_BASE + 200) |
An error occured while allocating memory for a string. | |
#define | REDA_LOG_INDEX_FULL_EC (REDA_LOG_BASE + 300) |
An attempt was made to add an element to a full index. | |
#define | REDA_LOG_INDEX_ENTRY_EXISTS_EC (REDA_LOG_BASE + 301) |
An attempt was made to add an existing element to an index. | |
#define | REDA_LOG_INVALID_LIST_NODE_EC (REDA_LOG_BASE + 302) |
An attempt was made to add an existing element to an index. |
REDA module log codes.