RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
dds_c_log.h File Reference

DDS_C module log codes. More...

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_MIN_DISCOVERY_MTU_EC   (DDSC_LOG_BASE + 39)
 Minimum MTU across all Discovery transports must be greater or equal to a packet containing serialized ParticipantBuiltinTopicData.
 
#define DDSC_LOG_MIN_MTU_SIZE_EC   (DDSC_LOG_BASE + 40)
 MTU for a transport set lower or equal to Protocol Overhead of 448 bytes.
 
#define DDSC_LOG_GET_MTU_EC   (DDSC_LOG_BASE + 40)
 Error getting the mtu from the route resolver.
 
#define DDSC_LOG_GET_MTU_NO_ROUTES_EC   (DDSC_LOG_BASE + 41)
 MTU could not be found because of no routes.
 
#define DDSC_LOG_RESOLVE_LOCATORS_PRIORITY_EC   (DDSC_LOG_BASE + 42)
 Failed to resolve locators based on priority.
 
#define DDSC_LOG_REMOTE_PUBLICATION_DATA_CHANGED_EC   (DDSC_LOG_BASE + 43)
 The publication builtin topic data for a remote publication changed after the remote publication was asserted.
 
#define DDSC_LOG_REMOTE_SUBSCRIPTION_DATA_CHANGED_EC   (DDSC_LOG_BASE + 44)
 Fields in subscription builtin topic data for a remote subscription which are not supported to dynamically change were updated after the remote subscription was asserted.
 
#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_REMOTE_ENDPOINT_TRUST_STATE_RECORD   12
 Database record for a remote trust endpoint.
 
#define DDSC_LOG_MATCHED_DW_RECORD   13
 Database record for a matched remote data writer.
 
#define DDSC_LOG_STRING_RECORD   14
 Database record for a string property.
 
#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 built-in Publisher.
 
#define DDSC_LOG_PARTICIPANT_BUILTIN_SUBSCRIBER   36
 A DomainParticipant's built-in Subscriber.
 
#define DDSC_LOG_PARTICIPANT_GENERIC_MESSAGE_OBJECT   37
 A built-in Inter-Participant Channel data type object.
 
#define DDSC_LOG_DATA_HOLDER_SEQ_OBJECT   38
 A Trust data holder sequence object.
 
#define DDSC_LOG_PROPERTYQOSPOLICY_OBJECT   39
 A Property QoS policy object.
 
#define DDSC_LOG_STRING_OBJECT   40
 A String object.
 
#define DDSC_LOG_AUTHPOOL_OBJECT   41
 An authentication pool object.
 
#define DDSC_LOG_BUFFER_OBJECT   42
 A Log buffer object.
 
#define DDSC_LOG_STRINGMANAGER_OBJECT   43
 A String Manager object.
 
#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_CONTENT_FILTER_QOS_POLICY   35
 The ContentFilterQos 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_ENTITY_INVALID_PROPERTY_EC   (DDSC_LOG_BASE + 606)
 An invalid property was specified for the entity.
 
#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_NETIO_DISCOVERY_ENABLED_TRANSPORT_EC   (DDSC_LOG_BASE + 821)
 Configured discovery enabled transport is not valid.
 
#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_DW_INSTANCE_ASSERTION_FAILED_EC   (DDSC_LOG_BASE + 908)
 Failed to reserve an instance to publish discovery data for a user created data writer. This typically means DomainParticipantQos.resource_limits.remote_writer_allocation is too small.
 
#define DDSC_LOG_DW_INCOMPATIBLE_PADDING_EC   (DDSC_LOG_BASE + 909)
 A DataReader incompatible with padding bits in encapsulation header was discovered.
 
#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_DR_INSTANCE_ASSERTION_FAILED_EC   (DDSC_LOG_BASE + 1012)
 Failed to reserve an instance to publish discovery data for a user created data reader. This typically means DomainParticipantQos.resource_limits.remote_reader_allocation is too small.
 
#define DDSC_LOG_DR_ON_SAMPLE_REMOVED_EC   (DDSC_LOG_BASE + 1013)
 Failed to remove a sample when it was being pushed out from the Reader History.
 
#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_TYPE_PLUGIN_GET_BUFFER_EC   (DDSC_LOG_BASE + 1107)
 Type-plugin cannot return a buffer.
 
#define DDSC_LOG_TYPE_PLUGIN_INCONSISTENT_DR_EC   (DDSC_LOG_BASE + 1108)
 Inconsisten type-plugin DataReader.
 
#define DDSC_LOG_DUPLICATE_GUID_PREFIX_EC   (DDSC_LOG_BASE + 1109)
 A DomainParticipant with the specified GUID already exists in the DomainParticipant factory.
 
#define DDSC_LOG_TYPE_MANAGED_POOL_FAILURE_EC   (DDSC_LOG_BASE + 1110)
 Managed pool function failed.
 
#define DDSC_LOG_TYPE_GET_SAMPLE_ID_EC   (DDSC_LOG_BASE + 1111)
 Managed pool failed to get sample id.
 
#define DDSC_LOG_PARTICIPANT_NAME_EMPTY_EC   (DDSC_LOG_BASE + 1112)
 A DomainParticipant with enable_participant_discovery_by_name set to to TRUE but an empty name is created.
 
#define DDSC_LOG_DUPLICATE_PARTICIPANT_NAME_EC   (DDSC_LOG_BASE + 1113)
 A DomainParticipant with enable_participant_discovery_by_name set to to TRUE, but a local participant with the same DomainParticipantQos.participant_name.name aleady exists.
 
