RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
dds_c_log.h File Reference

DDS_C module log codes. More...

#include "dds_c/dds_c_config.h"
#include "osapi/osapi_log.h"

Go to the source code of this file.

Macros

#define DDSC_LOG_DB_INIT   (DDSC_LOG_BASE + 1)
 Failed to create database.
#define DDSC_LOG_SET_TABLE_NAME   (DDSC_LOG_BASE + 2)
 Failed to set name string for database table.
#define DDSC_LOG_TABLE_CREATE   (DDSC_LOG_BASE + 3)
 Failed to create database table.
#define DDSC_LOG_SET_ENTITY_NAME   (DDSC_LOG_BASE + 4)
 Failed to set name string for a DDS entity.
#define DDSC_LOG_DELETE_TIMEOUT   (DDSC_LOG_BASE + 5)
 Failed to delete a scheduled timer event.
#define DDSC_LOG_FINALIZE_SELECT   (DDSC_LOG_BASE + 6)
 Failed when finalizing a select from a database table.
#define DDSC_LOG_TABLE_INUSE   (DDSC_LOG_BASE + 7)
 Failed to delete a database table due to in-use entries.
#define DDSC_LOG_DELETE_TABLE   (DDSC_LOG_BASE + 8)
 Failed to delete a database table.
#define DDSC_LOG_FINALIZE_BUILTIN   (DDSC_LOG_BASE + 9)
 Failed to finalize builtin topic data.
#define DDSC_LOG_DELETE_RECORD   (DDSC_LOG_BASE + 10)
 Failed to delete a database record.
#define DDSC_LOG_RELEASE_META_MC   (DDSC_LOG_BASE + 11)
 Failed to release resources for multicast discovery locators.
#define DDSC_LOG_RELEASE_META_UC   (DDSC_LOG_BASE + 12)
 Failed to release resources for unicast discovery locators.
#define DDSC_LOG_RELEASE_USER_MC   (DDSC_LOG_BASE + 13)
 Failed to release resources for multicast user locators.
#define DDSC_LOG_RELEASE_USER_UC   (DDSC_LOG_BASE + 14)
 Failed to release resources for unicast user locators.
#define DDSC_LOG_SET_ROUTE_MAX   (DDSC_LOG_BASE + 15)
 Failed to set maximum of routes sequence.
#define DDSC_LOG_SET_ROUTE_LEN   (DDSC_LOG_BASE + 16)
 Failed to set length of routes sequence.
#define DDSC_LOG_SET_NETMASK_MAX   (DDSC_LOG_BASE + 17)
 Failed to set maximum of netmask sequence.
#define DDSC_LOG_SET_NETMASK_LEN   (DDSC_LOG_BASE + 18)
 Failed to set length of netmask sequence.
#define DDSC_LOG_REGISTRY_LOOKUP   (DDSC_LOG_BASE + 19)
 Did not find a component factory with the given name in the registry.
#define DDSC_LOG_ROUTE_FINALIZE   (DDSC_LOG_BASE + 20)
 Failed to finalize an entity's sequence of routes.
#define DDSC_LOG_NETMASK_FINALIZE   (DDSC_LOG_BASE + 21)
 Failed to finalize an entity's sequence of netmasks.
#define DDSC_LOG_BIND_RESOLVE_DELETE   (DDSC_LOG_BASE + 22)
 Failed to delete the bind-resolver database table.
#define DDSC_LOG_ROUTE_RESOLVE_DELETE   (DDSC_LOG_BASE + 23)
 Failed to delete the route-resolver database table.
#define DDSC_LOG_DISCOVERY_LOOKUP   (DDSC_LOG_BASE + 24)
 Failed to find the named discovery component in the registry.
#define DDSC_LOG_DOMAIN_PARTICIPANT_QOS_FINALIZE   (DDSC_LOG_BASE + 25)
 Failed to finalize DomainParticiantQos.
#define DDSC_LOG_PUBLISHER_QOS_FINALIZE   (DDSC_LOG_BASE + 26)
 Failed to finalize PublisherQos.
#define DDSC_LOG_SUBSCRIBER_QOS_FINALIZE   (DDSC_LOG_BASE + 27)
 Failed to finalize SubscriberQos.
#define DDSC_LOG_DELETE_DATABASE   (DDSC_LOG_BASE + 28)
 Failed to delete database.
#define DDSC_LOG_DELETE_TIMER   (DDSC_LOG_BASE + 29)
 Failed to delete timer.
#define DDSC_LOG_INCONSISTENT_QOS   (DDSC_LOG_BASE + 30)
 Failed to create DomainParticipant due to inconsistent DomainParticipantQos.
#define DDSC_LOG_INCONSISTENT_LISTENER   (DDSC_LOG_BASE + 31)
 Failed to create DomainParticipant due to inconsistent listener and status mask.
#define DDSC_LOG_GET_DEFAULT_PARTICIPANT_QOS   (DDSC_LOG_BASE + 32)
 Failed to get default DomainParticipantQos.
#define DDSC_LOG_COPY_PARTICIPANT_QOS   (DDSC_LOG_BASE + 33)
 Failed to copy DomainParticipantQos.
#define DDSC_LOG_SET_LISTENER   (DDSC_LOG_BASE + 34)
 Failed to set the listener for a DDS entity.
#define DDSC_LOG_INITIALIZE_PUBLISHER_QOS   (DDSC_LOG_BASE + 35)
 Failed to initialize PublisherQos.
#define DDSC_LOG_INITIALIZE_SUBSCRIBER_QOS   (DDSC_LOG_BASE + 36)
 Failed to initialize SubscriberQos.
