RTI Connext DDS Micro C++ API
Version 3.0.3
|
DPSE. ModuleID = 10. More...
Macros | |
#define | DPSE_LOG_INVALID_PEER_ADDRESS_EC (DPSE_LOG_BASE + 1) |
A peer address string specifies an invalid address. | |
#define | DPSE_LOG_CREATE_DISCOVERY_PUBLISHER_EC (DPSE_LOG_BASE + 2) |
Failed to create the publisher for a participant discovery writer. | |
#define | DPSE_LOG_CREATE_DISCOVERY_SUBSCRIBER_EC (DPSE_LOG_BASE + 3) |
Failed to create the subscriber for a participant discovery datareader. | |
#define | DPSE_LOG_REGISTER_TYPE_EC (DPSE_LOG_BASE + 4) |
Failed to register a built-in participant discovery type. | |
#define | DPSE_LOG_CREATE_TOPIC_EC (DPSE_LOG_BASE + 5) |
Failed to create a topic for the built-in participant discovery topic. | |
#define | DPSE_LOG_CREATE_WRITER_EC (DPSE_LOG_BASE + 6) |
Failed to create a DataWriter for participant discovery. | |
#define | DPSE_LOG_CREATE_READER_EC (DPSE_LOG_BASE + 7) |
Failed to create a DataReader for participant discovery. | |
#define | DPSE_LOG_DISPOSE_EC (DPSE_LOG_BASE + 8) |
Failed to dispose a participant discovery instance. | |
#define | DPSE_LOG_ANNOUNCE_LOCAL_PARTICIPANT_DELETION_EC (DPSE_LOG_BASE + 9) |
Failed to dispose a participant discovery instance upon deletion. | |
#define | DPSE_LOG_DELETE_WRITER_EC (DPSE_LOG_BASE + 10) |
Failed to delete a participant discovery DataWriter. | |
#define | DPSE_LOG_DELETE_PUBLISHER_EC (DPSE_LOG_BASE + 11) |
Failed to delete a participant discovery Publisher. | |
#define | DPSE_LOG_DELETE_READER_EC (DPSE_LOG_BASE + 12) |
Failed to delete a participant discovery DataReader. | |
#define | DPSE_LOG_DELETE_TOPIC_EC (DPSE_LOG_BASE + 13) |
Failed to delete a participant discovery Topic. | |
#define | DPSE_LOG_DELETE_SUBSCRIBER_EC (DPSE_LOG_BASE + 14) |
Failed to delete a participant discovery Subscriber. | |
#define | DPSE_LOG_OBJECT_ALLOCATE_EC (DPSE_LOG_BASE + 15) |
Failed to allocate an object of the specified kind. | |
#define | DPSE_LOG_OBJECT_INITIALIZE_EC (DPSE_LOG_BASE + 16) |
Failed to initialize an object of the specified kind. | |
#define | DPSE_LOG_OBJECT_FINALIZE_EC (DPSE_LOG_BASE + 17) |
Failed to finalize an object of the specified kind. | |
#define | DPSE_LOG_OBJECT_DELETE_EC (DPSE_LOG_BASE + 18) |
Failed to delete an object of the specified kind. | |
#define | DPSE_LOG_OBJECT_INVALID_EC (DPSE_LOG_BASE + 19) |
The object was invalid in the context it was used. | |
#define | DPSE_LOG_CDR_SET_POSITION_EC (DPSE_LOG_BASE + 20) |
Failed to set the CDR stream position. | |
#define | DPSE_LOG_CDR_SERIALIZE_EC (DPSE_LOG_BASE + 21) |
Failed to serialize the specified kind. | |
#define | DPSE_LOG_CDR_DESERIALIZE_EC (DPSE_LOG_BASE + 22) |
Failed to deserialize the specified kind. | |
#define | DPSE_LOG_SERIALIZE_GUID_EC (DPSE_LOG_BASE + 23) |
Failed to serialize a GUID key parameter. | |
#define | DPSE_LOG_SERIALIZE_BUILTIN_ENDPOINTS_EC (DPSE_LOG_BASE + 24) |
Failed to serialize a Builtin Endpoint Mask parameter. | |
#define | DPSE_LOG_SERIALIZE_PROTOCOL_VERSION_EC (DPSE_LOG_BASE + 25) |
Failed to serialize a Protocol Version parameter. | |
#define | DPSE_LOG_SERIALIZE_VENDOR_ID_EC (DPSE_LOG_BASE + 26) |
Failed to serialize a Vendor ID parameter. | |
#define | DPSE_LOG_SERIALIZE_DEFAULT_UNICAST_EC (DPSE_LOG_BASE + 27) |
Failed to serialize a Default Unicast Locator parameter. | |
#define | DPSE_LOG_SERIALIZE_META_UNICAST_EC (DPSE_LOG_BASE + 28) |
Failed to serialize a Meta Unicast Locator parameter. | |
#define | DPSE_LOG_SERIALIZE_META_MULTICAST_EC (DPSE_LOG_BASE + 29) |
Failed to serialize a Meta Multicast Locator parameter. | |
#define | DPSE_LOG_SERIALIZE_LEASE_DURATION_EC (DPSE_LOG_BASE + 30) |
Failed to serialize a Lease Duration parameter. | |
#define | DPSE_LOG_SERIALIZE_PRODUCT_VERSION_EC (DPSE_LOG_BASE + 31) |
Failed to serialize a Product Version parameter. | |
#define | DPSE_LOG_DESERIALIZE_PRODUCT_VERSION_EC (DPSE_LOG_BASE + 32) |
Failed to serialize a Product Version parameter. | |
#define | DPSE_LOG_SERIALIZE_PARTICIPANT_NAME_EC (DPSE_LOG_BASE + 33) |
Failed to serialize a Participant Name parameter. | |
#define | DPSE_LOG_DESERIALIZE_GUID_EC (DPSE_LOG_BASE + 34) |
Failed to deserialize a GUID key parameter. | |
#define | DPSE_LOG_DESERIALIZE_BUILTIN_ENDPOINTS_EC (DPSE_LOG_BASE + 35) |
Failed to deserialize a Builtin Endpoint Mask parameter. | |
#define | DPSE_LOG_DESERIALIZE_PROTOCOL_VERSION_EC (DPSE_LOG_BASE + 36) |
Failed to deserialize a Protocol Version parameter. | |
#define | DPSE_LOG_DESERIALIZE_VENDOR_ID_EC (DPSE_LOG_BASE + 37) |
Failed to deserialize a Vendor ID parameter. | |
#define | DPSE_LOG_DESERIALIZE_TOO_MANY_LOCATORS_EC (DPSE_LOG_BASE + 38) |
Cannot deserialize another locator parameter, having reached maximum of 4 unicast or 4 multicast locators. | |
#define | DPSE_LOG_DESERIALIZE_PARTICIPANT_NAME_EC (DPSE_LOG_BASE + 39) |
Failed to deserialize a Participant Name parameter. | |
#define | DPSE_LOG_DESERIALIZE_UNKNOWN_PID_EC (DPSE_LOG_BASE + 40) |
Failed to deserialize a parameter with an unknown ID. | |
#define | DPSE_LOG_ANNOUNCEMENT_EC (DPSE_LOG_BASE + 41) |
Failed to send a participant discovery announcement. | |
#define | DPSE_LOG_UPDATE_PARTICIPANT_ASSERT_PERIOD_EC (DPSE_LOG_BASE + 42) |
Failed to schedule an event to send the next participant discovery announcement. | |
#define | DPSE_LOG_ADVANCE_SN_EC (DPSE_LOG_BASE + 43) |
Failed to advance the sequence number of a participant discovery announcement. | |
#define | DPSE_LOG_ANNOUNCE_WRITE_EC (DPSE_LOG_BASE + 44) |
Failed to write a participant discovery announcement message. | |
#define | DPSE_LOG_SCHEDULE_FAST_ASSERTION_EC (DPSE_LOG_BASE + 45) |
Failed to schedule an event to send the next participant discovery announcment. | |
#define | DPSE_LOG_PARTICIPANT_TAKE_EC (DPSE_LOG_BASE + 46) |
Failed to take a sample from a participant discovery DataReader. | |
#define | DPSE_LOG_ASSERT_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 47) |
Failed to assert remote participant. | |
#define | DPSE_LOG_ON_ASSERT_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 48) |
Failed to assert and complete discovery of a remote participant. | |
#define | DPSE_LOG_ADD_ANONYMOUS_ROUTE_EC (DPSE_LOG_BASE + 49) |
Failed to add an anonymous route. | |
#define | DPSE_LOG_DELETE_ANONYMOUS_ROUTE_EC (DPSE_LOG_BASE + 50) |
Failed to delete an anonymous route. | |
#define | DPSE_LOG_MAX_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 51) |
Exceeded resource limit, remote_participant_allocation. | |
#define | DPSE_LOG_REFRESH_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 52) |
Failed to refresh liveliness for a remote participant. | |
#define | DPSE_LOG_RESET_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 53) |
Failed to reset liveliness for a remote participant. | |
#define | DPSE_LOG_INVALID_DISCOVERY_SAMPLE_EC (DPSE_LOG_BASE + 54) |
Received a participant discovery announcement with invalid state. | |
#define | DPSE_LOG_RETURN_DISCOVERY_SAMPLE_EC (DPSE_LOG_BASE + 55) |
Failed to return a loan on a participant discovery announcement. | |
#define | DPSE_LOG_SERIALIZE_MULTICAST_EC (DPSE_LOG_BASE + 56) |
Failed to serialize a Multicast Locator parameter. | |
#define | DPSE_LOG_GET_DDS_PROPERTIES_EC (DPSE_LOG_BASE + 57) |
Failed to serialize a Multicast Locator parameter. | |
#define | DPSE_LOG_ENTITY_ENABLE_EC (DPSE_LOG_BASE + 58) |
Failed to enable the specified entity kind. | |
#define | DPSE_LOG_SEQUENCE_SETMAX_EC (DPSE_LOG_BASE + 59) |
Failed to set the maximum length of a sequence of the specified kind. | |
#define | DPSE_LOG_SEQUENCE_SETLENGTH_EC (DPSE_LOG_BASE + 60) |
Failed to set the length of a sequence of the specified kind. | |
#define | DPSE_LOG_SEQUENCE_GETREF_EC (DPSE_LOG_BASE + 61) |
Failed to get a reference at the specified index for a sequence of the specified kind. | |
#define | DPSE_LOG_SEQUENCE_INITIALIZE_EC (DPSE_LOG_BASE + 62) |
Failed to initialize a sequence of the specified kind. | |
#define | DPSE_LOG_SEQUENCE_FINALIZE_EC (DPSE_LOG_BASE + 63) |
Failed to finalize a sequence of the specified kind. | |
#define | DPSE_LOG_SEQUENCE_COPY_EC (DPSE_LOG_BASE + 64) |
Failed to copy a sequence of the specified kind. | |
#define | DPSE_LOG_GET_TIMER_EC (DPSE_LOG_BASE + 65) |
Failed to get timer. | |
#define | DPSE_LOG_UNSUPPORTED_LOCATOR_EC (DPSE_LOG_BASE + 66) |
The locator kind is not supported by any transport registered with the domain participant and is dropped. |
DPSE. ModuleID = 10.
#define DPSE_LOG_INVALID_PEER_ADDRESS_EC (DPSE_LOG_BASE + 1) |
A peer address string specifies an invalid address.
#define DPSE_LOG_CREATE_DISCOVERY_PUBLISHER_EC (DPSE_LOG_BASE + 2) |
Failed to create the publisher for a participant discovery writer.
#define DPSE_LOG_CREATE_DISCOVERY_SUBSCRIBER_EC (DPSE_LOG_BASE + 3) |
Failed to create the subscriber for a participant discovery datareader.
#define DPSE_LOG_REGISTER_TYPE_EC (DPSE_LOG_BASE + 4) |
Failed to register a built-in participant discovery type.
#define DPSE_LOG_CREATE_TOPIC_EC (DPSE_LOG_BASE + 5) |
Failed to create a topic for the built-in participant discovery topic.
#define DPSE_LOG_CREATE_WRITER_EC (DPSE_LOG_BASE + 6) |
Failed to create a DataWriter for participant discovery.
#define DPSE_LOG_CREATE_READER_EC (DPSE_LOG_BASE + 7) |
Failed to create a DataReader for participant discovery.
#define DPSE_LOG_DISPOSE_EC (DPSE_LOG_BASE + 8) |
Failed to dispose a participant discovery instance.
#define DPSE_LOG_ANNOUNCE_LOCAL_PARTICIPANT_DELETION_EC (DPSE_LOG_BASE + 9) |
Failed to dispose a participant discovery instance upon deletion.
#define DPSE_LOG_DELETE_WRITER_EC (DPSE_LOG_BASE + 10) |
Failed to delete a participant discovery DataWriter.
#define DPSE_LOG_DELETE_PUBLISHER_EC (DPSE_LOG_BASE + 11) |
Failed to delete a participant discovery Publisher.
#define DPSE_LOG_DELETE_READER_EC (DPSE_LOG_BASE + 12) |
Failed to delete a participant discovery DataReader.
#define DPSE_LOG_DELETE_TOPIC_EC (DPSE_LOG_BASE + 13) |
Failed to delete a participant discovery Topic.
#define DPSE_LOG_DELETE_SUBSCRIBER_EC (DPSE_LOG_BASE + 14) |
Failed to delete a participant discovery Subscriber.
#define DPSE_LOG_OBJECT_ALLOCATE_EC (DPSE_LOG_BASE + 15) |
Failed to allocate an object of the specified kind.
#define DPSE_LOG_OBJECT_INITIALIZE_EC (DPSE_LOG_BASE + 16) |
Failed to initialize an object of the specified kind.
#define DPSE_LOG_OBJECT_FINALIZE_EC (DPSE_LOG_BASE + 17) |
Failed to finalize an object of the specified kind.
#define DPSE_LOG_OBJECT_DELETE_EC (DPSE_LOG_BASE + 18) |
Failed to delete an object of the specified kind.
#define DPSE_LOG_OBJECT_INVALID_EC (DPSE_LOG_BASE + 19) |
The object was invalid in the context it was used.
#define DPSE_LOG_CDR_SET_POSITION_EC (DPSE_LOG_BASE + 20) |
Failed to set the CDR stream position.
#define DPSE_LOG_CDR_SERIALIZE_EC (DPSE_LOG_BASE + 21) |
Failed to serialize the specified kind.
#define DPSE_LOG_CDR_DESERIALIZE_EC (DPSE_LOG_BASE + 22) |
Failed to deserialize the specified kind.
#define DPSE_LOG_SERIALIZE_GUID_EC (DPSE_LOG_BASE + 23) |
Failed to serialize a GUID key parameter.
#define DPSE_LOG_SERIALIZE_BUILTIN_ENDPOINTS_EC (DPSE_LOG_BASE + 24) |
Failed to serialize a Builtin Endpoint Mask parameter.
#define DPSE_LOG_SERIALIZE_PROTOCOL_VERSION_EC (DPSE_LOG_BASE + 25) |
Failed to serialize a Protocol Version parameter.
#define DPSE_LOG_SERIALIZE_VENDOR_ID_EC (DPSE_LOG_BASE + 26) |
Failed to serialize a Vendor ID parameter.
#define DPSE_LOG_SERIALIZE_DEFAULT_UNICAST_EC (DPSE_LOG_BASE + 27) |
Failed to serialize a Default Unicast Locator parameter.
#define DPSE_LOG_SERIALIZE_META_UNICAST_EC (DPSE_LOG_BASE + 28) |
Failed to serialize a Meta Unicast Locator parameter.
#define DPSE_LOG_SERIALIZE_META_MULTICAST_EC (DPSE_LOG_BASE + 29) |
Failed to serialize a Meta Multicast Locator parameter.
#define DPSE_LOG_SERIALIZE_LEASE_DURATION_EC (DPSE_LOG_BASE + 30) |
Failed to serialize a Lease Duration parameter.
#define DPSE_LOG_SERIALIZE_PRODUCT_VERSION_EC (DPSE_LOG_BASE + 31) |
Failed to serialize a Product Version parameter.
#define DPSE_LOG_DESERIALIZE_PRODUCT_VERSION_EC (DPSE_LOG_BASE + 32) |
Failed to serialize a Product Version parameter.
#define DPSE_LOG_SERIALIZE_PARTICIPANT_NAME_EC (DPSE_LOG_BASE + 33) |
Failed to serialize a Participant Name parameter.
#define DPSE_LOG_DESERIALIZE_GUID_EC (DPSE_LOG_BASE + 34) |
Failed to deserialize a GUID key parameter.
#define DPSE_LOG_DESERIALIZE_BUILTIN_ENDPOINTS_EC (DPSE_LOG_BASE + 35) |
Failed to deserialize a Builtin Endpoint Mask parameter.
#define DPSE_LOG_DESERIALIZE_PROTOCOL_VERSION_EC (DPSE_LOG_BASE + 36) |
Failed to deserialize a Protocol Version parameter.
#define DPSE_LOG_DESERIALIZE_VENDOR_ID_EC (DPSE_LOG_BASE + 37) |
Failed to deserialize a Vendor ID parameter.
#define DPSE_LOG_DESERIALIZE_TOO_MANY_LOCATORS_EC (DPSE_LOG_BASE + 38) |
Cannot deserialize another locator parameter, having reached maximum of 4 unicast or 4 multicast locators.
#define DPSE_LOG_DESERIALIZE_PARTICIPANT_NAME_EC (DPSE_LOG_BASE + 39) |
Failed to deserialize a Participant Name parameter.
#define DPSE_LOG_DESERIALIZE_UNKNOWN_PID_EC (DPSE_LOG_BASE + 40) |
Failed to deserialize a parameter with an unknown ID.
#define DPSE_LOG_ANNOUNCEMENT_EC (DPSE_LOG_BASE + 41) |
Failed to send a participant discovery announcement.
#define DPSE_LOG_UPDATE_PARTICIPANT_ASSERT_PERIOD_EC (DPSE_LOG_BASE + 42) |
Failed to schedule an event to send the next participant discovery announcement.
#define DPSE_LOG_ADVANCE_SN_EC (DPSE_LOG_BASE + 43) |
Failed to advance the sequence number of a participant discovery announcement.
#define DPSE_LOG_ANNOUNCE_WRITE_EC (DPSE_LOG_BASE + 44) |
Failed to write a participant discovery announcement message.
#define DPSE_LOG_SCHEDULE_FAST_ASSERTION_EC (DPSE_LOG_BASE + 45) |
Failed to schedule an event to send the next participant discovery announcment.
#define DPSE_LOG_PARTICIPANT_TAKE_EC (DPSE_LOG_BASE + 46) |
Failed to take a sample from a participant discovery DataReader.
#define DPSE_LOG_ASSERT_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 47) |
Failed to assert remote participant.
#define DPSE_LOG_ON_ASSERT_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 48) |
Failed to assert and complete discovery of a remote participant.
#define DPSE_LOG_ADD_ANONYMOUS_ROUTE_EC (DPSE_LOG_BASE + 49) |
Failed to add an anonymous route.
Results in a DomainParticipant not having a destination to which it should have sent participant discovery announcements
#define DPSE_LOG_DELETE_ANONYMOUS_ROUTE_EC (DPSE_LOG_BASE + 50) |
Failed to delete an anonymous route.
#define DPSE_LOG_MAX_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 51) |
Exceeded resource limit, remote_participant_allocation.
#define DPSE_LOG_REFRESH_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 52) |
Failed to refresh liveliness for a remote participant.
#define DPSE_LOG_RESET_REMOTE_PARTICIPANT_EC (DPSE_LOG_BASE + 53) |
Failed to reset liveliness for a remote participant.
#define DPSE_LOG_INVALID_DISCOVERY_SAMPLE_EC (DPSE_LOG_BASE + 54) |
Received a participant discovery announcement with invalid state.
#define DPSE_LOG_RETURN_DISCOVERY_SAMPLE_EC (DPSE_LOG_BASE + 55) |
Failed to return a loan on a participant discovery announcement.
#define DPSE_LOG_SERIALIZE_MULTICAST_EC (DPSE_LOG_BASE + 56) |
Failed to serialize a Multicast Locator parameter.
#define DPSE_LOG_GET_DDS_PROPERTIES_EC (DPSE_LOG_BASE + 57) |
Failed to serialize a Multicast Locator parameter.
#define DPSE_LOG_ENTITY_ENABLE_EC (DPSE_LOG_BASE + 58) |
Failed to enable the specified entity kind.
#define DPSE_LOG_SEQUENCE_SETMAX_EC (DPSE_LOG_BASE + 59) |
Failed to set the maximum length of a sequence of the specified kind.
#define DPSE_LOG_SEQUENCE_SETLENGTH_EC (DPSE_LOG_BASE + 60) |
Failed to set the length of a sequence of the specified kind.
#define DPSE_LOG_SEQUENCE_GETREF_EC (DPSE_LOG_BASE + 61) |
Failed to get a reference at the specified index for a sequence of the specified kind.
#define DPSE_LOG_SEQUENCE_INITIALIZE_EC (DPSE_LOG_BASE + 62) |
Failed to initialize a sequence of the specified kind.
#define DPSE_LOG_SEQUENCE_FINALIZE_EC (DPSE_LOG_BASE + 63) |
Failed to finalize a sequence of the specified kind.
#define DPSE_LOG_SEQUENCE_COPY_EC (DPSE_LOG_BASE + 64) |
Failed to copy a sequence of the specified kind.
#define DPSE_LOG_GET_TIMER_EC (DPSE_LOG_BASE + 65) |
Failed to get timer.
#define DPSE_LOG_UNSUPPORTED_LOCATOR_EC (DPSE_LOG_BASE + 66) |
The locator kind is not supported by any transport registered with the domain participant and is dropped.