RTI Connext Micro
Version 2.4.1.0
|
#include "osapi/osapi_log.h"
Go to the source code of this file.
Macros | |
#define | RT_LOG_SET_IMMUTABLE_PROPERTY (RT_LOG_BASE + 1) |
Failed to set registry property due to registry being already enabled. | |
#define | RT_LOG_REGISTRY_INIT_FAILURE (RT_LOG_BASE + 2) |
Failed to initialize registry due to failed table creation. | |
#define | RT_LOG_REGISTRY_FINALIZE (RT_LOG_BASE + 3) |
Failed to finalize registry due to failed table deletion. | |
#define | RT_LOG_REGISTRY_EXISTS (RT_LOG_BASE + 4) |
Failed to register a factory that was previously registered. | |
#define | RT_LOG_REGISTRY_REGISTER (RT_LOG_BASE + 5) |
Error registering a component factory. May have exceeded RT_RegistryProperty.max_factories. | |
#define | RT_LOG_REGISTRY_INIT_FACTORY (RT_LOG_BASE + 7) |
A registered factory failed to initialize. | |
#define | RT_LOG_REGISTRY_NAME_TOO_LONG (RT_LOG_BASE + 8) |
Factory name longer than maximum length of 8. | |
#define | RT_LOG_REGISTRY_INCONSISTENT_CID (RT_LOG_BASE + 9) |
Factory name exists, but the class ID is not of the requested type. |