#define DDSC_LOG_DISCOVERY_PLUGIN_LOOKUP   (DDSC_LOG_BASE + 37)
 Failed to find the named discovery plugin in the registry.
#define DDSC_LOG_INITIALIZE_BUILTIN   (DDSC_LOG_BASE + 38)
 Out of resources to initialize builtin topic data.
#define DDSC_LOG_SET_TRANSPORT_MAX   (DDSC_LOG_BASE + 39)
 Failed to set maximum of sequence of enabled transports.
#define DDSC_LOG_SET_TRANSPORT_LENGTH   (DDSC_LOG_BASE + 40)
 Failed to set length of sequence of enabled transports.
#define DDSC_LOG_TRANSPORT_LOOKUP   (DDSC_LOG_BASE + 41)
 Failed to find the named transport in the registry.
#define DDSC_LOG_TRANSPORT_CLASS   (DDSC_LOG_BASE + 42)
 An unsupported transport class is being registered.
#define DDSC_LOG_INTERFACE_CREATE   (DDSC_LOG_BASE + 43)
 Failed to create a factory component interface with the given name.
#define DDSC_LOG_SET_RESERVED_MAX   (DDSC_LOG_BASE + 44)
 Failed setting max of reserved address sequence.
#define DDSC_LOG_SET_RESERVED_LENGTH   (DDSC_LOG_BASE + 45)
 Failed setting length of reserved address sequence.
#define DDSC_LOG_SET_RESERVED_FINALIZE   (DDSC_LOG_BASE + 46)
 Failed finalization of reserved address sequence.
#define DDSC_LOG_CREATE_TYPE_RECORD   (DDSC_LOG_BASE + 47)
 Failed to create type record.
#define DDSC_LOG_INIT_TYPE_RECORD   (DDSC_LOG_BASE + 48)
 Failed to initialize a record for a type being registered.
#define DDSC_LOG_TYPE_RECORD_EXISTS   (DDSC_LOG_BASE + 49)
 Failed registering a type that already exists.
#define DDSC_LOG_TYPE_RECORD_SELECT   (DDSC_LOG_BASE + 50)
 Failed database select for a type being unregistered.
#define DDSC_LOG_TYPE_RECORD_REFCOUNT   (DDSC_LOG_BASE + 51)
 Failed to unregister a type with non-zero reference count.
#define DDSC_LOG_TYPE_RECORD_REMOVE   (DDSC_LOG_BASE + 52)
 Failed to remove a database record for a registered type.
#define DDSC_LOG_TYPE_RECORD_DELETE   (DDSC_LOG_BASE + 53)
 Failed to delete a database record for a registered type.
#define DDSC_LOG_TABLE_SELECT   (DDSC_LOG_BASE + 54)
 Failed a select operation for a database table.
#define DDSC_LOG_GET_NEXT_OBJECT_ID   (DDSC_LOG_BASE + 55)
 Failed to get the next automatically generated object ID for an entity's GUID.
#define DDSC_LOG_CREATE_PUBLISHER_RECORD   (DDSC_LOG_BASE + 56)
 Failed to create publisher record.
#define DDSC_LOG_INSERT_PUBLISHER_RECORD   (DDSC_LOG_BASE + 57)
 Failed to insert a database record when creating a Publisher.
#define DDSC_LOG_DELETE_PUBLISHER_RECORD   (DDSC_LOG_BASE + 58)
 Failed to delete a database record of a created Publisher.
#define DDSC_LOG_CREATE_SUBSCRIBER_RECORD   (DDSC_LOG_BASE + 59)
 Failed to create subscription record.
#define DDSC_LOG_INSERT_SUBSCRIBER_RECORD   (DDSC_LOG_BASE + 60)
 Failed to insert a database record when creating a Subscriber.
#define DDSC_LOG_DELETE_SUBSCRIBER_RECORD   (DDSC_LOG_BASE + 61)
 Failed to delete a database record of a created Subscriber.
#define DDSC_LOG_TYPE_LOOKUP   (DDSC_LOG_BASE + 62)
 Failed to find a registered type of the given name when creating a Topic.
#define DDSC_LOG_CREATE_TOPIC_RECORD   (DDSC_LOG_BASE + 62)
 Failed to create local topic record.
#define DDSC_LOG_INSERT_TOPIC_RECORD   (DDSC_LOG_BASE + 63)
 Failed to insert a database record when creating a Topic.
#define DDSC_LOG_DELETE_TOPIC_RECORD   (DDSC_LOG_BASE + 64)
 Failed to delete a database record for a created Topic.
#define DDSC_LOG_TOPIC_FIND   (DDSC_LOG_BASE + 65)
 Failed to find a topic created by a DomainParticipant.
#define DDSC_LOG_SET_LISTENER_ILLEGAL_NULL   (DDSC_LOG_BASE + 66)
 Illegal combination of NULL listener and non-NONE status mask when setting a listener for an Entity.
#define DDSC_LOG_SET_QOS_ON_ENABLED_ENTITY   (DDSC_LOG_BASE + 67)
 Cannot set Qos for an already enabled Entity.
#define DDSC_LOG_COPY_INITIAL_PEERS   (DDSC_LOG_BASE + 68)
 Failed to copy DomainParticipantQos.discovery.initial_peers.
#define DDSC_LOG_COPY_ENABLED_TRANSPORTS   (DDSC_LOG_BASE + 69)
 Failed to copy DomainParticipantQos.transports.enabled_transports.
#define DDSC_LOG_COPY_ENABLED_DISCOVERY_TRANSPORTS   (DDSC_LOG_BASE + 70)
 Failed to copy DomainParticipantQos.discovery.enabled_transports.
#define DDSC_LOG_COPY_ENABLED_USER_TRANSPORTS   (DDSC_LOG_BASE + 71)
 Failed to copy DomainParticipantQos.user_traffic.enabled_transports.
