|
rcutils
master
C API providing common utilities and data structures.
|

Go to the source code of this file.
Macros | |
| #define | RCUTILS_RET_OK 0 |
| Successful operation. More... | |
| #define | RCUTILS_RET_WARN 1 |
| Operation produced a warning. More... | |
| #define | RCUTILS_RET_ERROR 2 |
| Generic failure in operation. More... | |
| #define | RCUTILS_RET_BAD_ALLOC 10 |
| Failed to allocate memory return code. More... | |
| #define | RCUTILS_RET_INVALID_ARGUMENT 11 |
| Invalid argument return code. More... | |
| #define | RCUTILS_RET_NOT_ENOUGH_SPACE 12 |
| Not enough storage to do operation. More... | |
| #define | RCUTILS_RET_NOT_INITIALIZED 13 |
| Resource is not initialized. More... | |
| #define | RCUTILS_RET_NOT_FOUND 14 |
| Resource for request not found. More... | |
| #define | RCUTILS_RET_STRING_MAP_ALREADY_INIT 30 |
| Given string map was either already initialized or was not zero initialized. More... | |
| #define | RCUTILS_RET_STRING_MAP_INVALID 31 |
| Given string map is invalid, perhaps not initialized yet. More... | |
| #define | RCUTILS_RET_STRING_KEY_NOT_FOUND 32 |
| Given key not found in given string map. More... | |
| #define | RCUTILS_RET_LOGGING_SEVERITY_MAP_INVALID 40 |
| Internal severity map for logger thresholds is invalid. More... | |
| #define | RCUTILS_RET_LOGGING_SEVERITY_STRING_INVALID 41 |
| String representation of a severity is invalid. More... | |
| #define | RCUTILS_RET_HASH_MAP_NO_MORE_ENTRIES 50 |
| There are no more entires beyond the last one in the map. More... | |
Typedefs | |
| typedef int | rcutils_ret_t |
| The type that holds a return value for an rcutils operation. More... | |
| #define RCUTILS_RET_OK 0 |
Successful operation.
| #define RCUTILS_RET_WARN 1 |
Operation produced a warning.
| #define RCUTILS_RET_ERROR 2 |
Generic failure in operation.
| #define RCUTILS_RET_BAD_ALLOC 10 |
Failed to allocate memory return code.
| #define RCUTILS_RET_INVALID_ARGUMENT 11 |
Invalid argument return code.
| #define RCUTILS_RET_NOT_ENOUGH_SPACE 12 |
Not enough storage to do operation.
| #define RCUTILS_RET_NOT_INITIALIZED 13 |
Resource is not initialized.
| #define RCUTILS_RET_NOT_FOUND 14 |
Resource for request not found.
| #define RCUTILS_RET_STRING_MAP_ALREADY_INIT 30 |
Given string map was either already initialized or was not zero initialized.
| #define RCUTILS_RET_STRING_MAP_INVALID 31 |
Given string map is invalid, perhaps not initialized yet.
| #define RCUTILS_RET_STRING_KEY_NOT_FOUND 32 |
Given key not found in given string map.
| #define RCUTILS_RET_LOGGING_SEVERITY_MAP_INVALID 40 |
Internal severity map for logger thresholds is invalid.
| #define RCUTILS_RET_LOGGING_SEVERITY_STRING_INVALID 41 |
String representation of a severity is invalid.
| #define RCUTILS_RET_HASH_MAP_NO_MORE_ENTRIES 50 |
There are no more entires beyond the last one in the map.
| typedef int rcutils_ret_t |
The type that holds a return value for an rcutils operation.
1.8.17