#define DDSC_LOG_DUPLICATE_REMOTE_PARTICIPANT_NAME_EC   (DDSC_LOG_BASE + 1114)
 A remote participant is discovered with the same name as the a local participant name in the same domain ID.
 
#define DDSC_LOG_REMOTE_PARTICIPANT_NAME_EMPTY_EC   (DDSC_LOG_BASE + 1115)
 A remote participant without a name is discovered.
 
#define DDSC_LOG_REMOTE_PARTICIPANT_RESTART_EC   (DDSC_LOG_BASE + 1116)
 Failed to reset a remote participant.
 
#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_DESERIALIZE_PARTITION_SEQ_EC   (DDSC_LOG_BASE + 1230)
 Failed to deserialize partition seq.
 
#define DDSC_LOG_INITIALIZE_DISCOVERY_QUEUE_EC   (DDSC_LOG_BASE + 1231)
 Failed to initialize discovery queue.
 
#define DDSC_LOG_QUEUE_PUBLICATION_DISCOVERY_EC   (DDSC_LOG_BASE + 1232)
 Failed to queue a publication discovery message.
 
#define DDSC_LOG_QUEUE_SUBSCRIPTION_DISCOVERY_EC   (DDSC_LOG_BASE + 1233)
 Failed to queue a subscription discovery message.
 
#define DDSC_LOG_QUEUE_FINALIZE_EC   (DDSC_LOG_BASE + 1234)
 Failed finalize discovery queue.
 
#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 built-in IPC endpoints.
 
#define DDSC_LOG_IPC_CHANNEL_ADD_ANON_ROUTE_EC   (DDSC_LOG_BASE + 1310)
 Failed to add an anonymous route to a built-in DataWriter or DataReader.
 
#define DDSC_LOG_IPC_CHANNEL_DELETE_ANON_ROUTE_EC   (DDSC_LOG_BASE + 1311)
 Failed to delete an anonymous route to a built-in DataWriter or DataReader.
 
#define DDSC_LOG_IPC_CHANNEL_ADD_PEER_EC   (DDSC_LOG_BASE + 1312)
 Failed to add an inter-participant channel peer.
 
#define DDSC_LOG_IPC_CHANNEL_REMOVE_PEER_EC   (DDSC_LOG_BASE + 1313)
 Failed to remove an inter-participant channel peer.
 
#define DDSC_LOG_IPC_CHANNEL_RETURN_LOAN_EC   (DDSC_LOG_BASE + 1314)
 Failed to return a loaned inter-participant sample.
 
#define DDSC_LOG_IPC_CHANNEL_PROCESS_SAMPLE_EC   (DDSC_LOG_BASE + 1315)
 Failed to process inter-participant message.
 
#define DDS_LOG_IPC_ASSERT_ROUTES_EC   (DDSC_LOG_BASE + 1316)
 Failed to assert inter-participant routes.
 
#define DDSC_LOG_IPC_CHANNEL_WRITE_SAMPLE_EC   (DDSC_LOG_BASE + 1317)
 Failed to write inter-participant message.
 
#define DDSC_LOG_IPC_CHANNEL_FAILED_PROCESS_AUTH_HANDSHAKE_FAILED_EC    (DDSC_LOG_BASE + 1318)
 Failed to process handshake authentication.
 
#define DDSC_LOG_IPC_CHANNEL_FAILED_PROCESS_PARTICIPANT_INTERCEPTOR_STATE_FAILED_EC    (DDSC_LOG_BASE + 1319)
 Failed to process participant interceptor tokens.
 
#define DDSC_LOG_IPC_CHANNEL_FAILED_PROCESS_ENDPOINT_INTERCEPTOR_STATE_FAILED_EC    (DDSC_LOG_BASE + 1320)
 Failed to process endpoint interceptor tokens.
 
#define DDSC_LOG_IPC_CHANNEL_FAILED_PROCESS_AUTH_REQUEST_FAILED_EC    (DDSC_LOG_BASE + 1321)
 Failed to process authentication request.
 
#define DDSC_LOG_IPC_CHANNEL_CONFIG_INITIALIZE_FAILED_EC    (DDSC_LOG_BASE + 1322)
 Failed to initialize inter-participant channel.
 
#define DDSC_LOG_IPC_CHANNEL_CONFIG_FINALIZE_FAILED_EC    (DDSC_LOG_BASE + 1323)
 
#define DDSC_LOG_IPC_CHANNEL_CONFIG_SET_FAILED_EC    (DDSC_LOG_BASE + 1324)
 Failed to get inter-participant channel configuration.
 
#define DDSC_LOG_IPC_CHANNEL_SET_LISTENERS_FAILED_EC    (DDSC_LOG_BASE + 1325)
 Failed to set inter-participant channel listeners.
 
#define DDSC_LOG_IPC_CHANNEL_ENABLE_FAILED_EC    (DDSC_LOG_BASE + 1326)
 Failed to enable inter-participant channel entities.
 
#define DDSC_LOG_IPC_CHANNEL_CREATE_FAILED_EC    (DDSC_LOG_BASE + 1327)
 Failed to create inter-participant channel.
 
#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_TRUST_FAILED_VALIDATE_LOCAL_IDENTITY_EC   (DDSC_LOG_BASE + 1407)
 Failed to validate local identity.
 