#define DDSC_LOG_INCONSISTENT_RESOURCE_LIMITS   (DDSC_LOG_BASE + 71)
 DomainParticipantQos resource_limits has invalid value(s).
#define DDSC_LOG_ILLEGAL_PARTICIPANT_ID   (DDSC_LOG_BASE + 72)
 Illegal value for DomainParticipantQos.protocol.participant_id.
#define DDSC_LOG_UNKNOWN_REMOTE_PARTICIPANT_NAME   (DDSC_LOG_BASE + 73)
 Failed endpoint discovery when name of remote participant not found from previously discovered remote participants.
#define DDSC_LOG_UNKNOWN_REMOTE_PARTICIPANT_KEY   (DDSC_LOG_BASE + 74)
 Failed endpoint discovery when key of remote participant not found for previously discovered remote participants.
#define DDSC_LOG_REMOTE_PARTICIPANT_KEY_NOT_EQUAL   (DDSC_LOG_BASE + 75)
 Failed endpoint discovery when key does not match for remote participant.
#define DDSC_LOG_INVALID_ENDPOINT_GUID   (DDSC_LOG_BASE + 76)
 Failed endpoint discovery due to an invalid or unknown endpoint GUID.
#define DDSC_LOG_ENDPOINT_NOT_CHILD_OF_PARTICIPANT   (DDSC_LOG_BASE + 77)
 Failed endpoint discovery when endpoint is determined to belong to a different remote participant.
#define DDSC_LOG_PARTICIPANT_DOES_NOT_EXIST   (DDSC_LOG_BASE + 78)
 Failed participant discovery, where a remote participant that should have been already asserted locally was not found.
#define DDSC_LOG_CREATE_REM_PARTICIPANT_RECORD   (DDSC_LOG_BASE + 79)
 Failed to create remote participant record.
#define DDSC_LOG_COPY_BUILTIN_PARTICIPANT   (DDSC_LOG_BASE + 80)
 Out of memory to copy participant builtin topic data.
#define DDSC_LOG_INSERT_REM_PARTICIPANT_RECORD   (DDSC_LOG_BASE + 81)
 Failed to insert a database record for a remote participant.
#define DDSC_LOG_ASSERT_REM_PARTICIPANT_UNKNOWN   (DDSC_LOG_BASE + 82)
 Failed assertion of an unknown remote participant.
#define DDSC_LOG_REFRESH_REM_PARTICIPANT   (DDSC_LOG_BASE + 83)
 Did not find a remote participant in database when asserting participant liveliness for it.
#define DDSC_LOG_REFRESH_REM_PARTICIPANT_TIMEOUT   (DDSC_LOG_BASE + 84)
 Failed to assert participant liveliness to a remote participant.
#define DDSC_LOG_REMOVE_REM_PARTICIPANT_RECORD   (DDSC_LOG_BASE + 85)
 Failed to remove a database record of a remote participant.
#define DDSC_LOG_PARTICIPANT_LOOKUP   (DDSC_LOG_BASE + 86)
 Failed to find a remote participant as previously discovered.
#define DDSC_LOG_REMOVE_PUBLICATION   (DDSC_LOG_BASE + 87)
 Failed to remove resources for a remote publication.
#define DDSC_LOG_REMOVE_SUBSCRIPTION   (DDSC_LOG_BASE + 88)
 Failed to remove resources for a remote subscription.
#define DDSC_LOG_DELETE_REM_PARTICIPANT_RECORD   (DDSC_LOG_BASE + 89)
 Failed to delete a database record of a remote participant.
#define DDSC_LOG_FIND_PUBLICATION_PARENT   (DDSC_LOG_BASE + 90)
 Cannot determine the participant of a remote publication.
#define DDSC_LOG_COPY_BUILTIN_PUBLICATION   (DDSC_LOG_BASE + 91)
 Out of memory to copy publication builtin topic data.
#define DDSC_LOG_CREATE_PUBLICATION_RECORD   (DDSC_LOG_BASE + 92)
 Failed to create remote publication record.
#define DDSC_LOG_INSERT_PUBLICATION_RECORD   (DDSC_LOG_BASE + 93)
 Cannot insert a database record of a discovered remote publication.
#define DDSC_LOG_LOOKUP_PUBLICATION_RECORD   (DDSC_LOG_BASE + 94)
 Cannot find a database record of a remote publication.
#define DDSC_LOG_LOOKUP_REMOTE_PARTICIPANT_RECORD   (DDSC_LOG_BASE + 95)
 Cannot find a database record for a remote participant.
#define DDSC_LOG_REMOVE_PUBLICATION_RECORD   (DDSC_LOG_BASE + 96)
 Failed to remove a database record of a remote publication.
#define DDSC_LOG_DELETE_PUBLICATION_RECORD   (DDSC_LOG_BASE + 97)
 Failed to delete a database record of a remote publication.
#define DDSC_LOG_FIND_SUBSCRIPTION_PARENT   (DDSC_LOG_BASE + 98)
 Cannot determine the participant of a remote subscription.
#define DDSC_LOG_CREATE_SUBSCRIPTION_RECORD   (DDSC_LOG_BASE + 99)
 Failed to create remote subscription record.
#define DDSC_LOG_COPY_BUILTIN_SUBSCRIPTION   (DDSC_LOG_BASE + 100)
 Out of resources to copy subscription builtin topic data.
#define DDSC_LOG_DELETE_SUBSCRIPTION_RECORD   (DDSC_LOG_BASE + 102)
 Failed to delete a database record for a remote subscription.
