RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
disc_dpde_log.h File Reference
#include "osapi/osapi_log.h"

Macros

#define DPDE_LOG_CDR_SET_OFFSET_EC   (DPDE_LOG_BASE + 1)
 Failed to set current offset of stream.
 
#define DPDE_LOG_SERIALIZE_ENTITY_NAME_EC   (DPDE_LOG_BASE + 2)
 Failed to serialize Entity Name parameter.
 
#define DPDE_LOG_SERIALIZE_TOPIC_NAME_EC   (DPDE_LOG_BASE + 3)
 Failed to serialize Topic Name parameter.
 
#define DPDE_LOG_SERIALIZE_TYPE_NAME_EC   (DPDE_LOG_BASE + 4)
 Failed to serialize Type Name parameter.
 
#define DPDE_LOG_SERIALIZE_GUID_EC   (DPDE_LOG_BASE + 5)
 Failed to serialize GUID key.
 
#define DPDE_LOG_SERIALIZE_DEFAULT_UNICAST_EC   (DPDE_LOG_BASE + 6)
 Failed to serialize Default Unicast Locator parameter.
 
#define DPDE_LOG_SERIALIZE_PROTOCOL_VERSION_EC   (DPDE_LOG_BASE + 7)
 Failed to serialize Protocol Version parameter.
 
#define DPDE_LOG_DESERIALIZE_PROTOCOL_VERSION_EC   (DPDE_LOG_BASE + 8)
 Failed to deserialize Protocol Version parameter.
 
#define DPDE_LOG_DESERIALIZE_VENDOR_ID_EC   (DPDE_LOG_BASE + 9)
 Failed to deserialize Vendor ID parameter.
 
#define DPDE_LOG_SERIALIZE_VENDOR_ID_EC   (DPDE_LOG_BASE + 10)
 Failed to serialize Vendor ID parameter.
 
#define DPDE_LOG_SERIALIZE_PRODUCT_VERSION_EC   (DPDE_LOG_BASE + 11)
 Failed to serialize Product Version parameter.
 
#define DPDE_LOG_SERIALIZE_LEASE_DURATION_EC   (DPDE_LOG_BASE + 12)
 Failed to serialize Lease Duration parameter.
 
#define DPDE_LOG_CREATE_PUBLISHER_EC   (DPDE_LOG_BASE + 13)
 Failed to create Publisher for built-in endpoint DataWriters.
 
#define DPDE_LOG_CREATE_SUBSCRIBER_EC   (DPDE_LOG_BASE + 14)
 Failed to create Subscriber for built-in endpoint DataReaders.
 
#define DPDE_LOG_CREATE_PARTICIPANT_DISCOVERY_EC   (DPDE_LOG_BASE + 15)
 Failed to create built-in endpoint for participant discovery after creating local user DomainParticipant.
 
#define DPDE_LOG_CREATE_PUBLICATION_DISCOVERY_EC   (DPDE_LOG_BASE + 16)
 Failed to create built-in publication endpoint after creating local user DomainParticipant.
 
#define DPDE_LOG_CREATE_SUBSCRIPTION_DISCOVERY_EC   (DPDE_LOG_BASE + 17)
 Failed to create built-in subscription endpoint after creating local DomainParticipant.
 
#define DPDE_LOG_DELETE_SUBSCRIPTION_TOPIC_EC   (DPDE_LOG_BASE + 18)
 Failed to delete subscription built-in topic.
 
#define DPDE_LOG_DELETE_PUBLICATION_TOPIC_EC   (DPDE_LOG_BASE + 19)
 Failed to delete publication built-in topic.
 
#define DPDE_LOG_DELETE_PARTICIPANT_TOPIC_EC   (DPDE_LOG_BASE + 20)
 Failed to delete participant built-in topic.
 
#define DPDE_LOG_DISPOSE_PARTICIPANT_EC   (DPDE_LOG_BASE + 21)
 Failed to dispose built-in participant when deleting DomainParticipant.
 