#define DDSC_LOG_TRUST_INVALID_IDENTITY_HANDLE_EC   (DDSC_LOG_BASE + 1408)
 Invalid local trust identity.
 
#define DDSC_LOG_TRUST_GET_IDENTITY_TOKEN_FAILED_EC   (DDSC_LOG_BASE + 1409)
 Failed to get identity token.
 
#define DDSC_LOG_TRUST_INVALID_PERMISSIONS_HANDLE_EC   (DDSC_LOG_BASE + 1410)
 Invalid local trust permissions.
 
#define DDSC_LOG_TRUST_INVALID_PARTICIPANT_GUID_EC   (DDSC_LOG_BASE + 1411)
 Invalid DomainParticipant GUID configuration.
 
#define DDSC_LOG_TRUST_GET_PARTICIPANT_TRUST_ATTTRIBUTES_FAILED_EC    (DDSC_LOG_BASE + 1412)
 Failed to get DomainParticipant trust attributes.
 
#define DDSC_LOG_TRUST_CHECK_CREATE_PARTICIPANT_FAILED_EC   (DDSC_LOG_BASE + 1413)
 Failed to create access control DomainParticipant.
 
#define DDSC_LOG_TRUST_GET_PERMISSIONS_CREDENTIAL_TOKEN_FAILED_EC    (DDSC_LOG_BASE + 1414)
 Failed to get permissions credential token.
 
#define DDSC_LOG_TRUST_GET_PERMISSIONS_TOKEN_FAILED_EC   (DDSC_LOG_BASE + 1415)
 Failed to get permissions token.
 
#define DDSC_LOG_TRUST_INVALID_INTERCEPTOR_HANDLE_EC   (DDSC_LOG_BASE + 1416)
 Invalid interceptor handle.
 
#define DDSC_LOG_TRUST_REGISTER_LOCAL_PARTICIPANT_FAILED_EC   (DDSC_LOG_BASE + 1417)
 Failed to register local DomainParticipant.
 
#define DDSC_LOG_TRUST_RETURN_PERMISSIONS_CREDENTIAL_TOKEN_FAILED_EC    (DDSC_LOG_BASE + 1418)
 Failed to return permissions credential token.
 
#define DDSC_LOG_TRUST_RETURN_PERMISSIONS_TOKEN_FAILED_EC   (DDSC_LOG_BASE + 1419)
 Failed to return permissions token.
 
#define DDSC_LOG_TRUST_RETURN_IDENTITY_TOKEN_FAILED_EC   (DDSC_LOG_BASE + 1420)
 Failed to return identity token.
 
#define DDSC_LOG_TRUST_UNREGISTER_PARTICIPANT_FAILED_EC   (DDSC_LOG_BASE + 1421)
 Failed to unregister local participant.
 
#define DDSC_LOG_TRUST_RETURN_PERMISSIONS_HANDLE_FAILED_EC   (DDSC_LOG_BASE + 1422)
 Failed to return permissions handle.
 
#define DDSC_LOG_TRUST_RETURN_IDENTITY_HANDLE_FAILED_EC   (DDSC_LOG_BASE + 1423)
 Failed to return identity handle.
 
#define DDSC_LOG_TRUST_RETURN_SHAREDSECRET_HANDLE_FAILED_EC   (DDSC_LOG_BASE + 1424)
 Failed to return shared secret handle.
 
#define DDSC_LOG_TRUST_GET_AUTHENTICATED_PEER_CREDENTIAL_TOKEN_FAILED_EC    (DDSC_LOG_BASE + 1425)
 Failed to get authenticated peer credential token.
 
#define DDSC_LOG_TRUST_CHECK_REMOTE_PARTICIPANT_FAILED_EC   (DDSC_LOG_BASE + 1426)
 Failed to check access control remote DomainParticipant.
 
#define DDSC_LOG_TRUST_GET_SHARED_SECRET_FAILED_EC   (DDSC_LOG_BASE + 1427)
 Failed to get shared secret.
 
#define DDSC_LOG_TRUST_PREPARE_LOCAL_PARTICIPANT_STATE_FAILED_EC    (DDSC_LOG_BASE + 1428)
 Failed to validate local DomainParticipant trust.
 
#define DDSC_LOG_TRUST_DELETE_TRUST_PLUGINS_EC   (DDSC_LOG_BASE + 1429)
 Failed to delete trust plugins.
 
#define DDSC_LOG_TRUST_SET_PERMISSIONS_CREDENTIAL_TOKEN_FAILED_EC    (DDSC_LOG_BASE + 1430)
 Failed to set permissions credential and token.
 
#define DDSC_LOG_TRUST_REGISTER_MATCHED_REMOTE_PARTICIPANT_FAILED_EC    (DDSC_LOG_BASE + 1431)
 Failed to register matched remote DomainParticipant.
 
#define DDSC_LOG_TRUST_GET_TOPIC_TRUST_ATTRIBUTES_FAILED_EC   (DDSC_LOG_BASE + 1432)
 Failed to get topic trust attributes.
 
#define DDSC_LOG_TRUST_CHECK_CREATE_DATAWRITER_FAILED_EC   (DDSC_LOG_BASE + 1433)
 Failed to create trust check DataWriter.
 
#define DDSC_LOG_TRUST_RETURN_DATAWRITER_TRUST_ATTRIBUTES_FAILED_EC    (DDSC_LOG_BASE + 1434)
 Failed to return DataWriter trust attributes.
 