#define DDSC_LOG_INSERT_SUBSCRIPTION_RECORD   (DDSC_LOG_BASE + 103)
 Failed to insert a database record for a remote subscription.
#define DDSC_LOG_LOOKUP_SUBSCRIPTION_RECORD   (DDSC_LOG_BASE + 105)
 Cannot find a database record for a remote subscription.
#define DDSC_LOG_REMOVE_SUBSCRIPTION_RECORD   (DDSC_LOG_BASE + 106)
 Failed to remove a database record of a remote subscription.
#define DDSC_LOG_ADD_ANON_TOPIC_ROUTE   (DDSC_LOG_BASE + 108)
 Failed to add a route for an anonymous participant discovery datawriter.
#define DDSC_LOG_ADD_TOPIC_ROUTE   (DDSC_LOG_BASE + 109)
 Failed to add a route for a datawriter of a topic.
#define DDSC_LOG_DELETE_TOPIC_ROUTE   (DDSC_LOG_BASE + 110)
 Failed to delete a route of a topic.
#define DDSC_LOG_CREATE_INDEX   (DDSC_LOG_BASE + 111)
 Failed to create an index of a database table.
#define DDSC_LOG_SET_MAX_SENDDST   (DDSC_LOG_BASE + 112)
 Failed to allocate an internal sequence of destination addresses.
#define DDSC_LOG_INIT_SENDDST   (DDSC_LOG_BASE + 113)
 Failed to initialize an internal sequence of destination addresses.
#define DDSC_LOG_DELETE_INDEX   (DDSC_LOG_BASE + 114)
 Failed to delete an index of a database table.
#define DDSC_LOG_FINALIZE_SENDDST   (DDSC_LOG_BASE + 115)
 Failed to finalize an internal sequence of destination addresses.
#define DDSC_LOG_SET_LENGTH_SENDDST   (DDSC_LOG_BASE + 116)
 Failed to set the length of an internal sequence of destination addresses.
#define DDSC_LOG_ROUTE_SELECT   (DDSC_LOG_BASE + 117)
 Failed to select records from a database table of routes.
#define DDSC_LOG_FORWARD_TOPIC   (DDSC_LOG_BASE + 118)
 Failed to send a sample of a topic forward or downstream.
#define DDSC_LOG_WH_LOAN_FINISHED_FAILED   (DDSC_LOG_BASE + 119)
 Failed to return a sample loan from writer history.
#define DDSC_LOG_CREATE_ROUTE_RECORD   (DDSC_LOG_BASE + 120)
 Failed to create route record for DataWriter.
#define DDSC_LOG_INSERT_ROUTE_RECORD   (DDSC_LOG_BASE + 121)
 Failed to insert a database record into a routes table.
#define DDSC_LOG_UNKNOWN_ROUTE_RECORD   (DDSC_LOG_BASE + 122)
 Failed to add a route.
#define DDSC_LOG_REMOVE_ROUTE_RECORD   (DDSC_LOG_BASE + 123)
 Failed to remove a database record from a route table.
#define DDSC_LOG_DELETE_ROUTE_RECORD   (DDSC_LOG_BASE + 124)
 Failed to delete a database record from a route table.
#define DDSC_LOG_DW_UNBIND_EXTERNAL   (DDSC_LOG_BASE + 125)
 A DataWriter failed to unbind an external interface.
#define DDSC_LOG_DW_UNBIND   (DDSC_LOG_BASE + 126)
 A DataWriter failed to unbind an internal interface.
#define DDSC_LOG_WH_HISTORY_LOOKUP   (DDSC_LOG_BASE + 128)
 Did not find a registered Writer History of this name.
#define DDSC_LOG_DWI_LOOKUP   (DDSC_LOG_BASE + 129)
 Did not find a registered DataWriter Interface of this name.
#define DDSC_LOG_RTPS_LOOKUP   (DDSC_LOG_BASE + 130)
 Did not find a registered RTPS interface of this name.
#define DDSC_LOG_DW_QOS_FINALIZE   (DDSC_LOG_BASE + 131)
 Failed to reclaim resources when finalizing DataWriterQos.
#define DDSC_LOG_DW_QOS_INITIALIZE   (DDSC_LOG_BASE + 132)
 Failed to initialize DataWriterQos.
#define DDSC_LOG_DW_QOS_INCONSISTENT   (DDSC_LOG_BASE + 133)
 DataWriter creation failed due to inconsistent DataWriterQos.
#define DDSC_LOG_DW_LISTENER_INCONSISTENT   (DDSC_LOG_BASE + 134)
 DataWriter creation failed due to inconsistent listener and status mask.
#define DDSC_LOG_DW_QOS_COPY   (DDSC_LOG_BASE + 135)
 Failed to copy DataWriterQos.
#define DDSC_LOG_DW_MD5STREAM_ALLOC   (DDSC_LOG_BASE + 136)
 Out of memory to allocate CDR stream for MD5 hash.
#define DDSC_LOG_DW_CDR_POOL_ALLOC   (DDSC_LOG_BASE + 137)
 Out of memory to allocate pool of CDR samples.
#define DDSC_LOG_WH_CREATE   (DDSC_LOG_BASE + 138)
 Failed to create a Writer History for a DataWriter.
#define DDSC_LOG_DWI_CREATE   (DDSC_LOG_BASE + 139)
 Failed to create a DataWriter Interface for a DataWriter.
#define DDSC_LOG_RTPS_CREATE   (DDSC_LOG_BASE + 140)
 Failed to create an RTPS interface for a DataWriter or DataReader.
#define DDSC_LOG_DW_KEYHASH_CREATE   (DDSC_LOG_BASE + 141)
 Failed to create keyhash of instance handle.