#define DPDE_LOG_ALLOCATE_DPDE_EC   (DPDE_LOG_BASE + 22)
 Out of memory to allocate discovery plugin.
 
#define DPDE_LOG_SERIALIZE_BUILTIN_ENDPOINTS_EC   (DPDE_LOG_BASE + 23)
 Failed to serialize Builtin Endpoint Mask parameter.
 
#define DPDE_LOG_DESERIALIZE_BUILTIN_ENDPOINTS_EC   (DPDE_LOG_BASE + 24)
 Failed to deserialize Builtin Endpoint Mask parameter.
 
#define DPDE_LOG_DESERIALIZE_UNKNOWN_PID_EC   (DPDE_LOG_BASE + 25)
 Failed to deserialize a parameter of unknown ID.
 
#define DPDE_LOG_ANNOUNCEMENT_EC   (DPDE_LOG_BASE + 26)
 Failed to write a dynamic participant discovery message.
 
#define DPDE_LOG_UPDATE_PARTICIPANT_ASSERT_PERIOD_EC   (DPDE_LOG_BASE + 27)
 Failed to schedule an event to assert the next participant discovery announcement.
 
#define DPDE_LOG_ADVANCE_SN_EC   (DPDE_LOG_BASE + 28)
 Failed to advance the sequence number of a participant discovery announcement.
 
#define DPDE_LOG_ANNOUNCE_WRITE_EC   (DPDE_LOG_BASE + 29)
 Failed to write initial participant discovery announcement.
 
#define DPDE_LOG_SCHEDULE_FAST_ASSERTION_EC   (DPDE_LOG_BASE + 30)
 Failed to schedule event for asserting participant discovery announcements.
 
#define DPDE_LOG_REGISTER_TYPE_EC   (DPDE_LOG_BASE + 32)
 Failed to register a built-in type for discovery.
 
#define DPDE_LOG_CREATE_TOPIC_EC   (DPDE_LOG_BASE + 33)
 Failed to create a topic for discovery.
 
#define DPDE_LOG_CREATE_WRITER_EC   (DPDE_LOG_BASE + 34)
 Failed to create a built-in DataWriter for discovery.
 
#define DPDE_LOG_CREATE_READER_EC   (DPDE_LOG_BASE + 35)
 Failed to create a built-in DataReader for discovery.
 
#define DPDE_LOG_ASSERT_REMOTE_PARTICIPANT_EC   (DPDE_LOG_BASE + 36)
 Failed to assert and complete discovery of a remote participant.
 
#define DPDE_LOG_ENABLE_REMOTE_PARTICIPANT_EC   (DPDE_LOG_BASE + 37)
 Failed to enable and complete discovery of a remote participant.
 
#define DPDE_LOG_REFRESH_REMOTE_PARTICIPANT_EC   (DPDE_LOG_BASE + 38)
 Failed to refresh liveliness for a discovered remote participant.
 
#define DPDE_LOG_TAKE_PARTICIPANT_SAMPLE_EC   (DPDE_LOG_BASE + 39)
 Failed to take a sample from a participant discovery DataReader.
 
#define DPDE_LOG_INVALID_PARTICIPANT_SAMPLE_EC   (DPDE_LOG_BASE + 40)
 Received a participant discovery announcement with invalid state.
 
#define DPDE_LOG_RETURN_PARTICIPANT_SAMPLE_EC   (DPDE_LOG_BASE + 41)
 Failed to return a loan on a participant discovery sample.
 
#define DPDE_LOG_DISPOSE_PUBLICATION_EC   (DPDE_LOG_BASE + 42)
 Failed to dispose an instance for a publication.
 
#define DPDE_LOG_DISPOSE_SUBSCRIPTION_EC   (DPDE_LOG_BASE + 43)
 Failed to dispose an instance of a subscription.
 