#define DDSC_LOG_TRUST_GET_DATAWRITER_TRUST_ATTRIBUTES_FAILED_EC    (DDSC_LOG_BASE + 1435)
 Failed to get DataWriter trust attributes.
 
#define DDSC_LOG_TRUST_GET_DATAREADER_TRUST_ATTRIBUTES_FAILED_EC    (DDSC_LOG_BASE + 1436)
 Failed to get DataReader trust attributes.
 
#define DDSC_LOG_TRUST_CHECK_CREATE_DATAREADER_FAILED_EC   (DDSC_LOG_BASE + 1437)
 Failed to create trust check DataReader.
 
#define DDSC_LOG_TRUST_BEGIN_HANDSHAKE_REPLY_EC   (DDSC_LOG_BASE + 1438)
 Handshake begin reply failed.
 
#define DDSC_LOG_TRUST_CREATE_LOCAL_PARTICIPANT_INTERCEPTOR_TOKENS_EC    (DDSC_LOG_BASE + 1439)
 Failed to create local DomainParticipant interceptor tokens.
 
#define DDSC_LOG_TRUST_CREATE_LOCAL_DW_TOKEN_EC   (DDSC_LOG_BASE + 1440)
 Failed to create local DataWriter interceptor token.
 
#define DDSC_LOG_TRUST_CREATE_LOCAL_DR_TOKEN_EC   (DDSC_LOG_BASE + 1441)
 Failed to create local DataReader interceptor token.
 
#define DDSC_LOG_TRUST_RETURN_HANDSHAKE_HANDLE_FAILED_EC   (DDSC_LOG_BASE + 1442)
 Failed to return handshake handle.
 
#define DDSC_LOG_TRUST_SET_REMOTE_PARTICIPANT_INTERCEPTOR_TOKENS_FAILED_EC    (DDSC_LOG_BASE + 1443)
 Failed to set remote DomainParticipant interceptor tokens.
 
#define DDSC_LOG_TRUST_SET_REMOTE_DATAREADER_INTERCEPTOR_TOKENS_FAILED_EC    (DDSC_LOG_BASE + 1444)
 Failed to set remote DataReader interceptor tokens.
 
#define DDSC_LOG_TRUST_SET_REMOTE_DATAWRITER_INTERCEPTOR_TOKENS_FAILED_EC    (DDSC_LOG_BASE + 1445)
 Failed to set remote DataWriter interceptor tokens.
 
#define DDSC_LOG_TRUST_REGISTER_LOCAL_DATAREADER_FAILED_EC   (DDSC_LOG_BASE + 1446)
 Failed to register local DataReader.
 
#define DDSC_LOG_TRUST_REGISTER_LOCAL_DATAWRITER_FAILED_EC   (DDSC_LOG_BASE + 1447)
 Failed to register local DataWriter.
 
#define DDSC_LOG_TRUST_CHECK_REMOTE_DATAWRITER_FAILED_EC   (DDSC_LOG_BASE + 1448)
 Failed to check remote DataWriter.
 
#define DDSC_LOG_TRUST_CHECK_REMOTE_DATAREADER_FAILED_EC   (DDSC_LOG_BASE + 1449)
 Failed to check remote DataReader.
 
#define DDSC_LOG_TRUST_REGISTER_MATCHED_REMOTE_DATAWRITER_FAILED_EC    (DDSC_LOG_BASE + 1450)
 Failed to register matched remote DataWriter.
 
#define DDSC_LOG_TRUST_REGISTER_MATCHED_REMOTE_DATAREADER_FAILED_EC    (DDSC_LOG_BASE + 1451)
 Failed to register matched remote DataReader.
 
#define DDSC_LOG_TRUST_UNREGISTER_DATAREADER_FAILED_EC   (DDSC_LOG_BASE + 1452)
 Failed to unregister DataReader.
 
#define DDSC_LOG_TRUST_UNREGISTER_DATAWRITER_FAILED_EC   (DDSC_LOG_BASE + 1453)
 Failed to unregister DataWriter.
 
#define DDSC_LOG_TRUST_VALIDATE_REMOTE_IDENTITY_EC   (DDSC_LOG_BASE + 1454)
 Failed to validate remote identity.
 
#define DDSC_LOG_TRUST_BEGIN_HANDSHAKE_REQUEST_EC   (DDSC_LOG_BASE + 1455)
 Handshake begin request failed.
 
#define DDSC_LOG_TRUST_PROCESS_HANDSHAKE_EC   (DDSC_LOG_BASE + 1456)
 Handshake process failed.
 
#define DDSC_LOG_TRUST_CREATE_TRUST_PLUGINS_FAILED_EC   (DDSC_LOG_BASE + 1457)
 Failed to create trust plugins.
 
#define DDSC_LOG_TRUST_PARSE_PROPERTY_FAILED_EC   (DDSC_LOG_BASE + 1458)
 Failed to parse trust property.
 
#define DDSC_LOG_TRUST_AFTER_REMOTE_PARTICIPANT_READY_FAILED_EC    (DDSC_LOG_BASE + 1459)
 Error after remote trust DomainParticipant is ready.
 
#define DDSC_LOG_TRUST_REMOVE_REMOTE_PARTICIPANT_EC   (DDSC_LOG_BASE + 1460)
 Failed to remove remote DomainParticipant.
 
#define DDS_LOG_TRUST_ASSERT_PARTICIPANT_GENERIC_MESSAGE_FAILED_EC    (DDSC_LOG_BASE + 1461)
 Failed to assert DomainParticipant generic message.
 