#define DDSC_LOG_DW_ILLEGAL_KEY_KIND   (DDSC_LOG_BASE + 142)
 Failed a write due to an invalid key kind for the type being written.
#define DDSC_LOG_DW_HISTORY_RESOURCES_EXCEEDED   (DDSC_LOG_BASE + 143)
 Exceeded resource limits for writer history queue.
#define DDSC_LOG_DW_SAMPLE_RESOURCES_EXCEEDED   (DDSC_LOG_BASE + 144)
 Failed to get resource for new sample due to resource limit.
#define DDSC_LOG_DW_PACKET_INIT   (DDSC_LOG_BASE + 145)
 Failed to initialize a packet.
#define DDSC_LOG_DW_PACKET_SET_HEAD   (DDSC_LOG_BASE + 146)
 Failed to set the head of a packet.
#define DDSC_LOG_DW_CDR_BUFFER_SET   (DDSC_LOG_BASE + 147)
 Failed to set the buffer for a packet.
#define DDSC_LOG_DW_CDR_SERIALIZE_PID   (DDSC_LOG_BASE + 148)
 Failed serializing a parameter ID.
#define DDSC_LOG_DW_CDR_SERIALIZE_PID_LEN   (DDSC_LOG_BASE + 149)
 Failed serializing a parameter length.
#define DDSC_LOG_DW_CDR_SERIALIZE_KEYHASH   (DDSC_LOG_BASE + 150)
 Failed serializing a key-hash.
#define DDSC_LOG_DW_CDR_SERIALIZE_DATA   (DDSC_LOG_BASE + 151)
 Failed to serialize payload data.
#define DDSC_LOG_DW_PACKET_SET_TAIL   (DDSC_LOG_BASE + 152)
 Failed to set the tail of a packet.
#define DDSC_LOG_DW_INCONSISTENT_DEADLINE   (DDSC_LOG_BASE + 153)
 DataWriterQos contains inconsistent DeadlineQos.
#define DDSC_LOG_DW_INCONSISTENT_LIVELINESS   (DDSC_LOG_BASE + 154)
 DataWriterQos contains inconsistent LivelinessQos.
#define DDSC_LOG_DW_INCONSISTENT_HISTORY   (DDSC_LOG_BASE + 155)
 DataWriterQos contains inconsistent HistoryQos.
#define DDSC_LOG_DW_INCONSISTENT_RESOURCE_LIMIT   (DDSC_LOG_BASE + 156)
 Invalid value(s) for DataWriterQos resource_limits.
#define DDSC_LOG_DW_INCONSISTENT_PROTOCOL   (DDSC_LOG_BASE + 157)
 DataWriterQos contains inconsistent DataWriterProtocolQos.
#define DDSC_LOG_DW_INCONSISTENT_TYPE_SUPPORT   (DDSC_LOG_BASE + 158)
 DataWriterQos contains inconsistent TypeSupportQos.
#define DDSC_LOG_DW_INCONSISTENT_RELIABILITY   (DDSC_LOG_BASE + 159)
 DataWriterQos contains inconsistent ReliabilityQos.
#define DDSC_LOG_DW_INCONSISTENT_DURABILITY   (DDSC_LOG_BASE + 160)
 DataWriterQos contains inconsistent DurabilityQos.
#define DDSC_LOG_DW_INCONSISTENT_OWNERSHIP   (DDSC_LOG_BASE + 161)
 DataWriterQos contains inconsistent OwnershipQos.
#define DDSC_LOG_DW_INCONSISTENT_OWNERSHIP_STRENGTH   (DDSC_LOG_BASE + 162)
 DataWriterQos contains inconsistent OwnershipStrengthQos.
#define DDSC_LOG_DW_INCONSISTENT_HEARTBEATS   (DDSC_LOG_BASE + 164)
 DataWriterQos contains inconsistent Qos related to RTPS Heartbeats.
#define DDSC_LOG_DW_INCONSISTENT_W_RESOURCE   (DDSC_LOG_BASE + 165)
 Invalid value(s) for DataWriterQos writer_resource_limits.
#define DDSC_LOG_PUB_SELECT_WRITER   (DDSC_LOG_BASE + 166)
 Failed to select a database record of a DataWriter.
#define DDSC_LOG_PUB_ENABLE_WRITER   (DDSC_LOG_BASE + 167)
 Failed to enable a DataWriter.
#define DDSC_LOG_PUB_CREATE_WRITER_RECORD   (DDSC_LOG_BASE + 168)
 Failed to create local writer record.
#define DDSC_LOG_PUB_INSERT_WRITER_RECORD   (DDSC_LOG_BASE + 169)
 Failed to insert a database record of a DataWriter.
#define DDSC_LOG_PUB_DELETE_WRITER_RECORD   (DDSC_LOG_BASE + 170)
 Failed to delete a database record of a DataWriter.
#define DDSC_LOG_PUB_QOS_INCONSISTENT   (DDSC_LOG_BASE + 171)
 Failed to create a Publisher due to inconsistent PublisherQos.
#define DDSC_LOG_PUB_CONTAINS_DATAWRITERS   (DDSC_LOG_BASE + 172)
 Cannot delete a Publisher containing non-zero DataWriters.
#define DDSC_LOG_PUB_LISTENER_INCONSISTENT   (DDSC_LOG_BASE + 173)
 Failed to create a Publisher due to inconsistent listener and status mask.
#define DDSC_LOG_PUB_SET_LISTENER   (DDSC_LOG_BASE + 174)
 Failed to set the listener for a Publisher.
#define DDSC_LOG_DR_COPY_DATA_SAMPLE   (DDSC_LOG_BASE + 175)
 Failed to copy a sample upon reception, read, or take.
