RTI Connext DDS Micro C API
Version 3.0.0.1
|
DDS_C module log codes. More...
Go to the source code of this file.
Macros | |
#define | DDSC_LOG_INVALID_DURATION_EC (DDSC_LOG_BASE + 1) |
The specified duration is not valid. | |
#define | DDSC_LOG_INVALID_PARTICIPANT_NAME_EC (DDSC_LOG_BASE + 2) |
An invalid participant name was specified with an unknown GUID. | |
#define | DDSC_LOG_INVALID_PARTICIPANT_GUID_PREFIX_EC (DDSC_LOG_BASE + 3) |
An invalid participant GUID prefix was specified, typically the GUID prefix does not match an already detected participant. | |
#define | DDSC_LOG_SYS_GETTIME_EC (DDSC_LOG_BASE + 4) |
A call to OSAPI_System_get_time failed. | |
#define | DDSC_LOG_GET_NEXT_OBJECT_ID_EC (DDSC_LOG_BASE + 5) |
Failed to get the next automatically generated object ID for an entity's GUID. This typically means the object id pool has been exhausted. | |
#define | DDSC_LOG_SET_ENTITY_NAME_EC (DDSC_LOG_BASE + 6) |
Failed to set name string for a DDS entity in the DomainParticipantQos entity_name policy. | |
#define | DDSC_LOG_SYS_GET_HOSTNAME_EC (DDSC_LOG_BASE + 7) |
A call to OSAPI_System_get_hostname failed. | |
#define | DDSC_LOG_IO_SNPRINTF_FAILED_EC (DDSC_LOG_BASE + 8) |
A call to OSAPI_Stdio_snprintf failed. Typically this means the destination buffer was too small. | |
#define | DDSC_LOG_TOPIC_FIND_EC (DDSC_LOG_BASE + 9) |
Failed to find a topic created by a DomainParticipant. | |
#define | DDSC_LOG_UNKNOWN_REMOTE_PARTICIPANT_NAME_EC (DDSC_LOG_BASE + 10) |
Endpoint discovery failed because the name of the remote participant parent for an endpoint was not found. | |
#define | DDSC_LOG_UNKNOWN_REMOTE_PARTICIPANT_KEY_EC (DDSC_LOG_BASE + 11) |
Endpoint discovery failed because the key of the remote participant parent for an endpoint was not found. Note that the key is logged as 4 integers in host endianess format. | |
#define | DDSC_LOG_REMOTE_PARTICIPANT_KEY_NOT_EQUAL_EC (DDSC_LOG_BASE + 12) |
Failed endpoint discovery when key does not match the remote participant. | |
#define | DDSC_LOG_INVALID_ENDPOINT_GUID_EC (DDSC_LOG_BASE + 13) |
Failed endpoint discovery due to an invalid or unknown endpoint GUID. | |
#define | DDSC_LOG_ENDPOINT_NOT_CHILD_OF_PARTICIPANT_EC (DDSC_LOG_BASE + 14) |
Failed endpoint discovery when an endpoint is determined to belong to a different remote participant. | |
#define | DDSC_LOG_PARTICIPANT_DOES_NOT_EXIST_EC (DDSC_LOG_BASE + 15) |
Failed participant discovery because a remote participant that should have been already asserted locally was not found. | |
#define | DDSC_LOG_REFRESH_REM_PARTICIPANT_EC (DDSC_LOG_BASE + 16) |
Did not find a remote participant when asserting participant liveliness for it. Note that the key is logged as 4 integers in host endianess format. | |
#define | DDSC_LOG_REFRESH_REM_PARTICIPANT_TIMEOUT_EC (DDSC_LOG_BASE + 17) |
Failed to assert participant liveliness to a remote participant. | |
#define | DDSC_LOG_PARTICIPANT_LOOKUP_EC (DDSC_LOG_BASE + 18) |
Failed to find a remote participant as previously discovered. | |
#define | DDSC_LOG_REMOVE_PUBLICATION_EC (DDSC_LOG_BASE + 19) |
Failed to remove resources for a remote publication. | |
#define | DDSC_LOG_REMOVE_SUBSCRIPTION_EC (DDSC_LOG_BASE + 20) |
Failed to remove resources for a remote subscription. | |
#define | DDSC_LOG_FIND_PUBLICATION_PARENT_EC (DDSC_LOG_BASE + 21) |
Cannot determine the participant of a remote publication. | |
#define | DDSC_LOG_FIND_SUBSCRIPTION_PARENT_EC (DDSC_LOG_BASE + 22) |
Cannot determine the participant of a remote subscription. | |
#define | DDSC_LOG_MAX_PARTICIPANT_ID_REACHED_EC (DDSC_LOG_BASE + 23) |
Failed to create DomainParticipant due to running out of participant IDs. This is typically caused by all UDP ports being used. | |
#define | DDSC_LOG_RESERVE_LOCATORS_EC (DDSC_LOG_BASE + 24) |
Failed to reserve endpoint locators. | |
#define | DDSC_LOG_TIMER_CREATE_TIMEOUT_EC (DDSC_LOG_BASE + 25) |
Failed to create a timeout. | |
#define | DDSC_LOG_ILLEGAL_OBJECTID_EC (DDSC_LOG_BASE + 26) |
Illegal object id specified. | |
#define | DDSC_LOG_TOPIC_NARROW_EC (DDSC_LOG_BASE + 27) |
Failed to narrow a TopicDescription to the named Topic. | |
#define | DDSC_LOG_FAILED_UPDATE_STATUS_CONDITION_EC (DDSC_LOG_BASE + 28) |
Failed to update state of StatusCondition. | |
#define | DDSC_LOG_WS_REMOVE_COND_REFERENCE_EC (DDSC_LOG_BASE + 29) |
Failed to remove a condition reference from a waitset. | |
#define | DDSC_LOG_WS_ADD_COND_REFERENCE_EC (DDSC_LOG_BASE + 30) |
Failed to add a condition reference to a waitset. | |
#define | DDSC_LOG_RELEASE_META_MC_EC (DDSC_LOG_BASE + 31) |
Failed to release resources for multicast discovery locators. | |
#define | DDSC_LOG_RELEASE_META_UC_EC (DDSC_LOG_BASE + 32) |
Failed to release resources for unicast discovery locators. | |
#define | DDSC_LOG_RELEASE_USER_MC_EC (DDSC_LOG_BASE + 33) |
Failed to release resources for multicast user locators. | |
#define | DDSC_LOG_RELEASE_USER_UC_EC (DDSC_LOG_BASE + 34) |
Failed to release resources for unicast user locators. | |
#define | DDSC_LOG_INVALID_DOMAINID_EC (DDSC_LOG_BASE + 35) |
The domain ID specified exceeds what is allowed based on the parameters specified in dp_qos.protocol.rtps_well_known_ports. | |
#define | DDSC_LOG_ON_TYPE_REGISTERED_FAILURE_EC (DDSC_LOG_BASE + 36) |
Error occurred during the on_type_registered call back. | |
#define | DDSC_LOG_ON_TYPE_UNREGISTERED_FAILURE_EC (DDSC_LOG_BASE + 37) |
Error occurred during the on_type_unregistered call back. | |
#define | DDSC_LOG_GET_SERIALIZED_KEY_SIZE_EC (DDSC_LOG_BASE + 38) |
Error occurred during the on_type_unregistered call back. | |
#define | DDSC_LOG_DATABASE_CREATE_EC (DDSC_LOG_BASE + 100) |
Failed to create database. | |
#define | DDSC_LOG_DATABASE_DELETE_EC (DDSC_LOG_BASE + 101) |
Failed to delete database. | |
#define | DDSC_LOG_TABLE_CREATE_EC (DDSC_LOG_BASE + 102) |
Failed to create database table of the specified name. | |
#define | DDSC_LOG_TABLE_INUSE_EC (DDSC_LOG_BASE + 103) |
Failed to delete a database table because it is not empty. | |
#define | DDSC_LOG_TABLE_DELETE_EC (DDSC_LOG_BASE + 104) |
Failed to delete a database table. | |
#define | DDSC_LOG_TABLE_SELECT_EC (DDSC_LOG_BASE + 105) |
A selection operation failed on the specified database table. | |
#define | DDSC_LOG_CREATE_INDEX_EC (DDSC_LOG_BASE + 106) |
Failed to create an index on a database table. | |
#define | DDSC_LOG_DELETE_INDEX_EC (DDSC_LOG_BASE + 107) |
Failed to delete an index on a database table. | |
#define | DDSC_LOG_DB_CURSOR_INVALIDATED_EC (DDSC_LOG_BASE + 108) |
A database table cursor was invalidated while in use. | |
#define | DDSC_LOG_SUBSCRIPTION_RECORD 1 |
Database record for a Subscription. | |
#define | DDSC_LOG_PUBLICATION_RECORD 2 |
Database record for a Publication. | |
#define | DDSC_LOG_PARTICIPANT_RECORD 3 |
Database record for a Remote Participant. | |
#define | DDSC_LOG_TOPIC_RECORD 4 |
Database record for a Topic. | |
#define | DDSC_LOG_DATAWRITER_RECORD 5 |
Database record for a DataWriter. | |
#define | DDSC_LOG_DATAREADER_RECORD 6 |
Database record for a DataReader. | |
#define | DDSC_LOG_PUBLISHER_RECORD 7 |
Database record for a Publisher. | |
#define | DDSC_LOG_SUBSCRIBER_RECORD 8 |
Database record for a Subscriber. | |
#define | DDSC_LOG_ROUTE_RECORD 9 |
Database record for a route record. | |
#define | DDSC_LOG_BIND_RECORD 10 |
Database record for a bind record. | |
#define | DDSC_LOG_TYPE_RECORD 11 |
Database record for a type plugin. | |
#define | DDSC_LOG_MATCHED_DW_RECORD 13 |
Database record for a matched remote data writer. | |
#define | DDSC_LOG_RECORD_CREATE_EC (DDSC_LOG_BASE + 109) |
Failed to create a database record of the specified kind. | |
#define | DDSC_LOG_RECORD_DELETE_EC (DDSC_LOG_BASE + 110) |
Failed to delete a database record of the specified kind. | |
#define | DDSC_LOG_RECORD_INSERT_EC (DDSC_LOG_BASE + 111) |
Failed to insert a database record of the specified kind. | |
#define | DDSC_LOG_RECORD_ERROR_EC (DDSC_LOG_BASE + 112) |
Unknown error for database record of the specified kind. | |
#define | DDSC_LOG_RECORD_EXISTS_EC (DDSC_LOG_BASE + 113) |
A database record of the specified kind already exists. | |
#define | DDSC_LOG_RECORD_LOOKUP_EC (DDSC_LOG_BASE + 114) |
A lookup of a database record of the specified kind failed. | |
#define | DDSC_LOG_RECORD_NOT_EXISTS_EC (DDSC_LOG_BASE + 115) |
A database record of the specified kind does not exist. | |
#define | DDSC_LOG_RECORD_SELECT_EC (DDSC_LOG_BASE + 116) |
A database select on the specified record kind failed. | |
#define | DDSC_LOG_RECORD_REMOVE_EC (DDSC_LOG_BASE + 117) |
Removal a database record of the specified kind failed. | |
#define | DDSC_LOG_RECORD_INITIALIZE_EC (DDSC_LOG_BASE + 118) |
A database record of the specified kind could not be initialized. | |
#define | DDSC_LOG_RECORD_FINALIZE_EC (DDSC_LOG_BASE + 119) |
A database record of the specified kind could not be finalized. | |
#define | DDSC_LOG_RECORD_RESET_EC (DDSC_LOG_BASE + 120) |
A database record of the specified kind could not be reset. | |
#define | DDSC_LOG_PUBLICATIONDATA_OBJECT 1 |
DDS PublicationBuiltinTopicData object. | |
#define | DDSC_LOG_SUBSCRIPTIONDATA_OBJECT 2 |
DDS SubscriptionBuiltinTopicData object. | |
#define | DDSC_LOG_PARTICIPANTDATA_OBJECT 3 |
DDS ParticipantBuiltinTopicData object. | |
#define | DDSC_LOG_DATAREADERQOS_OBJECT 4 |
DDS DataReaderQos object. | |
#define | DDSC_LOG_DATAWRITERQOS_OBJECT 5 |
DDS DataWriterQos object. | |
#define | DDSC_LOG_TOPICQOS_OBJECT 6 |
DDS TopicQos object. | |
#define | DDSC_LOG_PUBLISHERQOS_OBJECT 7 |
DDS PublisherQos object. | |
#define | DDSC_LOG_SUBSCRIBERQOS_OBJECT 8 |
DDS SubscriberQos object. | |
#define | DDSC_LOG_PARTICIPANTQOS_OBJECT 9 |
DDS DomainParticipantQos object. | |
#define | DDSC_LOG_ENTITY_OBJECT 10 |
DDS Entity object. | |
#define | DDSC_LOG_PARTICIPANTFACTORYQOS_OBJECT 11 |
DDS DomainParticipantFactoryQos object. | |
#define | DDSC_LOG_TYPE_OBJECT 12 |
A DDS Type object. | |
#define | DDSC_LOG_BINDRESOLVER_OBJECT 13 |
A NETIO BindResolver object. | |
#define | DDSC_LOG_ROUTERESOLVER_OBJECT 14 |
A NETIO RouteResolver object. | |
#define | DDSC_LOG_ADDRESSRESOLVER_OBJECT 15 |
A NETIO AddressResolver object. | |
#define | DDSC_LOG_DATAWRITERIO_OBJECT 16 |
A NETIO DataWriterInterface object. | |
#define | DDSC_LOG_DATAREADERIO_OBJECT 17 |
A NETIO DataReaderInterface object. | |
#define | DDSC_LOG_LOG_OBJECT 18 |
A OSAPI Log object. | |
#define | DDSC_LOG_SYSTEM_OBJECT 19 |
A OSAPI system object. | |
#define | DDSC_LOG_MUTEX_OBJECT 20 |
A OSAPI mutex object. | |
#define | DDSC_LOG_CONDREF_OBJECT 21 |
A DDS Waitset condition reference object. | |
#define | DDSC_LOG_WSREF_OBJECT 22 |
A DDS Condition waitset reference object. | |
#define | DDSC_LOG_MD5STREAM_OBJECT 23 |
A MD5 stream object. | |
#define | DDSC_LOG_CONDITION_OBJECT 24 |
A DDS Condition object. | |
#define | DDSC_LOG_RT_OBJECT 25 |
A RT Condition object. | |
#define | DDSC_LOG_PARTICIPANT_POOL_OBJECT 26 |
A Participant pool object. | |
#define | DDSC_LOG_TIMER_OBJECT 27 |
A OSAPI_Timer object. | |
#define | DDSC_LOG_TIMEROUT_OBJECT 28 |
A OSAPI_Timer timeout object. | |
#define | DDSC_LOG_TOPIC_OBJECT 29 |
A DDS Topic object. | |
#define | DDSC_LOG_WAITSET_OBJECT 30 |
A DDS WaitSet object. | |
#define | DDSC_LOG_UUID_OBJECT 31 |
A UUID object. | |
#define | DDSC_LOG_MEMPOOL_OBJECT 32 |
A REDA_MemPool object. | |
#define | DDSC_LOG_PARTICIPANT_PROPERTIES 33 |
A DomainParticipant's string properties sequence. | |
#define | DDSC_LOG_PARTICIPANT_BINARY_PROPERTIES 34 |
A DomainParticipant's binary properties sequence. | |
#define | DDSC_LOG_PARTICIPANT_BUILTIN_PUBLISHER 35 |
A DomainParticipant's builtin Publisher. | |
#define | DDSC_LOG_PARTICIPANT_BUILTIN_SUBSCRIBER 36 |
A DomainParticipant's builtin Subscriber. | |
#define | DDSC_LOG_OBJECT_INITIALIZE_EC (DDSC_LOG_BASE + 200) |
Out of resources to initialize object of the specified kind. | |
#define | DDSC_LOG_OBJECT_ALLOCATE_EC (DDSC_LOG_BASE + 201) |
Out of resources to allocate an object of the specified kind. | |
#define | DDSC_LOG_OBJECT_FINALIZE_EC (DDSC_LOG_BASE + 202) |
Failed to finalize object of specified kind. | |
#define | DDSC_LOG_OBJECT_DELETE_EC (DDSC_LOG_BASE + 203) |
Failed to delete object of specified kind. | |
#define | DDSC_LOG_OBJECT_COPY_EC (DDSC_LOG_BASE + 204) |
Failed to copy object of specified kind. | |
#define | DDSC_LOG_OBJECT_REFCOUNT_EC (DDSC_LOG_BASE + 205) |
Failed to delete/finalize an object because other objects are referencing it. | |
#define | DDSC_LOG_OBJECT_GET_PROPERTY_EC (DDSC_LOG_BASE + 206) |
Failed to get the object properties. | |
#define | DDSC_LOG_OBJECT_SET_PROPERTY_EC (DDSC_LOG_BASE + 207) |
Failed to set the object properties. | |
#define | DDSC_LOG_OBJECT_EMPTY_EC (DDSC_LOG_BASE + 208) |
An object is empty, typically applies only to buffer-pool objects. | |
#define | DDSC_LOG_OBJECT_INUSECOUNT_EC (DDSC_LOG_BASE + 209) |
Failed to delete/finalize an object because other objects are using it. | |
#define | DDSC_LOG_OBJECT_CREATE_EC (DDSC_LOG_BASE + 210) |
Failed to create an object. | |
#define | DDSC_LOG_NETMASK_SEQUENCE 1 |
A NETIO Netmask sequence. | |
#define | DDSC_LOG_ROUTE_SEQUENCE 2 |
A NETIO Route sequence. | |
#define | DDSC_LOG_RESERVED_SEQUENCE 3 |
A NETIO Reserved address sequence. | |
#define | DDSC_LOG_ENABLED_USER_TRANSPORT_SEQUENCE 4 |
A DDS sequence of enabled user NETIO transports. | |
#define | DDSC_LOG_ENABLED_TRANSPORT_SEQUENCE 5 |
A DDS sequence of enabled transports. | |
#define | DDSC_LOG_ENABLED_DISCVOERY_TRANSPORT_SEQUENCE 6 |
A DDS sequence of enabled discovery transports. | |
#define | DDSC_LOG_INITIAL_PEER_SEQUENCE 7 |
A DDS sequence of initial peers. | |
#define | DDSC_LOG_DESTINATION_SEQUENCE 8 |
A NETIO sequence of destinations to send to. | |
#define | DDSC_LOG_METAUNICAST_SEQUENCE 9 |
A DDS sequence of meta-traffic unicast locators. | |
#define | DDSC_LOG_METAMULTICAST_SEQUENCE 10 |
A DDS sequence of meta-traffic multicast locators. | |
#define | DDSC_LOG_USERUNICAST_SEQUENCE 11 |
A DDS sequence of user-traffic unicast locators. | |
#define | DDSC_LOG_USERMULTICAST_SEQUENCE 12 |
A DDS sequence of user-traffic multicast locators. | |
#define | DDSC_LOG_READTAKE_SEQUENCE 13 |
A DDS sequence used in a read/take call. | |
#define | DDSC_LOG_DATAHOLDER_SEQUENCE 14 |
A DDS sequence of DataHolder objects. | |
#define | DDSC_LOG_COOKIE_PAYLOAD_SEQUENCE 15 |
A cooke octet sequence. | |
#define | DDSC_LOG_REPRESENTATION_ID_SEQUENCE 16 |
a sequence for data representation IDs | |
#define | DDSC_LOG_SEQUENCE_SETMAX_EC (DDSC_LOG_BASE + 300) |
Failed to set the maximum length of a sequence of the specified kind. | |
#define | DDSC_LOG_SEQUENCE_SETLENGTH_EC (DDSC_LOG_BASE + 301) |
Failed to set the length of a sequence of the specified kind. | |
#define | DDSC_LOG_SEQUENCE_GETREF_EC (DDSC_LOG_BASE + 302) |
Failed to get a reference at the specified index for a sequence of the specified kind. | |
#define | DDSC_LOG_SEQUENCE_INITIALIZE_EC (DDSC_LOG_BASE + 303) |
Failed to initialize a sequence of the specified kind. | |
#define | DDSC_LOG_SEQUENCE_FINALIZE_EC (DDSC_LOG_BASE + 304) |
Failed to finalize a sequence of the specified kind. | |
#define | DDSC_LOG_SEQUENCE_COPY_EC (DDSC_LOG_BASE + 305) |
Failed to copy a sequence of the specified kind. | |
#define | DDSC_LOG_SEQUENCE_INVALID_EC (DDSC_LOG_BASE + 306) |
The sequence of the specified kind was invalid in the context it is used. | |
#define | DDSC_LOG_DISCOVERY_COMPONENT 1 |
A component of discovery kind. | |
#define | DDSC_LOG_RTPS_COMPONENT 2 |
A component of RTPS kind. | |
#define | DDSC_LOG_READERHISTORY_COMPONENT 3 |
A component of reader-history kind. | |
#define | DDSC_LOG_WRITERHISTORY_COMPONENT 4 |
A component of writer-history kind. | |
#define | DDSC_LOG_DATAREADERIO_COMPONENT 5 |
A component of DataReaderInterface kind. | |
#define | DDSC_LOG_DATAWRITERIO_COMPONENT 6 |
A component of DataWriterInterface kind. | |
#define | DDSC_LOG_NETIO_COMPONENT 7 |
A component of NETIO kind. | |
#define | DDSC_LOG_TRANSPORT_COMPONENT 8 |
A component of transport kind. | |
#define | DDSC_LOG_APPGEN_COMPONENT 9 |
A component of application generation kind. | |
#define | DDSC_LOG_COMPONENT_LOOKUP_EC (DDSC_LOG_BASE + 400) |
Did not find a component factory with the given name in the registry. | |
#define | DDSC_LOG_COMPONENT_CREATE_EC (DDSC_LOG_BASE + 401) |
Could not create a component of the specified kind using the specified factory. | |
#define | DDSC_LOG_COMPONENT_DELETE_EC (DDSC_LOG_BASE + 402) |
Could not delete a component of the specified kind using the specified factory. | |
#define | DDSC_LOG_HISTORY_RESOURCE 1 |
Exceeded resource limits for writer history queue. | |
#define | DDSC_LOG_SAMPLE_RESOURCES 2 |
Failed to get resource for new sample due to resource limit. | |
#define | DDSC_LOG_PARTICIPANT_RESOURCES 3 |
Failed to allocate a new participant. | |
#define | DDSC_LOG_RESOURCE_EXCEEDED_EC (DDSC_LOG_BASE + 500) |
Could not allocate a resource of the specified kind. | |
#define | DDSC_LOG_TOPIC_QOS 1 |
The TopicQos kind. | |
#define | DDSC_LOG_DATAREADER_QOS 2 |
The DataReaderQos kind. | |
#define | DDSC_LOG_DATAWRITER_QOS 3 |
The DataWriterQos kind. | |
#define | DDSC_LOG_SUBSCRIBER_QOS 4 |
The SubscriberQos kind. | |
#define | DDSC_LOG_PUBLISHER_QOS 5 |
The PublisherQos kind. | |
#define | DDSC_LOG_PARTICIPANT_QOS 6 |
The DomainParticipantQos kind. | |
#define | DDSC_LOG_PARTICIPANTFACTORY_QOS 7 |
The DomainParticipantFactoryQos kind. | |
#define | DDSC_LOG_DEFAULTTOPIC_QOS 8 |
The default TopicQos kind. | |
#define | DDSC_LOG_DEFAULTDATAREADER_QOS 9 |
The default DataReaderQos kind. | |
#define | DDSC_LOG_DEFAULTDATAWRITER_QOS 10 |
The default DataWriterQos kind. | |
#define | DDSC_LOG_DEFAULTSUBSCRIBER_QOS 11 |
The default SubscriberQos kind. | |
#define | DDSC_LOG_DEFAULTPUBLISHER_QOS 12 |
The default PublisherQos kind. | |
#define | DDSC_LOG_DEFAULTPARTICIPANT_QOS 13 |
The default PublisherQos kind. | |
#define | DDSC_LOG_DEADLINE_QOS_POLICY 14 |
The deadline qos policy kind. | |
#define | DDSC_LOG_LIVELINESS_QOS_POLICY 15 |
The liveliness qos policy kind. | |
#define | DDSC_LOG_HISTORY_QOS_POLICY 16 |
The history qos policy kind. | |
#define | DDSC_LOG_RESOURCE_LIMIT_QOS_POLICY 17 |
The resource limits qos policy kind. | |
#define | DDSC_LOG_PROTOCOL_QOS_POLICY 18 |
The protocol qos policy kind. | |
#define | DDSC_LOG_TYPE_SUPPORT_QOS_POLICY 19 |
The type-support qos policy kind. | |
#define | DDSC_LOG_RELIABILITY_QOS_POLICY 20 |
The reliability qos policy kind. | |
#define | DDSC_LOG_DURABILITY_QOS_POLICY 21 |
The durability qos policy kind. | |
#define | DDSC_LOG_OWNERSHIP_QOS_POLICY 22 |
The ownership qos policy kind. | |
#define | DDSC_LOG_OWNERSHIP_STRENGTH_QOS_POLICY 23 |
The ownership-strength qos policy kind. | |
#define | DDSC_LOG_TRANSPORT_QOS_POLICY 24 |
The transport qos policy kind. | |
#define | DDSC_LOG_PARTICIPANT_ID_QOS_POLICY 25 |
The participant id qos policy kind. | |
#define | DDSC_LOG_HEARTBEATS_QOS_POLICY 26 |
The heartbeat qos policy kind. | |
#define | DDSC_LOG_DATAWRITER_RESOURCE_QOS_POLICY 27 |
The DataWriterQos writer_resource_limits policy. | |
#define | DDSC_LOG_DATAREADER_RESOURCE_QOS_POLICY 28 |
The DataReaderQos reader_resource_limits policy. | |
#define | DDSC_LOG_DESTINATION_ORDER_POLICY 29 |
The DestinationOrderQos destination_order policy. | |
#define | DDSC_LOG_PROPERTY_QOS_POLICY 30 |
The PropertyQos policy. | |
#define | DDSC_LOG_PUBLISH_MODE_QOS_POLICY 31 |
The PublishModeQos policy. | |
#define | DDSC_LOG_DATA_REPRESENTATION_QOS_POLICY 33 |
The DataRepresentationQos policy. | |
#define | DDSC_LOG_LATENCY_BUDGET_QOS_POLICY 34 |
The LatencyBudgetQos policy. | |
#define | DDSC_LOG_QOS_INCONSISTENT_POLICY_EC (DDSC_LOG_BASE + 501) |
An inconsistent Qos policy for the specified Qos kind was found. | |
#define | DDSC_LOG_QOS_INCONSISTENT_POLICIES_EC (DDSC_LOG_BASE + 502) |
Inconsistency between two Qos policies for the specified Qos kind was found. | |
#define | DDSC_LOG_QOS_INCONSISTENT_EC (DDSC_LOG_BASE + 503) |
Failed to create an entity or set a qos due to inconsistent policy. | |
#define | DDSC_LOG_QOS_COPY_EC (DDSC_LOG_BASE + 504) |
Failed to copy a Qos of the specified kind. | |
#define | DDSC_LOG_QOS_INITIALIZE_EC (DDSC_LOG_BASE + 505) |
Failed to initialize a Qos of the specified kind. | |
#define | DDSC_LOG_QOS_FINALIZE_EC (DDSC_LOG_BASE + 506) |
Failed to finalize a Qos of the specified kind. | |
#define | DDSC_LOG_QOS_SET_EC (DDSC_LOG_BASE + 507) |
Failed to set a Qos of the specified kind. | |
#define | DDSC_LOG_QOS_SET_ON_ENABLED_EC (DDSC_LOG_BASE + 508) |
Failed to set a Qos of the specified kind because the entity is already enabled. | |
#define | DDSC_LOG_QOS_IMMUTABLE_EC (DDSC_LOG_BASE + 509) |
Failed to set a Qos of the specified kind the immutable Qos policies have been changed. | |
#define | DDSC_LOG_QOS_CHANGED_EC (DDSC_LOG_BASE + 510) |
A discovered Qos changed (the entity already existed) | |
#define | DDSC_LOG_QOS_GET_EC (DDSC_LOG_BASE + 511) |
Failed to get a Qos of the specified kind. | |
#define | DDSC_LOG_TOPIC_LISTENER 1 |
The topic listener kind. | |
#define | DDSC_LOG_DATAREADER_LISTENER 2 |
The datareader listener kind. | |
#define | DDSC_LOG_DATAWRITER_LISTENER 3 |
The datawriter listener kind. | |
#define | DDSC_LOG_SUBSCRIBER_LISTENER 4 |
The subscriber listener kind. | |
#define | DDSC_LOG_PUBLISHER_LISTENER 5 |
The publisher listener kind. | |
#define | DDSC_LOG_PARTICIPANT_LISTENER 6 |
The participant listener kind. | |
#define | DDSC_LOG_PARTICIPANTFACTORY_LISTENER 7 |
The participant-factory listener kind. | |
#define | DDSC_LOG_LISTENER_INCONSISTENT_EC (DDSC_LOG_BASE + 512) |
Failed to create an entity due to inconsistent listener and status mask. | |
#define | DDSC_LOG_LISTENER_SET_EC (DDSC_LOG_BASE + 513) |
Failed to set the listener of the specified kind. | |
#define | DDSC_LOG_LISTENER_GET_EC (DDSC_LOG_BASE + 514) |
Failed to get the listener of the specified kind. | |
#define | DDSC_LOG_LISTENER_SET_ILLEGAL_NULL_EC (DDSC_LOG_BASE + 515) |
Illegal combination of NULL listener and non-NONE status mask when setting a listener for an Entity. | |
#define | DDSC_LOG_TOPIC_ENTITY 1 |
The topic entity kind. | |
#define | DDSC_LOG_DATAWRITER_ENTITY 2 |
The datawriter entity kind. | |
#define | DDSC_LOG_DATAREADER_ENTITY 3 |
The datareader entity kind. | |
#define | DDSC_LOG_PUBLISHER_ENTITY 4 |
The publisher entity kind. | |
#define | DDSC_LOG_SUBSCRIBER_ENTITY 5 |
The subscriber entity kind. | |
#define | DDSC_LOG_PARTICIPANT_ENTITY 6 |
The participant entity kind. | |
#define | DDSC_LOG_PUBLICATION_ENTITY 7 |
The publication entity kind. | |
#define | DDSC_LOG_SUBSCRIPTION_ENTITY 8 |
The subscription entity kind. | |
#define | DDSC_LOG_ENTITY_ENABLE_EC (DDSC_LOG_BASE + 600) |
Failed to enable an entity of the specified kind. | |
#define | DDSC_LOG_ENTITY_NOT_EMPTY_EC (DDSC_LOG_BASE + 601) |
Failed to an delete/finalize an entity of the specified kind because it is not empty. | |
#define | DDSC_LOG_ENTITY_FINALIZE_EC (DDSC_LOG_BASE + 602) |
Failed to finalize an entity of the specified kind. | |
#define | DDSC_LOG_ENTITY_INITIALIZE_EC (DDSC_LOG_BASE + 603) |
Failed to initialize an entity of the specified kind. | |
#define | DDSC_LOG_ENTITY_NOT_ENABLED_EC (DDSC_LOG_BASE + 604) |
An operation was attempted on an entity that is not enabled. | |
#define | DDSC_LOG_ENTITY_DIFFERENT_FACTORY_EC (DDSC_LOG_BASE + 605) |
Entities are in different factories. | |
#define | DDSC_LOG_DATAWRITER_CDR 1 |
The datawriter CDR kind. | |
#define | DDSC_LOG_DATAREADER_CDR 2 |
The datareader CDR kind. | |
#define | DDSC_LOG_DATAWRITER_INLINE 3 |
The datawriter inline kind. | |
#define | DDSC_LOG_CDR_POOL_ALLOC_EC (DDSC_LOG_BASE + 700) |
Failed to allocate a pool of the specified kind. | |
#define | DDSC_LOG_CDR_BUFFER_SET_EC (DDSC_LOG_BASE + 701) |
Failed to set the CDR buffer for a packet. | |
#define | DDSC_LOG_CDR_POOL_DELETE_EC (DDSC_LOG_BASE + 702) |
Failed to delete the CDR pool. | |
#define | DDSC_LOG_CDR_SERIALIZE_PID_EC (DDSC_LOG_BASE + 703) |
Failed to serialize a parameter ID. | |
#define | DDSC_LOG_CDR_SERIALIZE_PID_LENGTH_EC (DDSC_LOG_BASE + 704) |
Failed to serialize a parameter length. | |
#define | DDSC_LOG_CDR_SERIALIZE_KEYHASH_EC (DDSC_LOG_BASE + 705) |
Failed to serialize a key-hash. | |
#define | DDSC_LOG_CDR_SERIALIZE_DATA_EC (DDSC_LOG_BASE + 706) |
Failed to serialize payload data. | |
#define | DDSC_LOG_DESERIALIZE_BAD_PID_LENGTH_EC (DDSC_LOG_BASE + 707) |
Deserialized an invalid parameter length for a specific parameter ID. | |
#define | DDSC_LOG_CDR_DESERIALIZE_PID_EC (DDSC_LOG_BASE + 708) |
Failed to deserialize the ID of an inline parameter. | |
#define | DDSC_LOG_CDR_DESERIALIZE_PID_LENGTH_EC (DDSC_LOG_BASE + 709) |
Failed to deserialize the length of an inline parameter. | |
#define | DDSC_LOG_CDR_INCREMENT_POS_EC (DDSC_LOG_BASE + 710) |
Failed to increment to the position of the next inline parameter. | |
#define | DDSC_LOG_CDR_SET_POS_EC (DDSC_LOG_BASE + 711) |
Failed to set the reception stream position. | |
#define | DDSC_LOG_CDR_DESERIALIZE_HEADER_EC (DDSC_LOG_BASE + 712) |
Failed to deserialize the encapsulation header. | |
#define | DDSC_LOG_CDR_DESERIALIZE_DATA_EC (DDSC_LOG_BASE + 713) |
Failed to deserialize CDR payload data. | |
#define | DDSC_LOG_CDR_INITIALIZE_SAMPLE_EC (DDSC_LOG_BASE + 714) |
Failed to initialize CDR sample. | |
#define | DDSC_LOG_CDR_FINALIZE_SAMPLE_EC (DDSC_LOG_BASE + 715) |
Failed to finalize sample. | |
#define | DDSC_LOG_CDR_SERIALIZE_STATUS_INFO_EC (DDSC_LOG_BASE + 716) |
Failed to serialize the status info parameter. | |
#define | DDSC_LOG_CDR_DESERIALIZE_KEYHASH_EC (DDSC_LOG_BASE + 717) |
Failed to deserialize a key-hash. | |
#define | DDSC_LOG_CDR_DESERIALIZE_KEY_EC (DDSC_LOG_BASE + 718) |
Failed to deserialize CDR payload key. | |
#define | DDSC_LOG_NETIO_ADD_ANON_TOPIC_ROUTE_EC (DDSC_LOG_BASE + 800) |
Failed to add a route to an anonymous participant discovery datawriter. | |
#define | DDSC_LOG_NETIO_ADD_TOPIC_ROUTE_EC (DDSC_LOG_BASE + 801) |
Failed to add a route to a topic from a datawriter. | |
#define | DDSC_LOG_NETIO_DELETE_TOPIC_ROUTE_EC (DDSC_LOG_BASE + 802) |
Failed to delete a route to a topic. | |
#define | DDSC_LOG_NETIO_FORWARD_TOPIC_EC (DDSC_LOG_BASE + 803) |
Failed to forward a topic. | |
#define | DDSC_LOG_NETIO_NETIO_KIND 1 |
Any NETIO interface kind, typically UDP. | |
#define | DDSC_LOG_INTRA_NETIO_KIND 2 |
The intra interface kind. | |
#define | DDSC_LOG_RTPS_NETIO_KIND 3 |
The RTPS interface kind. | |
#define | DDSC_LOG_DATAREADER_NETIO_KIND 4 |
The DataReader interface kind. | |
#define | DDSC_LOG_DATAWRITER_NETIO_KIND 5 |
The DataWriter interface kind. | |
#define | DDSC_LOG_NETIO_BIND_EXTERNAL_EC (DDSC_LOG_BASE + 804) |
Failed to bind two external interface of the specified kind. | |
#define | DDSC_LOG_NETIO_UNBIND_EXTERNAL_EC (DDSC_LOG_BASE + 805) |
Failed to unbind two external interfaces of the specified kind. | |
#define | DDSC_LOG_NETIO_BIND_EC (DDSC_LOG_BASE + 806) |
Failed to bind an interface to a peer interface. | |
#define | DDSC_LOG_NETIO_UNBIND_EC (DDSC_LOG_BASE + 807) |
Failed to unbind an interface from a peer interface. | |
#define | DDSC_LOG_NETIO_ADD_ROUTE_EC (DDSC_LOG_BASE + 808) |
Failed to add a route from an interface to a peer interface. | |
#define | DDSC_LOG_NETIO_DELETE_ROUTE_EC (DDSC_LOG_BASE + 809) |
Failed to delete a route from an interface to a peer interface. | |
#define | DDSC_LOG_NETIO_GET_EXTERNAL_INTF_EC (DDSC_LOG_BASE + 810) |
Failed to get an external interface for the specified interface kind. | |
#define | DDSC_LOG_NETIO_NO_ROUTE_EC (DDSC_LOG_BASE + 811) |
A DataReader failed a bind due to no existing route. | |
#define | DDSC_LOG_NETIO_ROUTE_LOOKUP_FAILED_EC (DDSC_LOG_BASE + 812) |
Lookup a route to a destination failed. | |
#define | DDSC_LOG_NETIO_GET_ROUTE_TABLE_FAILED_EC (DDSC_LOG_BASE + 813) |
Failed to get the route table for an interface. | |
#define | DDSC_LOG_NETIO_SEND_FAILED_EC (DDSC_LOG_BASE + 814) |
Failure when sending on an interface. | |
#define | DDSC_LOG_NETIO_SET_STATE_EC (DDSC_LOG_BASE + 815) |
Failed to set an interface state. | |
#define | DDSC_LOG_NETIO_PEER_LOOKUP_EC (DDSC_LOG_BASE + 816) |
Datawriter did not find a peer. | |
#define | DDSC_LOG_NETIO_FORCED_REMOVE_EC (DDSC_LOG_BASE + 817) |
Forced removal of sample downstream failed. | |
#define | DDSC_LOG_PACKET_INIT_EC (DDSC_LOG_BASE + 818) |
Failed to initialize a packet. | |
#define | DDSC_LOG_PACKET_SET_HEAD_EC (DDSC_LOG_BASE + 819) |
Failed to set the head of a packet. | |
#define | DDSC_LOG_PACKET_SET_TAIL_EC (DDSC_LOG_BASE + 820) |
Failed to set the tail of a packet. | |
#define | DDSC_LOG_DW_ACKNACK_FAILED_EC (DDSC_LOG_BASE + 900) |
Failed to ACKNACK sample in the writer history. | |
#define | DDSC_LOG_DW_COMMIT_EC (DDSC_LOG_BASE + 901) |
Failed to commit a sample to the writer queue. | |
#define | DDSC_LOG_DW_KEYHASH_CREATE_EC (DDSC_LOG_BASE + 902) |
Failed to create keyhash of instance handle. | |
#define | DDSC_LOG_DW_ILLEGAL_KEY_KIND_EC (DDSC_LOG_BASE + 903) |
Failed a write due to an invalid key kind for the type being written. | |
#define | DDSC_LOG_DW_CREATE_TYPED_WRITER_EC (DDSC_LOG_BASE + 904) |
Failed to create a typed writer. | |
#define | DDSC_LOG_DW_HISTORY_REGISTER_KEY_EC (DDSC_LOG_BASE + 905) |
Failed to register the key of an instance. | |
#define | DDSC_LOG_DW_UNKNOWN_FLOW_CONTROLLER_EC (DDSC_LOG_BASE + 906) |
Failed to create a flow-controller. | |
#define | DDSC_LOG_DW_FLOW_CONTROLLER_REQUIRED_EC (DDSC_LOG_BASE + 907) |
The data-sample is larger then supported by the transport, but the flow-controller has been compiled out. | |
#define | DDSC_LOG_DR_CREATE_TYPED_READER_EC (DDSC_LOG_BASE + 1000) |
Failed to create a typed datareader. | |
#define | DDSC_LOG_DR_COPY_DATA_SAMPLE_EC (DDSC_LOG_BASE + 1001) |
Failed to copy a sample upon reception, read, or take. | |
#define | DDSC_LOG_DR_COMMIT_SAMPLE_EC (DDSC_LOG_BASE + 1002) |
Failed to commit a sample to be made available to be read or taken. | |
#define | DDSC_LOG_DR_FILTER_ERROR_EC (DDSC_LOG_BASE + 1003) |
A datareader filter function failed. | |
#define | DDSC_LOG_DR_DESERIALIZE_KEYHASH_EC (DDSC_LOG_BASE + 1004) |
Failed to deserialize a key-hash parameter. | |
#define | DDSC_LOG_DR_GET_ENTRY_FAILED_EC (DDSC_LOG_BASE + 1005) |
Failed to get a Reader History entry for a received sample. | |
#define | DDSC_LOG_DR_COMMIT_ENTRY_EC (DDSC_LOG_BASE + 1006) |
Failed to commit a receive sample to Reader History to be read or taken. | |
#define | DDSC_LOG_DR_UNREGISTER_KEY_EC (DDSC_LOG_BASE + 1007) |
A DataReader failed to unregister an instance. | |
#define | DDSC_LOG_DR_DISPOSE_KEY_EC (DDSC_LOG_BASE + 1008) |
A DataReader failed to dispose an instance. | |
#define | DDSC_LOG_DR_READ_TAKE_FAILURE_EC (DDSC_LOG_BASE + 1009) |
A call to a reader/take function failed. | |
#define | DDSC_LOG_DR_INSTANCE_TO_KEYHASH_EC (DDSC_LOG_BASE + 1010) |
Failed to create keyhash of instance handle. | |
#define | DDSC_LOG_DR_INSTANCE_MAPPING_EXHAUSTED_EC (DDSC_LOG_BASE + 1011) |
Failed to create keyhash of instance handle. | |
#define | DDSC_LOG_TYPE_NAME_CMP_EC (DDSC_LOG_BASE + 1100) |
Two type names are incompatible. | |
#define | DDSC_LOG_TOPIC_NAME_CMP_EC (DDSC_LOG_BASE + 1101) |
Two topic names are incompatible. | |
#define | DDSC_LOG_TYPE_FUNCTION_GET_SERIALIZED_SAMPLE_MAX_SIZE 1 |
The get_serialized_sample_max_size function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_SERIALIZE_DATA 2 |
The serialize_data function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_DESERIALIZE_DATA 3 |
The deserialize_data function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_CREATE_SAMPLE 4 |
The create_sample function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_COPY_SAMPLE 5 |
The copy_sample function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_DELETE_SAMPLE 6 |
The delete_sample function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_GET_KEY_KIND 7 |
The get_key_kind function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_INSTANCE_TO_KEYHASH 8 |
The instance_to_keyhash function kind. | |
#define | DDSC_LOG_TYPE_FUNCTION_NULL_EC (DDSC_LOG_BASE + 1102) |
Invalid type plugin, The specified function pointer is NULL. | |
#define | DDSC_LOG_TOPIC_TOO_LONG_EC (DDSC_LOG_BASE + 1103) |
Failed to create a topic because the name exceeded the maximum length of 255 octets (excluding the terminating NUL) | |
#define | DDSC_LOG_TYPE_TOO_LONG_EC (DDSC_LOG_BASE + 1104) |
Failed to create a type because the name exceeded the maximum length of 255 octets (excluding the terminating NUL) | |
#define | DDSC_LOG_LOOKUP_TYPE_PLUGIN_EC (DDSC_LOG_BASE + 1105) |
A type-plugin for the given type could not be found. | |
#define | DDSC_LOG_TYPE_KEY_TYPE_EC (DDSC_LOG_BASE + 1106) |
Two types have incompatible keys. | |
#define | DDSC_LOG_DISC_LOCAL_PARTICIPANT_ENABLED_EC (DDSC_LOG_BASE + 1200) |
Discovery plugin failed its update after a local DomainParticipant was enabled. | |
#define | DDSC_LOG_DISC_BEFORE_LOCAL_PARTICIPANT_CREATED_EC (DDSC_LOG_BASE + 1201) |
Discovery plugin failed its update before a local DomainParticipant was created. | |
#define | DDSC_LOG_DISC_AFTER_LOCAL_PARTICIPANT_CREATED_EC (DDSC_LOG_BASE + 1202) |
Discovery plugin failed its update after a local DomainParticipant was created. | |
#define | DDSC_LOG_DISC_AFTER_LOCAL_DATAREADER_ENABLED_EC (DDSC_LOG_BASE + 1203) |
Discovery plugin failed its update after a local DataReader was enabled. | |
#define | DDSC_LOG_DISC_AFTER_LOCAL_DATAREADER_DELETED_EC (DDSC_LOG_BASE + 1204) |
Discovery plugin failed its update after a local DataReader was deleted. | |
#define | DDSC_LOG_DISC_AFTER_LOCAL_DATAWRITER_ENABLED_EC (DDSC_LOG_BASE + 1205) |
Discovery plugin failed its update after a local DataWriter was enabled. | |
#define | DDSC_LOG_DISC_AFTER_LOCAL_DATAWRITER_DELETED_EC (DDSC_LOG_BASE + 1206) |
Discovery plugin failed its update after a local DataWriter was deleted. | |
#define | DDSC_LOG_DISC_BEFORE_REMOTE_PARTICIPANT_DELETED_EC (DDSC_LOG_BASE + 1207) |
Discovery plugin failed its update after being notified that a remote DomainParticipant was about to be deleted. | |
#define | DDSC_LOG_DISC_ADD_PEER_EC (DDSC_LOG_BASE + 1208) |
Failed to add a peer with discovery plugin. | |
#define | DDSC_LOG_DESERIALIZE_UNKNOWN_PID_EC (DDSC_LOG_BASE + 1209) |
Deserialized a parameter of unknown ID. | |
#define | DDSC_LOG_SERIALIZE_BUILTIN_ENDPOINTS_EC (DDSC_LOG_BASE + 1210) |
Failed to serialize Builtin Endpoint Mask parameter. | |
#define | DDSC_LOG_DESERIALIZE_BUILTIN_ENDPOINTS_EC (DDSC_LOG_BASE + 1211) |
Failed to deserialize Builtin Endpoint Mask parameter. | |
#define | DDSC_LOG_SERIALIZE_TOPIC_NAME_EC (DDSC_LOG_BASE + 1212) |
Failed to serialize Topic Name parameter. | |
#define | DDSC_LOG_CDR_SET_OFFSET_EC (DDSC_LOG_BASE + 1213) |
Failed to set current offset of stream. | |
#define | DDSC_LOG_SERIALIZE_ENTITY_NAME_EC (DDSC_LOG_BASE + 1214) |
Failed to serialize Entity Name parameter. | |
#define | DDSC_LOG_SERIALIZE_TYPE_NAME_EC (DDSC_LOG_BASE + 1215) |
Failed to serialize Type Name parameter. | |
#define | DDSC_LOG_SERIALIZE_GUID_EC (DDSC_LOG_BASE + 1216) |
Failed to serialize GUID key. | |
#define | DDSC_LOG_SERIALIZE_DEFAULT_UNICAST_EC (DDSC_LOG_BASE + 1217) |
Failed to serialize Default Unicast Locator parameter. | |
#define | DDSC_LOG_DESERIALIZE_LOCATOR_EC (DDSC_LOG_BASE + 1218) |
Failed to deserialize a locator of the specified kind. | |
#define | DDSC_LOG_LOCATORS_FULL_EC (DDSC_LOG_BASE + 1219) |
A locator sequence is full, the remaining locators of the specified kind are dropped. | |
#define | DDSC_LOG_UNSUPPORTED_LOCATOR_EC (DDSC_LOG_BASE + 1220) |
The locator kind is not supported by any transport registered with the domain participant and is dropped. | |
#define | DDSC_LOG_SERIALIZE_PROTOCOL_VERSION_EC (DDSC_LOG_BASE + 1221) |
Failed to serialize Protocol Version parameter. | |
#define | DDSC_LOG_DESERIALIZE_PROTOCOL_VERSION_EC (DDSC_LOG_BASE + 1222) |
Failed to deserialize Protocol Version parameter. | |
#define | DDSC_LOG_DESERIALIZE_VENDOR_ID_EC (DDSC_LOG_BASE + 1223) |
Failed to deserialize Vendor ID parameter. | |
#define | DDSC_LOG_SERIALIZE_VENDOR_ID_EC (DDSC_LOG_BASE + 1224) |
Failed to serialize Vendor ID parameter. | |
#define | DDSC_LOG_SERIALIZE_PRODUCT_VERSION_EC (DDSC_LOG_BASE + 1225) |
Failed to serialize Product Version parameter. | |
#define | DDSC_LOG_SERIALIZE_LEASE_DURATION_EC (DDSC_LOG_BASE + 1226) |
Failed to serialize Lease Duration parameter. | |
#define | DDSC_LOG_DATAWRITER_ADD_PEER_FAILED_EC (DDSC_LOG_BASE + 1227) |
Failed to add a remote peer to a local DataWriter. | |
#define | DDSC_LOG_DATAREADER_ADD_PEER_FAILED_EC (DDSC_LOG_BASE + 1228) |
Failed to add a remote peer to a local DataReader. | |
#define | DDSC_LOG_DISC_REMOTE_PARTICIPANT_REMOVE_EC (DDSC_LOG_BASE + 1229) |
Failed to remote/reset remote participant after liveliness expired. | |
#define | DDSC_LOG_IPC_INIT_FAILED_EC (DDSC_LOG_BASE + 1300) |
Failed to initialize Builtin IPC entities. | |
#define | DDSC_LOG_IPC_ALLOC_FAILED_EC (DDSC_LOG_BASE + 1301) |
Failed to allocate memory for one of the Builtin IPC entities. | |
#define | DDSC_LOG_IPC_FINALIZE_FAILED_EC (DDSC_LOG_BASE + 1302) |
Failed to finalize all resources A potential memory leak might have been caused by unexpected errors during finalization of acquired resources. | |
#define | DDSC_LOG_IPC_CHANNEL_TYPE_REGISTER_EC (DDSC_LOG_BASE + 1303) |
Failed to register type for a Builtin IPC channel. | |
#define | DDSC_LOG_IPC_CHANNEL_TOPIC_CREATE_EC (DDSC_LOG_BASE + 1304) |
Failed to create topic for a Builtin IPC channel. | |
#define | DDSC_LOG_IPC_CHANNEL_READER_CREATE_EC (DDSC_LOG_BASE + 1305) |
Failed to create reader for a Builtin IPC channel. | |
#define | DDSC_LOG_IPC_CHANNEL_WRITER_CREATE_EC (DDSC_LOG_BASE + 1306) |
Failed to create writer for a Builtin IPC channel. | |
#define | DDSC_LOG_IPC_CHANNEL_TYPE_PLUGIN_EC (DDSC_LOG_BASE + 1307) |
Failed to find type plugin for a Builtin IPC channel. | |
#define | DDSC_LOG_IPC_CHANNEL_UNKNOWN_EC (DDSC_LOG_BASE + 1308) |
Unknown Builtin IPC channel requested. | |
#define | DDSC_LOG_IPC_UPDATE_QOS_FAILED_EC (DDSC_LOG_BASE + 1309) |
Failed to update DomainParticipantQos to account for Builtin IPC endpoints. | |
#define | DDSC_LOG_TRUST_UNKNOWN_GMCLASSID_EC (DDSC_LOG_BASE + 1401) |
Unknown generic message class id. | |
#define | DDSC_LOG_TRUST_UNKNOWN_SERVICEID_EC (DDSC_LOG_BASE + 1402) |
Unknown builtin service id. | |
#define | DDSC_LOG_TRUST_IGNORED_REMOTE_PARTICIPANT_EC (DDSC_LOG_BASE + 1403) |
Ignored remote participant. | |
#define | DDSC_LOG_TRUST_IGNORED_HANDSHAKE_MESSAGE_EC (DDSC_LOG_BASE + 1404) |
Ignored handshake message from remote participant. | |
#define | DDSC_LOG_TRUST_UNEXPECTED_VALIDATION_RESULT_EC (DDSC_LOG_BASE + 1405) |
Unexpected validation result. | |
#define | DDSC_LOG_TRUST_UNAUTHORIZED_REMOTE_PARTICIPANT_EC (DDSC_LOG_BASE + 1406) |
A remote participant failed the authorization process. | |
#define | DDSC_LOG_NAME_LOOKUP_EC (DDSC_LOG_BASE + 1700) |
Fully qualified name does not cointain substring "::". | |
#define | DDSC_LOG_ENTITY_NAME_TOO_LONG_EC (DDSC_LOG_BASE + 1701) |
Failed to get an entity because the specified name excees the maximum length of 255 octets (excluding the terminating NUL) | |
#define | DDSC_LOG_MESSAGE_DATA_UNKNOWN_LIVELINESS_KIND_EC (DDSC_LOG_BASE + 1701) |
Unknown P2P message liveliness kind received. | |
#define | DDSC_LOG_MESSAGE_DATA_WRONG_LIVELINESS_KIND_EC (DDSC_LOG_BASE + 1702) |
Wrong P2P message liveliness kind received. | |
#define | DDSC_LOG_UPDATE_LEASE_DURATION_TIMER_EC (DDSC_LOG_BASE + 1703) |
Failed to update DW lease duration check event. |
DDS_C module log codes.