#define DDSC_LOG_TRUST_SEND_HANDSHAKE_EC   (DDSC_LOG_BASE + 1462)
 Failed to send handshake message.
 
#define DDSC_LOG_VALIDATE_REMOTE_PARTICIPANT_TRUST_FAILED_EC    (DDSC_LOG_BASE + 1463)
 Failed to validate trust remote DomainParticipant.
 
#define DDSC_LOG_TRUST_BIND_REMOTE_DATAREADER_FAILED_EC   (DDSC_LOG_BASE + 1464)
 Failed to get remote DataReader bind properties.
 
#define DDSC_LOG_TRUST_REGISTER_REMOTE_DATAREADER_FAILED_EC   (DDSC_LOG_BASE + 1465)
 Failed to register remote DataReader.
 
#define DDSC_LOG_TRUST_BIND_REMOTE_DATAWRITER_FAILED_EC   (DDSC_LOG_BASE + 1466)
 Failed to get remote DataWriter bind properties.
 
#define DDSC_LOG_TRUST_REGISTER_REMOTE_DATAWRITER_FAILED_EC   (DDSC_LOG_BASE + 1467)
 Failed to register remote DataWriter.
 
#define DDSC_LOG_TRUST_VALIDATE_REMOTE_DATAWRITER_TRUST_FAILED_EC    (DDSC_LOG_BASE + 1468)
 Failed to validate remote DataWriter.
 
#define DDSC_LOG_TRUST_VALIDATE_REMOTE_DATAREADER_TRUST_FAILED_EC   (DDSC_LOG_BASE + 1469)
 Failed to validate remote DataReader.
 
#define DDSC_LOG_TRUST_VALIDATE_LOCAL_DATAWRITER_TRUST_FAILED_EC    (DDSC_LOG_BASE + 1470)
 Failed to validate local DataWriter.
 
#define DDSC_TRUST_INVALID_PARTICIPANT_GENERIC_MESSAGE_EC   (DDSC_LOG_BASE + 1471)
 Invalid DomainParticipant trust generic message.
 
#define DDSC_LOG_TRUST_PREPARE_AUTH_REQUEST_EC   (DDSC_LOG_BASE + 1472)
 Failed to prepare authentication request.
 
#define DDSC_LOG_TRUST_PREPARE_AUTH_HANDSHAKE_MESSAGE_EC   (DDSC_LOG_BASE + 1473)
 Failed to prepare authentication handshake message.
 
#define DDSC_LOG_TRUST_PREPARE_ENDPOINT_INTERCEPTOR_MESSAGE_EC    (DDSC_LOG_BASE + 1474)
 Failed to prepare endpoint interceptor message.
 
#define DDSC_LOG_TRUST_INVALID_GENERIC_MESSAGE_REPLY_EC   (DDSC_LOG_BASE + 1475)
 Invalid trust generic message reply.
 
#define DDSC_LOG_FINALIZE_TRUST_FAILED_EC   (DDSC_LOG_BASE + 1476)
 Failed to finalize trust.
 
#define DDSC_LOG_TRUST_DATA_HOLDER_COPY_FAILED_EC   (DDSC_LOG_BASE + 1477)
 Failed to copy trust data holder.
 
#define DDSC_LOG_TRUST_INVALID_SAMPLE_MAX_SERIALIZED_SIZE_EC   (DDSC_LOG_BASE + 1478)
 Invalid sample serialized size.
 
#define DDSC_LOG_TRUST_ALLOC_FAILED_EC   (DDSC_LOG_BASE + 1479)
 Failed to allocate memory.
 
#define DDSC_LOG_TRUST_SERIALIZE_DATA_FAILED_EC   (DDSC_LOG_BASE + 1480)
 Failed to serialize trust data.
 
#define DDSC_LOG_TRUST_INITIALIZE_PARTICIPANT_TRUST_FAILED_EC    (DDSC_LOG_BASE + 1481)
 Failed to initialize trust.
 
#define DDSC_LOG_TRUST_INITIALIZE_PARTICIPANT_BUILTIN_DATA_FAILED_EC    (DDSC_LOG_BASE + 1482)
 Failed to initialize DomainParticipant trust data.
 
#define DDSC_LOG_TRUST_INVALID_PARTICIPANT_GENERIC_MESSAGE_EC    (DDSC_LOG_BASE + 1483)
 Invalid DomainParticipant trust generic message.
 
#define DDSC_LOG_TRUST_ADVANCE_SN_FAILED_EC   (DDSC_LOG_BASE + 1484)
 Failed to advance trust sequence number.
 
#define DDSC_LOG_TRUST_WRITE_SAMPLE_FAILED_EC   (DDSC_LOG_BASE + 1485)
 Failed to write sample.
 
#define DDSC_LOG_TRUST_RESEND_HANDSHAKE_IN_PROGRESS_EC   (DDSC_LOG_BASE + 1486)
 Failed to resend handshake because it is already in progress.
 
#define DDSC_LOG_TRUST_RESEND_HANDSHAKE_STOP_FAILED_EC   (DDSC_LOG_BASE + 1487)
 Failed to stop periodic handshake.
 
#define DDSC_LOG_TRUST_RELEASE_PARTICIPANT_GENERIC_MESSAGE_FAILED_EC    (DDSC_LOG_BASE + 1488)
 Failed to release DomainParticipant trust generic message.
 