#define DDSC_LOG_DR_COMMIT_SAMPLE   (DDSC_LOG_BASE + 176)
 Failed to commit a sample to be available to be read or taken.
#define DDSC_LOG_DR_GETTIME_FAILED   (DDSC_LOG_BASE + 177)
 DataReader failed to get the current time.
#define DDSC_LOG_RH_LOOKUP   (DDSC_LOG_BASE + 178)
 Failed to find a registered Reader History with this name.
#define DDSC_LOG_DRI_LOOKUP   (DDSC_LOG_BASE + 179)
 Failed to find a registerd DataReader Interface with this name.
#define DDSC_LOG_DR_QOS_INCONSISTENT   (DDSC_LOG_BASE + 180)
 Failed DataReader creation due to inconsistent DataReaderQos.
#define DDSC_LOG_DR_LISTENER_INCONSISTENT   (DDSC_LOG_BASE + 181)
 Failed DataReader creation due to inconsistent listener and status mask parameters.
#define DDSC_LOG_DR_QOS_INITIALIZE   (DDSC_LOG_BASE + 182)
 Failed to initialize DataReaderQos.
#define DDSC_LOG_DR_QOS_COPY   (DDSC_LOG_BASE + 183)
 Failed to copy DataReaderQos.
#define DDSC_LOG_TOPIC_NARROW   (DDSC_LOG_BASE + 184)
 Failed to narrow a TopicDescription to the named Topic.
#define DDSC_LOG_DR_CDR_POOL_ALLOC   (DDSC_LOG_BASE + 185)
 Out of memory to allocate CDR sample pool.
#define DDSC_LOG_RH_CREATE   (DDSC_LOG_BASE + 186)
 Failed to create a Reader History for a DataReader.
#define DDSC_LOG_DRI_CREATE   (DDSC_LOG_BASE + 187)
 Failed to create a DataReader Interface for a DataReader.
#define DDSC_LOG_DR_DESERIALIZE_KEYHASH   (DDSC_LOG_BASE + 189)
 Failed to deserialize a key-hash parameter.
#define DDSC_LOG_DR_CDR_SET_BUFFER   (DDSC_LOG_BASE + 190)
 Failed to set the buffer of a received packet.
#define DDSC_LOG_DR_CDR_DESERIALIZE_PID   (DDSC_LOG_BASE + 191)
 Failed to deserialize the ID of an inline parameter.
#define DDSC_LOG_DR_CDR_DESERIALIZE_PID_LENGTH   (DDSC_LOG_BASE + 192)
 Failed to deserialize the length of an inline parameter.
#define DDSC_LOG_DR_CDR_INCREMENT_POS   (DDSC_LOG_BASE + 193)
 Failed to increment to the position of the next inline parameter.
#define DDSC_LOG_DR_CDR_SET_POS   (DDSC_LOG_BASE + 194)
 Failed to set the reception stream position.
#define DDSC_LOG_DR_SAMPLE_RESOURCES_EXCEEDED   (DDSC_LOG_BASE + 195)
 Exceeded DataReaderQos.resource_limits.max_samples.
#define DDSC_LOG_CDR_DESERIALIZE_HEADER   (DDSC_LOG_BASE + 196)
 Failed to deserialize the data encapsulation header.
#define DDSC_LOG_DR_CDR_DESERIALIZE_DATA   (DDSC_LOG_BASE + 197)
 Failed to deserialize payload data.
#define DDSC_LOG_DR_GET_ENTRY_FAILED   (DDSC_LOG_BASE + 198)
 Failed to get a Reader History entry for a received sample.
#define DDSC_LOG_DR_COMMIT_ENTRY   (DDSC_LOG_BASE + 199)
 Failed to commit a receive sample to Reader History to be read or taken.
#define DDSC_LOG_DR_UNREGISTER_KEY   (DDSC_LOG_BASE + 200)
 A DataReader failed to unregister an instance.
#define DDSC_LOG_DR_DISPOSE_KEY   (DDSC_LOG_BASE + 201)
 A DataReader failed to dispose an instance.
#define DDSC_LOG_DR_INCONSISTENT_DEADLINE   (DDSC_LOG_BASE + 202)
 DataReaderQos contains inconsistent DeadlineQos.
#define DDSC_LOG_DR_INCONSISTENT_LIVELINESS   (DDSC_LOG_BASE + 203)
 DataReaderQos contains inconsistent LivelinessQos.
#define DDSC_LOG_DR_INCONSISTENT_HISTORY   (DDSC_LOG_BASE + 204)
 DataReaderQos contains inconsistent HistoryQos.
#define DDSC_LOG_DR_INCONSISTENT_RESOURCE_LIMITS   (DDSC_LOG_BASE + 205)
 Invalid value(s) for DataReaderQos resource_limits.
#define DDSC_LOG_DR_INCONSISTENT_OWNERSHIP   (DDSC_LOG_BASE + 206)
 DataReaderQos contains inconsistent OwnershipQos.
#define DDSC_LOG_DR_INCONSISTENT_TIMEBASED_FILTER   (DDSC_LOG_BASE + 207)
 DataReaderQos contains inconsistent Time-Based Filter settings.
#define DDSC_LOG_DR_INCONSISTENT_TYPE_SUPPORT   (DDSC_LOG_BASE + 208)
 DataReaderQos contains inconsistent TypeSupportQos.
#define DDSC_LOG_DR_INCONSISTENT_RELIABILITY   (DDSC_LOG_BASE + 210)
 DataReaderQos contains inconsistent ReliabilityQos.
#define DDSC_LOG_DR_INCONSISTENT_DURABILITY   (DDSC_LOG_BASE + 211)
 DataReaderQos contains inconsistent DurabilityQos.
