RTI Connext Micro
Version 2.4.1.0
|
Real-time Efficient Data Structures and Algorithms. ModuleID = 1. More...
Macros | |
#define | REDA_LOG_BUFFERPOOL_OUT_OF_RESOURCES (REDA_LOG_BASE + 1) |
Not sufficient memory to allocate buffer-pool. | |
#define | REDA_LOG_BUFFERPOOL_BUFFER_INITIALIZATION_FAILED (REDA_LOG_BASE + 2) |
The buffer initialization method failed. | |
#define | REDA_LOG_SEQUENCE_COPY_FAILED (REDA_LOG_BASE + 3) |
An error occured while copying a sequence. | |
#define | REDA_LOG_SEQUENCE_ALLOC_FAILED (REDA_LOG_BASE + 4) |
An error occured while allocating space for a sequence. | |
#define | REDA_LOG_SEQUENCE_SET_MAX_FAILED (REDA_LOG_BASE + 5) |
An error occured while setting the maximum sequence size. | |
#define | REDA_LOG_SEQUENCE_INVALID_COMPARE (REDA_LOG_BASE + 6) |
An error occured while comparing two sequences. | |
#define | REDA_LOG_STRING_ALLOC_FAILED (REDA_LOG_BASE + 7) |
An error occured while allocating memory for a string. | |
#define | REDA_LOG_POOL_NOT_EMPTY (REDA_LOG_BASE + 8) |
Cannot delete buffer-pool due to buffer(s) not returned to pool. | |
#define | REDA_LOG_POOL_DOUBLE_FREE (REDA_LOG_BASE + 9) |
A buffer was freed more than once. |
Real-time Efficient Data Structures and Algorithms. ModuleID = 1.
#define REDA_LOG_BUFFERPOOL_OUT_OF_RESOURCES (REDA_LOG_BASE + 1) |
Not sufficient memory to allocate buffer-pool.
#define REDA_LOG_BUFFERPOOL_BUFFER_INITIALIZATION_FAILED (REDA_LOG_BASE + 2) |
The buffer initialization method failed.
#define REDA_LOG_SEQUENCE_COPY_FAILED (REDA_LOG_BASE + 3) |
An error occured while copying a sequence.
#define REDA_LOG_SEQUENCE_ALLOC_FAILED (REDA_LOG_BASE + 4) |
An error occured while allocating space for a sequence.
#define REDA_LOG_SEQUENCE_SET_MAX_FAILED (REDA_LOG_BASE + 5) |
An error occured while setting the maximum sequence size.
#define REDA_LOG_SEQUENCE_INVALID_COMPARE (REDA_LOG_BASE + 6) |
An error occured while comparing two sequences.
#define REDA_LOG_STRING_ALLOC_FAILED (REDA_LOG_BASE + 7) |
An error occured while allocating memory for a string.
#define REDA_LOG_POOL_NOT_EMPTY (REDA_LOG_BASE + 8) |
Cannot delete buffer-pool due to buffer(s) not returned to pool.
#define REDA_LOG_POOL_DOUBLE_FREE (REDA_LOG_BASE + 9) |
A buffer was freed more than once.