#define DDSC_LOG_TRUST_RESEND_HANDSHAKE_MESSAGE_START_FAILED_EC    (DDSC_LOG_BASE + 1489)
 Failed to start periodic handshake.
 
#define DDSC_LOG_TRUST_UNEXPECTED_REMOTE_PARTICIPANT_STATUS_EC    (DDSC_LOG_BASE + 1490)
 Invalid remote DomainParticipant trust status.
 
#define DDSC_LOG_TRUST_SEND_PARTICIPANT_INTERCEPTOR_STATE_FAILED_EC    (DDSC_LOG_BASE + 1491)
 Faile to send DomainParticipant interceptor state.
 
#define DDSC_LOG_TRUST_PARTICIPANT_AUTHENTICATION_FAILED_EC   (DDSC_LOG_BASE + 1492)
 DomainParticipant authentication failed.
 
#define DDSC_LOG_TRUST_ASSERT_PARTICIPANT_GENERIC_MESSAGE_FAILED_EC    (DDSC_LOG_BASE + 1493)
 Failed to assert DomainParticipant generic message.
 
#define DDSC_LOG_TRUST_SEND_HANDSHAKE_MESSAGE_FAILED_EC   (DDSC_LOG_BASE + 1494)
 Failed to send handshake message.
 
#define DDSC_LOG_TRUST_INVALID_INTERCEPTOR_TOKENS_EC   (DDSC_LOG_BASE + 1495)
 Invalid interceptor tokens.
 
#define DDSC_LOG_TRUST_INVALID_INTERCEPTOR_TOKENS_DESTINATION_EC    (DDSC_LOG_BASE + 1496)
 Invalid interceptor token destination.
 
#define DDSC_LOG_TRUST_ENDPOINT_INTERNAL_ATTRIBUTES_CREATE_FAILED_EC    (DDSC_LOG_BASE + 1497)
 Failed to copy endpoint trust attributes.
 
#define DDSC_LOG_TRUST_SEND_ENDPOINT_INTERCEPTOR_STATE_FAILED_EC    (DDSC_LOG_BASE + 1498)
 Failed to send tokens to remote DomainParticipant.
 
#define DDSC_LOG_TRUST_CREATE_LOCAL_DATAWRITER_INTERCEPTOR_TOKENS_FAILED_EC    (DDSC_LOG_BASE + 1499)
 Failed to create tokens for the remote DataReader.
 
#define DDSC_LOG_TRUST_CREATE_LOCAL_DATAREADER_INTERCEPTOR_TOKENS_FAILED_EC    (DDSC_LOG_BASE + 1500)
 Failed to create tokens for the remote DataWriter.
 
#define DDSC_LOG_TRUST_RETURN_INTERCEPTOR_TOKENS_FAILED_EC   (DDSC_LOG_BASE + 1501)
 Failed to return interceptor tokens.
 
#define DDSC_LOG_TRUST_RETURN_AUTHENTICATED_PEER_CREDENTIAL_TOKEN_FAILED_EC    (DDSC_LOG_BASE + 1502)
 Failed to reutrn authenticated peer credential token.
 
#define DDSC_LOG_TRUST_PROCESS_REMOTE_INTERCEPTOR_TOKENS_FAILED_EC    (DDSC_LOG_BASE + 1503)
 Failed to process interceptor tokens.
 
#define DDSC_LOG_TRUST_UNREGISTER_REMOTE_DATAWRITER_FAILED_EC    (DDSC_LOG_BASE + 1504)
 Failed to unregister remote DataWriter.
 
#define DDSC_LOG_TRUST_UNREGISTER_REMOTE_DATAREADER_FAILED_EC    (DDSC_LOG_BASE + 1505)
 Failed to unregister remote DataReader.
 
#define DDSC_LOG_TRUST_INVALID_SHARED_SECRET_EC   (DDSC_LOG_BASE + 1506)
 Invalied shared secret.
 
#define DDSC_LOG_TRUST_PARTICIPANT_UNEXPECTED_AUTHENTICATION_ERROR_EC    (DDSC_LOG_BASE + 1507)
 Unexpected DomainParticipant authentication error.
 
#define DDSC_LOG_TRUST_PREPARE_LOCAL_DP_TOKENS_EC   (DDSC_LOG_BASE + 1508)
 Failed to prepare local DomainParticipant interceptor tokens.
 
#define DDSC_LOG_TRUST_ASSERT_PROPERTY_FAILED_EC   (DDSC_LOG_BASE + 1509)
 Failed to assert trust property.
 
#define DDSC_LOG_TRUST_PARTICIPANT_INTERNAL_ATTRIBUTES_CREATE_FAILED_EC    (DDSC_LOG_BASE + 1510)
 Failed to copy DomainParticipant trust attributes.
 
#define DDSC_LOG_TRUST_INVALID_PARTICIPANT_INTERNAL_ATTRIBUTES_EC    (DDSC_LOG_BASE + 1511)
 Invalid DomainParticipant trust attributes.
 
#define DDSC_LOG_TRUST_TRANFORM_OUTGOING_SERIALIZED_PAYLOAD_FAILED_EC    (DDSC_LOG_BASE + 1512)
 Failed to encode outogoing serialized payload.
 
#define DDSC_LOG_TRUST_TRANFORM_INCOMING_SERIALIZED_PAYLOAD_FAILED_EC    (DDSC_LOG_BASE + 1513)
 Failed to decode incoming serialized payload.
 