#define DDSC_LOG_DR_INCONSISTENT_TRANSPORT   (DDSC_LOG_BASE + 212)
 DataReaderQos contains inconsistent TransportQos.
#define DDSC_LOG_DR_INCONSISTENT_TBF_DEADLINE   (DDSC_LOG_BASE + 213)
 DataReaderQos contains inconsistent Time-Based Filter and DeadlineQos settings.
#define DDSC_LOG_SUB_SELECT_READER   (DDSC_LOG_BASE + 214)
 Failed to select a database record of a DataReader.
#define DDSC_LOG_SUB_ENABLE_READER   (DDSC_LOG_BASE + 215)
 Failed to enable a DataReader.
#define DDSC_LOG_SUB_CREATE_READER_RECORD   (DDSC_LOG_BASE + 216)
 Failed to create local reader record.
#define DDSC_LOG_SUB_INSERT_READER_RECORD   (DDSC_LOG_BASE + 217)
 Failed to insert a database record of a DataReader.
#define DDSC_LOG_SUB_DELETE_READER_RECORD   (DDSC_LOG_BASE + 218)
 Failed to delete a database record of a DataReader.
#define DDSC_LOG_SUB_QOS_INCONSISTENT   (DDSC_LOG_BASE + 219)
 Failed to create a Subscriber due to inconsistent SubscriberQos.
#define DDSC_LOG_SUB_CONTAINS_DATAREADERS   (DDSC_LOG_BASE + 220)
 Cannot delete a Subscriber containing non-zero DataReaders.
#define DDSC_LOG_DR_QOS_FINALIZE   (DDSC_LOG_BASE + 221)
 Failed to finalize DataReaderQos.
#define DDSC_LOG_SUB_LISTENER_INCONSISTENT   (DDSC_LOG_BASE + 222)
 Failed to set Subscriber listener due to inconsistent listener and status mask parameters.
#define DDSC_LOG_SUB_SET_LISTENER   (DDSC_LOG_BASE + 223)
 Failed to set Subscriber listener due to inconsistent listener and status mask parameters.
#define DDSC_LOG_TOPIC_LISTENER_INCONSISTENT   (DDSC_LOG_BASE + 224)
 Failed to set Topic listener due to inconsistent listener and status mask parameters.
#define DDSC_LOG_TOPIC_NAME_CMP   (DDSC_LOG_BASE + 225)
 Inconsistent Topics due to different Topic names.
#define DDSC_LOG_TYPE_NAME_CMP   (DDSC_LOG_BASE + 226)
 Inconsistent Topics due to different types.
#define DDSC_LOG_TOPIC_QOS_INCONSISTENT   (DDSC_LOG_BASE + 227)
 Failed to create Topic due to inconsistent TopicQos.
#define DDSC_LOG_TYPE_GET_SERIALIZED_SAMPLE_MAX_SIZE_NULL   (DDSC_LOG_BASE+228)
 Invalid type plugin, where get_serialized_sample_max_size is NULL.
#define DDSC_LOG_TYPE_SERIALIZE_DATA_NULL   (DDSC_LOG_BASE + 229)
 Invalid type plugin, where serialize_data is NULL.
#define DDSC_LOG_TYPE_DESERIALIZE_DATA_NULL   (DDSC_LOG_BASE + 230)
 Invalid type plugin, where deserialize_data is NULL.
#define DDSC_LOG_TYPE_CREATE_SAMPLE_NULL   (DDSC_LOG_BASE + 231)
 Invalid type plugin, where create_sample is NULL.
#define DDSC_LOG_TYPE_COPY_SAMPLE_NULL   (DDSC_LOG_BASE + 232)
 Invalid type plugin, where copy_sample is NULL.
#define DDSC_LOG_TYPE_DELETE_SAMPLE_NULL   (DDSC_LOG_BASE + 233)
 Invalid type plugin, where delete_sample is NULL.
#define DDSC_LOG_TYPE_GET_KEY_KIND_NULL   (DDSC_LOG_BASE + 234)
 Invalid type plugin, where get_key_kind is NULL.
#define DDSC_LOG_TYPE_INSTANCE_TO_KEYHASH_NULL   (DDSC_LOG_BASE + 235)
 Invalid type plugin, where instance_to_keyhash is NULL.
#define DDSC_LOG_DPF_ENABLE_PARTICIPANT   (DDSC_LOG_BASE + 236)
 Failed to enable DomainParticipant.
#define DDSC_LOG_MAX_PARTICIPANT_ID_REACHED   (DDSC_LOG_BASE + 237)
 Failed to create DomainParticipant due to running out of participant IDs.
#define DDSC_LOG_GET_EXTERNAL_INTF   (DDSC_LOG_BASE + 238)
 Failed to get an external interface.
#define DDSC_LOG_BIND   (DDSC_LOG_BASE + 239)
 Failed to bind an internal interface.
#define DDSC_LOG_NO_ROUTE   (DDSC_LOG_BASE + 240)
 A DataReader failed a bind due to no existing route.
#define DDSC_LOG_ADD_ROUTE   (DDSC_LOG_BASE + 241)
 A DataReader failed to add a route.
#define DDSC_LOG_DR_DESERIALIZE_BAD_PID_LENGTH   (DDSC_LOG_BASE + 242)
 Deserialized an invalid parameter length for a specific parameter ID.
#define DDSC_LOG_DW_HISTORY_REGISTER_KEY   (DDSC_LOG_BASE + 243)
 Failed to register the key of an instance.
#define DDSC_LOG_TOPIC_TOO_LONG   (DDSC_LOG_BASE + 244)
 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   (DDSC_LOG_BASE + 245)
 Failed to create a type because the name exceeded the maximum length of 255 octets (excluding the terminating NUL)