#define DPDE_LOG_ASSERT_REMOTE_PUBLICATION_EC   (DPDE_LOG_BASE + 44)
 Failed to assert and complete discovery of a remote publication.
 
#define DPDE_LOG_ASSERT_REMOTE_SUBSCRIPTION_EC   (DPDE_LOG_BASE + 45)
 Failed to assert and complete discovery of a remote subscription.
 
#define DPDE_LOG_TAKE_PUBLICATION_SAMPLE_EC   (DPDE_LOG_BASE + 46)
 Failed to take a sample from a publication discovery DataReader.
 
#define DPDE_LOG_REMOVE_REMOTE_PUBLICATION_EC   (DPDE_LOG_BASE + 47)
 Failed to dispose or unregister a remote publication instance.
 
#define DPDE_LOG_INVALID_PUBLICATION_SAMPLE_EC   (DPDE_LOG_BASE + 48)
 Received a publication discovery announcement with invalid state.
 
#define DPDE_LOG_RETURN_PUBLICATION_SAMPLE_EC   (DPDE_LOG_BASE + 49)
 Failed to return a loan on a publication discovery sample.
 
#define DPDE_LOG_TAKE_SUBSCRIPTION_SAMPLE_EC   (DPDE_LOG_BASE + 51)
 Failed to take a sample from a subscription discovery DataReader.
 
#define DPDE_LOG_INVALID_SUBSCRIPTION_SAMPLE_EC   (DPDE_LOG_BASE + 52)
 Received a subscription discovery sample with invalid state.
 
#define DPDE_LOG_RETURN_SUBSCRIPTION_SAMPLE_EC   (DPDE_LOG_BASE + 53)
 Failed to return a loan on a subscription discovery sample.
 
#define DPDE_LOG_REMOVE_REMOTE_SUBSCRIPTION_EC   (DPDE_LOG_BASE + 54)
 Failed to dispose or unregister a remote subscription instance.
 
#define DPDE_LOG_LOCATORS_FULL_EC   (DPDE_LOG_BASE + 55)
 A locator sequence is full, the remaining locators of the specified kind are dropped.
 
#define DPDE_LOG_DESERIALIZE_LOCATOR_EC   (DPDE_LOG_BASE + 56)
 Failed to deserialize a locator of the specified kind.
 
#define DPDE_LOG_UNSUPPORTED_LOCATOR_EC   (DPDE_LOG_BASE + 57)
 The locator kind is not supported by any transport registered with the domain participant and is dropped.
 
#define DPDE_LOG_ADD_PEER_EC   (DPDE_LOG_BASE + 58)
 Failed to add the specified entity as a peer.
 
#define DPDE_LOG_REMOVE_PEER_EC   (DPDE_LOG_BASE + 59)
 Failed to add the specified entity as a peer.
 
#define DPDE_LOG_SERIALIZE_PRESENTATION_EC   (DPDE_LOG_BASE + 60)
 Failed to serialize Presentation parameter.
 
#define DPDE_LOG_UNREGISTER_TYPE_EC   (DPDE_LOG_BASE + 61)
 Failed to unregister a built-in type for discovery.
 
#define DPDE_LOG_ADD_REMOTE_PARTICIPANT_ROUTES_FAILED_EC   (DPDE_LOG_BASE + 62)
 Failed to add routes to a remote participant.
 
#define DPDE_LOG_DELETE_REMOTE_PARTICIPANT_ROUTES_FAILED_EC   (DPDE_LOG_BASE + 63)
 Failed to delete routes to a remote participant.
 
#define DPDE_LOG_REMOVE_REMOTE_PARTICIPANT_EC   (DPDE_LOG_BASE + 64)
 Failed remove a remote participant.
 
#define DPDE_LOG_CHECKSUM_INCOMPATIBLE_PARTICIPANT_IGNORED_EC   (DPDE_LOG_BASE + 65)
 A participant with incompatible checksum was discovered and ignored.