#define DDSC_LOG_TRUST_FINALIZE_AC_PLUGIN_PROPERTIES_FAILED_EC    (DDSC_LOG_BASE + 1514)
 Failed to finalize trust properties.
 
#define DDSC_LOG_TRUST_AFTER_REMOTE_PARTICIPANT_AUTHENTICATED_FAILED_EC    (DDSC_LOG_BASE + 1515)
 Error after remote trust DomainParticipant is authenticated.
 
#define DDSC_LOG_TRUST_CACHE_REMOTE_PARTICIPANT_SAMPLE_FAILED_EC    (DDSC_LOG_BASE + 1516)
 Failed to copy remote DomainParticipant sample.
 
#define DDSC_LOG_TRUST_FINALIZE_AUTH_HANDSHAKE_STATE_FAILED_EC    (DDSC_LOG_BASE + 1517)
 Failed to finalize authentication handshake.
 
#define DDSC_LOG_TRUST_FINALIZE_REMOTE_PARTICIPANT_TRUST_FAILED_EC    (DDSC_LOG_BASE + 1518)
 Failed to finalize remote trust DomainParticipant record.
 
#define DDSC_LOG_TRUST_RESET_REMOTE_PARTICIPANT_TRUST_FAILED_EC    (DDSC_LOG_BASE + 1519)
 Failed to finalize remote trust DomainParticipant.
 
#define DDSC_LOG_TRUST_ASSERT_AUTH_HANDSHAKE_STATE_FAILED_EC    (DDSC_LOG_BASE + 1520)
 Failed to assert authentication handshake state.
 
#define DDSC_LOG_TRUST_INVALID_AUTH_HANDSHAKE_STATE_EC    (DDSC_LOG_BASE + 1521)
 Invalid authentication handshake state.
 
#define DDSC_LOG_TRUST_SEND_AUTH_REQUEST_FAILED_EC   (DDSC_LOG_BASE + 1522)
 Failed to send authentication request.
 
#define DDSC_LOG_TRUST_GET_AUTH_HANDSHAKE_STATE_FAILED_EC    (DDSC_LOG_BASE + 1523)
 Failed to get authentication handshake state.
 
#define DDSC_LOG_TRUST_SET_AUTH_HANDSHAKE_STATE_FAILED_EC    (DDSC_LOG_BASE + 1524)
 Failed to set authentication handshake state.
 
#define DDSC_LOG_TRUST_REAUTH_REMOTE_PARTICIPANT_FAILED_EC    (DDSC_LOG_BASE + 1525)
 Failed to reauthenticate a remote DomainParticipant.
 
#define DDSC_LOG_TRUST_RESEND_HANDSHAKE_MESSAGE_FAILED_EC    (DDSC_LOG_BASE + 1526)
 Failed to resend handshake message.
 
#define DDSC_LOG_TRUST_PBUFS_MAX_EXCEEDED_EC   (DDSC_LOG_BASE + 1527)
 Mamimum number of buffers excedeed.
 
#define DDSC_LOG_TRUST_CREATE_TRUST_PLUGIN_EC   (DDSC_LOG_BASE + 1528)
 Failed to create trust plugin.
 
#define DDSC_LOG_TRUST_LOOKUP_FACTORY_FAILED_EC   (DDSC_LOG_BASE + 1529)
 Failed to lookup trust plugin factory.
 
#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 + 1800)
 Unknown inter-participant message liveliness kind received.
 
#define DDSC_LOG_MESSAGE_DATA_WRONG_LIVELINESS_KIND_EC   (DDSC_LOG_BASE + 1801)
 Wrong inter-participant message liveliness kind received.
 
#define DDSC_LOG_UPDATE_LEASE_DURATION_TIMER_EC   (DDSC_LOG_BASE + 1802)
 Failed to update DataWriter lease duration.
 
#define DDSC_LOG_PARTMESSAGE_WRITE_SAMPLE_FAILED_EC   (DDSC_LOG_BASE + 1803)
 Failed to write inter-participant liveliness message.
 
#define DDSC_LOG_SEND_LIVELINESS_FAILED_EC   (DDSC_LOG_BASE + 1804)
 Failed to send inter-participant liveliness message.
 
#define DDSC_LOG_UPDATE_LIVELINESS_FAILED_EC   (DDSC_LOG_BASE + 1805)
 Failed to update DataWriter liveliness.
 
#define DDSC_LOG_REFRESH_LIVELINESS_FAILED_EC   (DDSC_LOG_BASE + 1806)
 Failed to refresh endpoint liveliness.
 
#define DDSC_LOG_TRUST_INCOMPATIBLE_ENDPOINT_TRUST_ATTRIBUTES_EC   (DDSC_LOG_BASE + 1807)
 Two security endpoints are incompatible.
 
#define DDSC_LOG_FLOW_CONTROLLER_CREATE_EC   (DDSC_LOG_BASE + 1900)
 Failed to creaste flow controller.
 
#define DDSC_LOG_FLOW_CONTROLLER_DELETE_EC   (DDSC_LOG_BASE + 1901)
 Failed to delete flow controller.
 
#define DDSC_LOG_XTYPES_LOANED_SAMPLE_STATE_ERROR_EC   (DDSC_LOG_BASE + 2000)
 Extensible types sample state error.
 
#define DDSC_LOG_INTERPRETER_SUPPORT_UNEXPECTED_ERROR_EC   (DDSC_LOG_BASE + 2001)
 Interpreter unexpected error.
 
#define DDSC_LOG_MEMORY_MANAGER_OUT_OF_RESOURCES_EC   (DDSC_LOG_BASE + 2002)
 Memory manager out of resources.
 
#define DDSC_LOG_MEMORY_MANAGER_NOT_OWNER_EC   (DDSC_LOG_BASE + 2003)
 Memory manager is not the owner of the data passed in.
 
#define DDSC_LOG_MEMORY_MANAGER_DELETE_EC   (DDSC_LOG_BASE + 2004)
 The wire manager was not able to delete a resource.
 
#define DDSC_LOG_BUFFER_MAX_EXCEEDED_EC   (DDSC_LOG_BASE + 2101)
 Mamimum size of buffer excedeed.
 
#define DDSC_LOG_INVALID_BUFFER_LENGTH_EC   (DDSC_LOG_BASE + 2102)
 Invalid buffer length.
 
#define DDSC_LOG_INCOMPATIBLE_PRESENTATION_QOS_EC   (DDSC_LOG_BASE + 2201)
 Matching error because Presentation QoS is not compatible.
 
#define DDSC_LOG_INCOMPATIBLE_PARTITION_QOS_EC   (DDSC_LOG_BASE + 2202)
 Two endpoints did not match because of incompatible partition QoS.
 
#define DDSC_LOG_CHECKSUM_REQUIRED_EC   (DDSC_LOG_BASE + 2301)
 A participant requires checksum, but the discovered participant does not send a checksum.
 
#define DDSC_LOG_CHECKSUM_INCOMPATIBLE_EC   (DDSC_LOG_BASE + 2302)
 A participant does not support checksum's sent by a discovered participant.
 
#define DDSC_LOG_CHECKSUM_INCONSISTENT_CLASS_EC   (DDSC_LOG_BASE + 2303)
 The checksum class id for a custom checksum does match.
 
#define DDSC_LOG_CHECKSUM_INCONSISTENT_COMPUTE_EC   (DDSC_LOG_BASE + 2304)
 The computed_crc_kind is inconsistent with what is allowed or supported.
 
#define DDSC_LOG_CHECKSUM_INCONSISTENT_ALLOW_EC   (DDSC_LOG_BASE + 2305)
 The allowed_crc_mask is inconsistent with what is supported.
 
#define DDSC_LOG_FLOWCONTROLLER_INCONSISTENT_PROP_EC   (DDSC_LOG_BASE + 2306)
 The token bucket properties for the flow controller are inconsistent.
 
#define DDSC_LOG_LOCK_EC   (DDSC_LOG_BASE + 2401)
 Failed to take a lock.
 
#define DDSC_LOG_UNLOCK_EC   (DDSC_LOG_BASE + 2402)
 Failed to give a lock.
 
#define DDSC_LOG_FILTER_PLUGIN_FACTORY_NOT_FOUND_EC   (DDSC_LOG_BASE + 2501)
 Failed to find the filter plugin factory specified in a DomainParticipant's QoS.
 
#define DDSC_LOG_ENABLE_WRITER_FILTERING_EC   (DDSC_LOG_BASE + 2502)
 A local writer failed to enable writer filtering for a reader.
 
#define DDSC_LOG_CREATE_WRITER_FILTER_EC   (DDSC_LOG_BASE + 2503)
 A local writer failed to create its writer filter.
 
#define DDSC_LOG_EVALUATE_WRITER_FILTER_EC   (DDSC_LOG_BASE + 2504)
 A local writer failed to evaluate a sample against the filters of its matched readers.
 
#define DDSC_LOG_APPLY_READER_FILTER_EC   (DDSC_LOG_BASE + 2505)
 A local writer failed to check if a reader had filtered a sample.
 
#define DDSC_LOG_COMPILE_CONTENT_FILTER_EC   (DDSC_LOG_BASE + 2506)
 Failed to compile the content filter configured in a DataReader's QoS.
 
#define DDSC_LOG_CONTENT_FILTERING_NOT_ENABLED_EC   (DDSC_LOG_BASE + 2507)
 Reader configured a content filter but content filtering is not enabled.
 
#define DDSC_LOG_EVALUATE_CONTENT_FILTER_EC   (DDSC_LOG_BASE + 2508)
 Failed to evaluate a sample against a reader's content filter.
 
#define DDSC_LOG_DESERIALIZE_CONTENT_FILTER_INFO_EC   (DDSC_LOG_BASE + 2509)
 Failed to deserialize the content filter info from the in-line QoS of a sample.
 
#define DDSC_LOG_CHANGE_CONTENT_FILTER_EC   (DDSC_LOG_BASE + 2510)
 Failed to change the configured content filter of a DataReader.
 
#define DDSC_LOG_UPDATE_REMOTE_CONTENT_FILTER_EC   (DDSC_LOG_BASE + 2511)
 Failed to update the content filter of a remote subscription.
 
#define DDSC_LOG_CREATE_FILTER_PLUGIN_EC   (DDSC_LOG_BASE + 2512)
 DomainParticipant failed to create its filter plugin.
 
#define DDSC_LOG_FINALIZE_FILTER_PLUGIN_EC   (DDSC_LOG_BASE + 2513)
 DomainParticipant failed to finalize its filter plugin.
 
#define DDSC_LOG_DESERIALIZE_REMOTE_CONTENT_FILTER_EC   (DDSC_LOG_BASE + 2514)
 Failed to deserialize the content filter property in the subscription built-in topic data for a remote subscription.
 

Detailed Description

DDS_C module log codes.