RTI Connext DDS Micro C++ API
Version 3.0.3
|
RT. ModuleID = 3. More...
Macros | |
#define | RT_LOG_SET_IMMUTABLE_PROPERTY_EC (RT_LOG_BASE + 1) |
Failed to set registry property due to registry already being enabled. | |
#define | RT_LOG_REGISTRY_INIT_FAILURE_EC (RT_LOG_BASE + 2) |
Failed to initialize registry due to failed table creation. | |
#define | RT_LOG_REGISTRY_FINALIZE_EC (RT_LOG_BASE + 3) |
Failed to finalize registry due to failed table deletion. | |
#define | RT_LOG_REGISTRY_EXISTS_EC (RT_LOG_BASE + 4) |
An attempt was made to register a factory that already existed. | |
#define | RT_LOG_REGISTRY_REGISTER_EC (RT_LOG_BASE + 5) |
Error registering a component factory. May have exceeded RT_RegistryProperty.max_factories. | |
#define | RT_LOG_REGISTRY_INIT_FACTORY_EC (RT_LOG_BASE + 7) |
A registered factory failed to initialize. | |
#define | RT_LOG_REGISTRY_NAME_TOO_LONG_EC (RT_LOG_BASE + 8) |
Factory name longer than maximum length of 8. | |
#define | RT_LOG_REGISTRY_INCONSISTENT_CID_EC (RT_LOG_BASE + 9) |
Factory name exists, but the class ID is not of the requested type. | |
#define | RT_LOG_REGISTRY_NOT_INITIALIZED_EC (RT_LOG_BASE + 10) |
An attempt was made to operate on an uninitialized registry. |
RT. ModuleID = 3.
#define RT_LOG_SET_IMMUTABLE_PROPERTY_EC (RT_LOG_BASE + 1) |
Failed to set registry property due to registry already being enabled.
#define RT_LOG_REGISTRY_INIT_FAILURE_EC (RT_LOG_BASE + 2) |
Failed to initialize registry due to failed table creation.
#define RT_LOG_REGISTRY_FINALIZE_EC (RT_LOG_BASE + 3) |
Failed to finalize registry due to failed table deletion.
#define RT_LOG_REGISTRY_EXISTS_EC (RT_LOG_BASE + 4) |
An attempt was made to register a factory that already existed.
#define RT_LOG_REGISTRY_REGISTER_EC (RT_LOG_BASE + 5) |
Error registering a component factory. May have exceeded RT_RegistryProperty.max_factories.
#define RT_LOG_REGISTRY_INIT_FACTORY_EC (RT_LOG_BASE + 7) |
A registered factory failed to initialize.
#define RT_LOG_REGISTRY_NAME_TOO_LONG_EC (RT_LOG_BASE + 8) |
Factory name longer than maximum length of 8.
#define RT_LOG_REGISTRY_INCONSISTENT_CID_EC (RT_LOG_BASE + 9) |
Factory name exists, but the class ID is not of the requested type.
#define RT_LOG_REGISTRY_NOT_INITIALIZED_EC (RT_LOG_BASE + 10) |
An attempt was made to operate on an uninitialized registry.