#define DDSC_LOG_PUB_QOS_COPY   (DDSC_LOG_BASE + 246)
 Failed to copy PublisherQos.
#define DDSC_LOG_SUB_QOS_COPY   (DDSC_LOG_BASE + 247)
 Failed to copy SubscriberQos.
#define DDSC_LOG_TOPIC_QOS_COPY   (DDSC_LOG_BASE + 248)
 Failed to copy TopicQos.
#define DDSC_LOG_DISC_PLUGIN_DELETE   (DDSC_LOG_BASE + 249)
 Failed to delete the disovery plugin.
#define DDSC_LOG_INSTANCE_TO_KEYHASH   (DDSC_LOG_BASE + 250)
 Failed to convert instance to keyhash.
#define DDSC_LOG_READER_MATCH   (DDSC_LOG_BASE + 251)
 Failed to match local reader with local writer.
#define DDSC_LOG_WRITER_MATCH   (DDSC_LOG_BASE + 251)
 Failed to match local writer with local reader.
#define DDSC_LOG_DB_LOCK   (DDSC_LOG_BASE + 252)
 Failed to lock database.
#define DDSC_LOG_DB_UNLOCK   (DDSC_LOG_BASE + 253)
 Failed to unlock database.
#define DDSC_LOG_DISC_LOCAL_PARTICIPANT_ENABLED   (DDSC_LOG_BASE + 254)
 Discovery plugin failed its update after a local DomainParticipant was enabled.
#define DDSC_LOG_DISC_BEFORE_LOCAL_PARTICIPANT_CREATED   (DDSC_LOG_BASE + 255)
 Discovery plugin failed its update before a local DomainParticipant was created.
#define DDSC_LOG_DISC_AFTER_LOCAL_PARTICIPANT_CREATED   (DDSC_LOG_BASE + 256)
 Discovery plugin failed its update after a local DomainParticipant was created.
#define DDSC_LOG_DISC_AFTER_LOCAL_DATAREADER_ENABLED   (DDSC_LOG_BASE + 257)
 Discovery plugin failed its update after a local DataReader was enabled.
#define DDSC_LOG_DISC_AFTER_LOCAL_DATAREADER_DELETED   (DDSC_LOG_BASE + 258)
 Discovery plugin failed its update after a local DataReader was deleted.
#define DDSC_LOG_DISC_AFTER_LOCAL_DATAWRITER_ENABLED   (DDSC_LOG_BASE + 259)
 Discovery plugin failed its update after a local DataWriter was enabled.
#define DDSC_LOG_DISC_AFTER_LOCAL_DATAWRITER_DELETED   (DDSC_LOG_BASE + 260)
 Discovery plugin failed its update after a local DataWriter was deleted.
#define DDSC_LOG_DISC_REMOTE_PARTICIPANT_EXPIRED   (DDSC_LOG_BASE + 261)
 Discovery plugin failed its update after a remote DomainParticipant's liveliness expired.
#define DDSC_LOG_DISC_ADD_PEER   (DDSC_LOG_BASE + 262)
 Failed to add a peer with discovery plugin.
#define DDSC_LOG_DW_CDR_SERIALIZE_STATUS_INFO   (DDSC_LOG_BASE + 263)
 Failed serializing status info parameter.
#define DDSC_LOG_RESERVE_LOCATORS   (DDSC_LOG_BASE + 264)
 Failed to reserve endpoint locators due.
#define DDSC_LOG_TOPIC_QOS_FINALIZE   (DDSC_LOG_BASE + 265)
 Failed to finalize TopicQos.
#define DDSC_LOG_INITIALIZE_TOPIC_QOS   (DDSC_LOG_BASE + 266)
 Failed to initialize TopicQos.
#define DDSC_LOG_TIMER_CREATE_TIMEOUT   (DDSC_LOG_BASE + 267)
 Failed to create a timeout.
#define DDSC_LOG_INTERFACE_SET_STATE   (DDSC_LOG_BASE + 268)
 Failed to set an interface state.
#define DDSC_LOG_DW_PEER_LOOKUP   (DDSC_LOG_BASE + 269)
 Datawriter did not find a peer.
#define DDSC_LOG_LOOKUP_TYPE_PLUGIN   (DDSC_LOG_BASE + 270)
 A type-plugin for the given type could not be found.
#define DDSC_LOG_PARTICIPANT_QOS_CHANGED   (DDSC_LOG_BASE + 271)
 The participant qos changed.
#define DDSC_LOG_DW_FORCED_REMOVE   (DDSC_LOG_BASE + 272)
 Forced removal of sample downstream failed.
#define DDSC_LOG_CREATE_REMOTE_BIND_RECORD   (DDSC_LOG_BASE + 273)
 Failed to create record.
#define DDSC_LOG_ILLEGAL_OBJECTID   (DDSC_LOG_BASE + 274)
 Illegal object id specified.
#define DDSC_LOG_DIFFERENT_PARTICIPANTS   (DDSC_LOG_BASE + 275)
 Entities are in different participants.
#define DDSC_LOG_FAILED_UPDATE_STATUS_CONDITION   (DDSC_LOG_BASE + 276)
 Failed to update state of StatusCondition.
#define DDSC_LOG_DIFFERENT_PUBLISHERS   (DDSC_LOG_BASE + 277)
 Entities are in different publishers.
#define DDSC_LOG_DIFFERENT_SUBSCRIBERS   (DDSC_LOG_BASE + 278)
 Entities are in different subscribers.
#define DDSC_LOG_DIFFERENT_PARTICIPANTS   (DDSC_LOG_BASE + 275)
 Entities are in different participants.

Detailed Description

DDS_C module log codes.


RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc