RTI Connext DDS Micro
Version 2.4.11
|
Real-Time Publish-Subscribe. ModuleID = 6. More...
Macros | |
#define | RTPS_LOG_INITIALIZE_INTERFACE_EC (RTPS_LOG_BASE + 1) |
Failed to initialize an RTPS interface. | |
#define | RTPS_LOG_ALLOCATE_EC (RTPS_LOG_BASE + 2) |
Failed to allocate heap memory for internal resources. | |
#define | RTPS_LOG_CREATE_ROUTE_TABLE_EC (RTPS_LOG_BASE + 3) |
Failed to create a database table for storing RTPS route info. | |
#define | RTPS_LOG_DB_CREATE_ROUTE_PEER_INDEX_EC (RTPS_LOG_BASE + 4) |
Failed to create database index for route-peer info. | |
#define | RTPS_LOG_DB_CREATE_ROUTE_XPORT_INDEX_EC (RTPS_LOG_BASE + 5) |
Failed to create database index for route-transport info. | |
#define | RTPS_LOG_DB_CREATE_BIND_PEER_INDEX_EC (RTPS_LOG_BASE + 6) |
Failed to create database index for bind-peer info. | |
#define | RTPS_LOG_INDEX_ADD_ENTRY_EC (RTPS_LOG_BASE + 8) |
Failed to add an entry to a database index. | |
#define | RTPS_LOG_DB_SELECT_ALL_EC (RTPS_LOG_BASE + 9) |
Failed to select all entries of a database table. | |
#define | RTPS_LOG_DB_SELECT_MATCH_EC (RTPS_LOG_BASE + 10) |
Matching entry not found in a database table. | |
#define | RTPS_LOG_DB_SELECT_RANGE_EC (RTPS_LOG_BASE + 11) |
No matching entries found in a database table. | |
#define | RTPS_LOG_DB_CREATE_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 12) |
Failed to create database entry for route. | |
#define | RTPS_LOG_DB_INSERT_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 13) |
Failed to insert entry into route table. | |
#define | RTPS_LOG_DB_DELETE_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 15) |
Failed to delete entry from route table. | |
#define | RTPS_LOG_DB_CREATE_BIND_ENTRY_EC (RTPS_LOG_BASE + 16) |
Failed to create database entry for bind. | |
#define | RTPS_LOG_DB_INSERT_BIND_ENTRY_EC (RTPS_LOG_BASE + 17) |
Failed to insert an entry into the bind table. | |
#define | RTPS_LOG_DB_REMOVE_BIND_ENTRY_EC (RTPS_LOG_BASE + 18) |
Failed to remove an entry from the bind table. | |
#define | RTPS_LOG_DB_REMOVE_EXTERNAL_BIND_ENTRY_EC (RTPS_LOG_BASE + 19) |
Failed to remove an entry from the external bind table. | |
#define | RTPS_LOG_DB_DELETE_EXTERNAL_BIND_ENTRY_EC (RTPS_LOG_BASE + 20) |
Failed to delete entry from external bind table. | |
#define | RTPS_LOG_SEND_EC (RTPS_LOG_BASE + 21) |
Failed to send a packet due to a lower module failing to send the packet. | |
#define | RTPS_LOG_RECEIVE_EC (RTPS_LOG_BASE + 22) |
Failed to receive a packet due to a higher module failing to receive the packet. | |
#define | RTPS_LOG_ROUTE_PACKET_EC (RTPS_LOG_BASE + 23) |
Failed to send a packet, when routing to a lower module or peer. | |
#define | RTPS_LOG_FORWARD_UPSTREAM_EC (RTPS_LOG_BASE + 24) |
Failed to receive a packet, when forwarding to a higher upstream module. | |
#define | RTPS_LOG_BAD_PARAMETER_EC (RTPS_LOG_BASE + 25) |
Bad parameter to an RTPS interface function. | |
#define | RTPS_LOG_NOT_ENABLED_EC (RTPS_LOG_BASE + 26) |
Failed because interface is not enabled. | |
#define | RTPS_LOG_READER_UNSUPPORTED_EC (RTPS_LOG_BASE + 27) |
RTPS reader does not support send. | |
#define | RTPS_LOG_INTERFACE_MISMATCH_EC (RTPS_LOG_BASE + 28) |
Upstream interface does not match source or destination of packet being sent or received. | |
#define | RTPS_LOG_FULL_SEND_WINDOW_EC (RTPS_LOG_BASE + 29) |
Failed to send due to reaching maximum send window size. | |
#define | RTPS_LOG_NETIO_PACKET_SET_TAIL_EC (RTPS_LOG_BASE + 31) |
Failed to set tail of packet to send. | |
#define | RTPS_LOG_FUNC_UNSUPPORTED_EC (RTPS_LOG_BASE + 32) |
RTPS interface does not support this function. | |
#define | RTPS_LOG_EXCEEDED_LIMIT_TRANSPORTS_EC (RTPS_LOG_BASE + 33) |
Out of transport entries. | |
#define | RTPS_LOG_EXCEEDED_LIMIT_PEERS_EC (RTPS_LOG_BASE + 34) |
Out of peer entries. | |
#define | RTPS_LOG_ASSERT_PEER_EC (RTPS_LOG_BASE + 35) |
Failed to assert a remote writer or reader. | |
#define | RTPS_LOG_ASSERT_TRANSPORT_EC (RTPS_LOG_BASE + 36) |
Failed to assert a downstream transport. | |
#define | RTPS_LOG_FIND_EXTERNAL_INTERFACE_EC (RTPS_LOG_BASE + 37) |
Failed to lookup an external interface. | |
#define | RTPS_LOG_NONEXISTENT_ROUTE_EC (RTPS_LOG_BASE + 38) |
Failed to delete a nonexistent route. | |
#define | RTPS_LOG_NONEXISTENT_BIND_EC (RTPS_LOG_BASE + 39) |
Failed to remove a nonexistent bind entry. | |
#define | RTPS_LOG_NONEXISTENT_EXTERNAL_BIND_EC (RTPS_LOG_BASE + 40) |
Failed to remove a nonexistent external bind entry. | |
#define | RTPS_LOG_STALE_ACK_EPOCH__EC (RTPS_LOG_BASE + 41) |
Dropped an ACKNACK submessage with an old epoch. | |
#define | RTPS_LOG_STALE_HB_EPOCH_EC (RTPS_LOG_BASE + 42) |
Dropped a HEARTBEAT submessage with an old epoch. | |
#define | RTPS_LOG_ACK_EC (RTPS_LOG_BASE + 43) |
Failed an acknack() upstream. | |
#define | RTPS_LOG_REQUEST_EC (RTPS_LOG_BASE + 45) |
Failed a request() upstream. | |
#define | RTPS_LOG_RETURN_LOAN_EC (RTPS_LOG_BASE + 46) |
Failed a return_loan() upstream. | |
#define | RTPS_LOG_NETIO_PACKET_SET_HEAD_EC (RTPS_LOG_BASE + 47) |
Failed to set the head of a packet. | |
#define | RTPS_LOG_SEND_HEARTBEAT_EC (RTPS_LOG_BASE + 48) |
Failed to send a HEARTBEAT submessage. | |
#define | RTPS_LOG_SHIFT_BITMAP_EC (RTPS_LOG_BASE + 49) |
Failed to shift a bitmap. | |
#define | RTPS_LOG_FULLY_ACKED_READER_EC (RTPS_LOG_BASE + 50) |
A Reader is fully acknowledged and does not need to respond to a final HEARTBEAT. | |
#define | RTPS_LOG_DATA_OUT_OF_RANGE_EC (RTPS_LOG_BASE + 51) |
Dropping a DATA submessage whose sequence number is outside of a Reader's receive window. | |
#define | RTPS_LOG_DATA_ALREADY_RECEIVED_EC (RTPS_LOG_BASE + 52) |
Dropping a DATA submessage whose sequence number was previously received. | |
#define | RTPS_LOG_INTERFACE_NOT_ENABLED_EC (RTPS_LOG_BASE + 53) |
Failed to receive a message because interface is not enabled. | |
#define | RTPS_LOG_INVALID_PACKET_EC (RTPS_LOG_BASE + 54) |
Dropped a message with an invalid packet header. | |
#define | RTPS_LOG_UNSUPPORTED_INTERFACE_EC (RTPS_LOG_BASE + 55) |
Received a message on an unsupported interface. | |
#define | RTPS_LOG_UNKNOWN_SUBMESSAGE_EC (RTPS_LOG_BASE + 56) |
Received a submessage with an unknown ID. | |
#define | RTPS_LOG_PROCESS_ACKNACK_EC (RTPS_LOG_BASE + 57) |
Failed to process received ACKNACK submessage. | |
#define | RTPS_LOG_PROCESS_DATA_EC (RTPS_LOG_BASE + 58) |
Failed to process received DATA submessage. | |
#define | RTPS_LOG_PROCESS_GAP_EC (RTPS_LOG_BASE + 59) |
Failed to process received GAP submessage. | |
#define | RTPS_LOG_PROCESS_HEARTBEAT_EC (RTPS_LOG_BASE + 60) |
Failed to process received HEARTBEAT submessage. | |
#define | RTPS_LOG_CREATE_HB_EVENT_EC (RTPS_LOG_BASE + 61) |
Failed to create periodic HEARTBEAT event. | |
#define | RTPS_LOG_CREATE_EVENT_TIMER_EC (RTPS_LOG_BASE + 62) |
Failed to create periodic HEARTBEAT event timer. | |
#define | RTPS_LOG_SEQ_NUM_OUT_OF_RANGE_EC (RTPS_LOG_BASE + 63) |
Failed to set bitmap bit due to out-of-range sequence number. | |
#define | RTPS_LOG_FIRST_SN_GREATER_LAST_SN_EC (RTPS_LOG_BASE + 65) |
Invalid range of sequence numbers to fill in bitmap. | |
#define | RTPS_LOG_BITCOUNT_OUT_OF_BOUNDS_EC (RTPS_LOG_BASE + 66) |
Deserialized an invalid out-of-bounds bitcount for a bitmap. | |
#define | RTPS_LOG_SHIFT_SN_OUT_OF_RANGE_EC (RTPS_LOG_BASE + 67) |
Failed to shift bitmap due to invalid starting sequence number. | |
#define | RTPS_LOG_SERIALIZE_HOST_ID_EC (RTPS_LOG_BASE + 68) |
Failed to serialize host ID of GUID. | |
#define | RTPS_LOG_SERIALIZE_APP_ID_EC (RTPS_LOG_BASE + 69) |
Failed to serialize app ID of GUID. | |
#define | RTPS_LOG_SERIALIZE_INSTANCE_ID_EC (RTPS_LOG_BASE + 70) |
Failed to serialized instance ID of GUID. | |
#define | RTPS_LOG_SERIALIZE_OBJECT_ID_EC (RTPS_LOG_BASE + 71) |
Failed to serialize object ID of GUID. | |
#define | RTPS_LOG_DESERIALIZE_HOST_ID_EC (RTPS_LOG_BASE + 72) |
Failed to deserialize host ID of GUID. | |
#define | RTPS_LOG_DESERIALIZE_APP_ID_EC (RTPS_LOG_BASE + 73) |
Faild to deserialize app ID of GUID. | |
#define | RTPS_LOG_DESERIALIZE_INSTANCE_ID_EC (RTPS_LOG_BASE + 74) |
Failed to deserialize instance ID of GUID. | |
#define | RTPS_LOG_DESERIALIZE_OBJECT_ID_EC (RTPS_LOG_BASE + 75) |
Failed to deserialize object ID of GUID. | |
#define | RTPS_LOG_DB_CREATE_EXT_BIND_ENTRY_EC (RTPS_LOG_BASE + 76) |
Failed to create database entry for external bind table. | |
#define | RTPS_LOG_BITMAP_SET_BIT_EC (RTPS_LOG_BASE + 77) |
Failed to set bit in bitmap. | |
#define | RTPS_LOG_UNSUPPORTED_INFO_REPLY_EC (RTPS_LOG_BASE + 78) |
Received and dropped currently unsupported INFO_REPLY submessage. | |
#define | RTPS_LOG_UNSUPPORTED_INFO_REPLY_IP4_EC (RTPS_LOG_BASE + 79) |
Received and dropped currently unsupported INFO_REPLY_IP4 submessage. | |
#define | RTPS_LOG_UNSUPPORTED_INFO_SRC_EC (RTPS_LOG_BASE + 80) |
Received and dropped currently unsupported INFO_SRC submessage. | |
#define | RTPS_LOG_DELETE_INDEX_EC (RTPS_LOG_BASE + 81) |
Failed to delete index of a database table. | |
#define | RTPS_LOG_DELETE_TABLE_EC (RTPS_LOG_BASE + 82) |
Failed to delete a database table. | |
#define | RTPS_LOG_DB_LOCK_EC (RTPS_LOG_BASE + 83) |
Failed to take database lock. | |
#define | RTPS_LOG_DB_UNLOCK_EC (RTPS_LOG_BASE + 84) |
Failed to give database lock. | |
#define | RTPS_LOG_CREATE_BIND_TABLE_EC (RTPS_LOG_BASE + 85) |
Failed to create a database table for storing RTPS bind info. | |
#define | RTPS_LOG_STATUS_CHANGE_EC (RTPS_LOG_BASE + 86) |
Failed to update status for reliable reader activity changed. | |
#define | RTPS_LOG_SET_GAP_EC (RTPS_LOG_BASE + 87) |
Failed to update status for reliable reader activity changed. | |
#define | RTPS_LOG_WINDOW_POOL_ALLOC_EC (RTPS_LOG_BASE + 88) |
Out of memory to allocate send window pool. | |
#define | RTPS_LOG_GET_WINDOW_BUFFER_EC (RTPS_LOG_BASE + 89) |
Failed to get buffer from send window pool. | |
#define | RTPS_LOG_INSERT_WINDOW_FULL_EC (RTPS_LOG_BASE + 90) |
Cannot insert sample into full window. | |
#define | RTPS_LOG_WINDOW_INSERT_EC (RTPS_LOG_BASE + 91) |
Failed to insert sample into send window. | |
#define | RTPS_LOG_TIMER_DELETE_TIMEOUT_EC (RTPS_LOG_BASE + 92) |
Failed to delete a timeout event. | |
#define | RTPS_LOG_BUFFERPOOL_DELETE_EC (RTPS_LOG_BASE + 93) |
Failed to delete a buffer pool. | |
#define | RTPS_LOG_DIRECT_SEND_EC (RTPS_LOG_BASE + 94) |
Failed to send a message to a specific peer. | |
#define | RTPS_LOG_PACKET_INITIALIZE_EC (RTPS_LOG_BASE + 95) |
RTPS writer failed to initialize a packet. | |
#define | RTPS_LOG_WRITER_REQUEST_SENT_HISTORY_EC (RTPS_LOG_BASE + 96) |
RTPS reliable writer failed to request and resend history. | |
#define | RTPS_LOG_BITMAP_SHIFT_EC (RTPS_LOG_BASE + 97) |
Failed to shift bitmap to new lead sequence number. | |
#define | RTPS_LOG_WINDOW_ADVANCE_EC (RTPS_LOG_BASE + 98) |
Send window of a remote reader failed to advance. | |
#define | RTPS_LOG_WINDOW_ADVANCE_UNACKED_EC (RTPS_LOG_BASE + 99) |
Failed when advancing window ahead of unacknowledged sequence number. | |
#define | RTPS_LOG_LOOKUP_PEER_EC (RTPS_LOG_BASE + 100) |
Failed to find peer that should exist. | |
#define | RTPS_LOG_READER_SEND_ACKNACK_EC (RTPS_LOG_BASE + 101) |
RTPS reader failed to send an ACKNACK message. | |
#define | RTPS_LOG_FINALIZE_INTERFACE_EC (RTPS_LOG_BASE + 102) |
Failed to finalize an RTPS interface. | |
#define | RTPS_LOG_INDEXER_REMOVE_ENTRY_EC (RTPS_LOG_BASE + 103) |
Failed to remove index entry for external interface upon deleting RTPS interface. | |
#define | RTPS_LOG_LOOKUP_EXT_BIND_ENTRY_EC (RTPS_LOG_BASE + 104) |
Failed when looking up external bind entry from database. | |
#define | RTPS_LOG_SEQ_INIT_EC (RTPS_LOG_BASE + 105) |
Failed to initialize a local sequence. | |
#define | RTPS_LOG_SEQ_MAX_EC (RTPS_LOG_BASE + 106) |
Failed to set maximum of a local sequence. | |
#define | RTPS_LOG_SEQ_LEN_EC (RTPS_LOG_BASE + 107) |
Failed to set length of a local sequence. | |
#define | RTPS_LOG_INTF_MODE_UNDEF_EC (RTPS_LOG_BASE + 108) |
Initializing an RTPS interface with undefined mode. | |
#define | RTPS_LOG_DELETE_BUFFER_POOL_EC (RTPS_LOG_BASE + 109) |
Failed to delete buffer pool. | |
#define | RTPS_LOG_CREATE_BUFFER_POOL_EC (RTPS_LOG_BASE + 110) |
Failed to create buffer pool. | |
#define | RTPS_LOG_CREATE_PEERS_INDEX_EC (RTPS_LOG_BASE + 111) |
Failed to create index of peers. | |
#define | RTPS_LOG_DELETE_INDEXER_EC (RTPS_LOG_BASE + 112) |
Failed to delete indexer. | |
#define | RTPS_LOG_GET_PEER_BUFFER_EC (RTPS_LOG_BASE + 113) |
Failed to get buffer from peer buffer pool. | |
#define | RTPS_LOG_DB_CREATE_DIRECT_INDEX_EC (RTPS_LOG_BASE + 114) |
Failed to create database index for direct sends. | |
#define | RTPS_LOG_DB_CREATE_GROUP_INDEX_EC (RTPS_LOG_BASE + 115) |
Failed to create database index for group sends. | |
#define | RTPS_LOG_NETIO_PACKET_INSUFFICIENT_BUFFER_EC (RTPS_LOG_BASE + 116) |
Insufficient buffer in packet. | |
#define | RTPS_LOG_PROCESS_DATA_BATCH_EC (RTPS_LOG_BASE + 117) |
Failed to process received DATA BATCH submessage. | |
#define | RTPS_LOG_PROCESS_HEARTBEAT_BATCH_EC (RTPS_LOG_BASE + 118) |
Failed to process received HEARTBEAT_BATCH submessage. | |
#define | RTPS_LOG_NEGATIVE_RESERVATION_COUNT_EC (RTPS_LOG_BASE + 119) |
The reservation count it zero. |
Real-Time Publish-Subscribe. ModuleID = 6.
#define RTPS_LOG_INITIALIZE_INTERFACE_EC (RTPS_LOG_BASE + 1) |
Failed to initialize an RTPS interface.
#define RTPS_LOG_ALLOCATE_EC (RTPS_LOG_BASE + 2) |
Failed to allocate heap memory for internal resources.
#define RTPS_LOG_CREATE_ROUTE_TABLE_EC (RTPS_LOG_BASE + 3) |
Failed to create a database table for storing RTPS route info.
#define RTPS_LOG_DB_CREATE_ROUTE_PEER_INDEX_EC (RTPS_LOG_BASE + 4) |
Failed to create database index for route-peer info.
#define RTPS_LOG_DB_CREATE_ROUTE_XPORT_INDEX_EC (RTPS_LOG_BASE + 5) |
Failed to create database index for route-transport info.
#define RTPS_LOG_DB_CREATE_BIND_PEER_INDEX_EC (RTPS_LOG_BASE + 6) |
Failed to create database index for bind-peer info.
#define RTPS_LOG_INDEX_ADD_ENTRY_EC (RTPS_LOG_BASE + 8) |
Failed to add an entry to a database index.
#define RTPS_LOG_DB_SELECT_ALL_EC (RTPS_LOG_BASE + 9) |
Failed to select all entries of a database table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_SELECT_MATCH_EC (RTPS_LOG_BASE + 10) |
Matching entry not found in a database table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_SELECT_RANGE_EC (RTPS_LOG_BASE + 11) |
No matching entries found in a database table.
#define RTPS_LOG_DB_CREATE_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 12) |
Failed to create database entry for route.
May have exceeded DomainParticipantQos.resource_limits.matching_writer_reader_pair_allocation, DataWriterQos.writer_resource_limits.max_remote_readers, or DataReaderQos.reader_resource_limits.max_remote_writers
#define RTPS_LOG_DB_INSERT_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 13) |
Failed to insert entry into route table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_DELETE_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 15) |
Failed to delete entry from route table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_CREATE_BIND_ENTRY_EC (RTPS_LOG_BASE + 16) |
Failed to create database entry for bind.
If DomainParticipant, may have exceeded DomainParticipantQos.resource_limits.matching_reader_writer_pair_allocation. Failure reason given by database return code (dbrc).
#define RTPS_LOG_DB_INSERT_BIND_ENTRY_EC (RTPS_LOG_BASE + 17) |
Failed to insert an entry into the bind table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_REMOVE_BIND_ENTRY_EC (RTPS_LOG_BASE + 18) |
Failed to remove an entry from the bind table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_REMOVE_EXTERNAL_BIND_ENTRY_EC (RTPS_LOG_BASE + 19) |
Failed to remove an entry from the external bind table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_DB_DELETE_EXTERNAL_BIND_ENTRY_EC (RTPS_LOG_BASE + 20) |
Failed to delete entry from external bind table.
Failure reason given by database return code (dbrc)
#define RTPS_LOG_SEND_EC (RTPS_LOG_BASE + 21) |
Failed to send a packet due to a lower module failing to send the packet.
#define RTPS_LOG_RECEIVE_EC (RTPS_LOG_BASE + 22) |
Failed to receive a packet due to a higher module failing to receive the packet.
#define RTPS_LOG_ROUTE_PACKET_EC (RTPS_LOG_BASE + 23) |
Failed to send a packet, when routing to a lower module or peer.
#define RTPS_LOG_FORWARD_UPSTREAM_EC (RTPS_LOG_BASE + 24) |
Failed to receive a packet, when forwarding to a higher upstream module.
#define RTPS_LOG_BAD_PARAMETER_EC (RTPS_LOG_BASE + 25) |
Bad parameter to an RTPS interface function.
#define RTPS_LOG_NOT_ENABLED_EC (RTPS_LOG_BASE + 26) |
Failed because interface is not enabled.
#define RTPS_LOG_READER_UNSUPPORTED_EC (RTPS_LOG_BASE + 27) |
RTPS reader does not support send.
#define RTPS_LOG_INTERFACE_MISMATCH_EC (RTPS_LOG_BASE + 28) |
Upstream interface does not match source or destination of packet being sent or received.
#define RTPS_LOG_FULL_SEND_WINDOW_EC (RTPS_LOG_BASE + 29) |
Failed to send due to reaching maximum send window size.
#define RTPS_LOG_NETIO_PACKET_SET_TAIL_EC (RTPS_LOG_BASE + 31) |
Failed to set tail of packet to send.
#define RTPS_LOG_FUNC_UNSUPPORTED_EC (RTPS_LOG_BASE + 32) |
RTPS interface does not support this function.
#define RTPS_LOG_EXCEEDED_LIMIT_TRANSPORTS_EC (RTPS_LOG_BASE + 33) |
Out of transport entries.
Exceeded either DataWriterQos.writer_resource_limits.max_remote_readers or DataReaderQos.reader_resource_limits.max_remote_writers
#define RTPS_LOG_EXCEEDED_LIMIT_PEERS_EC (RTPS_LOG_BASE + 34) |
Out of peer entries.
Exceeded either DataWriterQos.writer_resource_limits.max_remote_readers or DataReaderQos.reader_resource_limits.max_remote_writers
#define RTPS_LOG_ASSERT_PEER_EC (RTPS_LOG_BASE + 35) |
Failed to assert a remote writer or reader.
#define RTPS_LOG_ASSERT_TRANSPORT_EC (RTPS_LOG_BASE + 36) |
Failed to assert a downstream transport.
#define RTPS_LOG_FIND_EXTERNAL_INTERFACE_EC (RTPS_LOG_BASE + 37) |
Failed to lookup an external interface.
#define RTPS_LOG_NONEXISTENT_ROUTE_EC (RTPS_LOG_BASE + 38) |
Failed to delete a nonexistent route.
#define RTPS_LOG_NONEXISTENT_BIND_EC (RTPS_LOG_BASE + 39) |
Failed to remove a nonexistent bind entry.
#define RTPS_LOG_NONEXISTENT_EXTERNAL_BIND_EC (RTPS_LOG_BASE + 40) |
Failed to remove a nonexistent external bind entry.
#define RTPS_LOG_STALE_ACK_EPOCH__EC (RTPS_LOG_BASE + 41) |
Dropped an ACKNACK submessage with an old epoch.
#define RTPS_LOG_STALE_HB_EPOCH_EC (RTPS_LOG_BASE + 42) |
Dropped a HEARTBEAT submessage with an old epoch.
#define RTPS_LOG_ACK_EC (RTPS_LOG_BASE + 43) |
Failed an acknack() upstream.
#define RTPS_LOG_REQUEST_EC (RTPS_LOG_BASE + 45) |
Failed a request() upstream.
#define RTPS_LOG_RETURN_LOAN_EC (RTPS_LOG_BASE + 46) |
Failed a return_loan() upstream.
#define RTPS_LOG_NETIO_PACKET_SET_HEAD_EC (RTPS_LOG_BASE + 47) |
Failed to set the head of a packet.
#define RTPS_LOG_SEND_HEARTBEAT_EC (RTPS_LOG_BASE + 48) |
Failed to send a HEARTBEAT submessage.
#define RTPS_LOG_SHIFT_BITMAP_EC (RTPS_LOG_BASE + 49) |
Failed to shift a bitmap.
#define RTPS_LOG_FULLY_ACKED_READER_EC (RTPS_LOG_BASE + 50) |
A Reader is fully acknowledged and does not need to respond to a final HEARTBEAT.
#define RTPS_LOG_DATA_OUT_OF_RANGE_EC (RTPS_LOG_BASE + 51) |
Dropping a DATA submessage whose sequence number is outside of a Reader's receive window.
#define RTPS_LOG_DATA_ALREADY_RECEIVED_EC (RTPS_LOG_BASE + 52) |
Dropping a DATA submessage whose sequence number was previously received.
#define RTPS_LOG_INTERFACE_NOT_ENABLED_EC (RTPS_LOG_BASE + 53) |
Failed to receive a message because interface is not enabled.
#define RTPS_LOG_INVALID_PACKET_EC (RTPS_LOG_BASE + 54) |
Dropped a message with an invalid packet header.
#define RTPS_LOG_UNSUPPORTED_INTERFACE_EC (RTPS_LOG_BASE + 55) |
Received a message on an unsupported interface.
#define RTPS_LOG_UNKNOWN_SUBMESSAGE_EC (RTPS_LOG_BASE + 56) |
Received a submessage with an unknown ID.
#define RTPS_LOG_PROCESS_ACKNACK_EC (RTPS_LOG_BASE + 57) |
Failed to process received ACKNACK submessage.
#define RTPS_LOG_PROCESS_DATA_EC (RTPS_LOG_BASE + 58) |
Failed to process received DATA submessage.
#define RTPS_LOG_PROCESS_GAP_EC (RTPS_LOG_BASE + 59) |
Failed to process received GAP submessage.
#define RTPS_LOG_PROCESS_HEARTBEAT_EC (RTPS_LOG_BASE + 60) |
Failed to process received HEARTBEAT submessage.
#define RTPS_LOG_CREATE_HB_EVENT_EC (RTPS_LOG_BASE + 61) |
Failed to create periodic HEARTBEAT event.
#define RTPS_LOG_CREATE_EVENT_TIMER_EC (RTPS_LOG_BASE + 62) |
Failed to create periodic HEARTBEAT event timer.
#define RTPS_LOG_SEQ_NUM_OUT_OF_RANGE_EC (RTPS_LOG_BASE + 63) |
Failed to set bitmap bit due to out-of-range sequence number.
#define RTPS_LOG_FIRST_SN_GREATER_LAST_SN_EC (RTPS_LOG_BASE + 65) |
Invalid range of sequence numbers to fill in bitmap.
#define RTPS_LOG_BITCOUNT_OUT_OF_BOUNDS_EC (RTPS_LOG_BASE + 66) |
Deserialized an invalid out-of-bounds bitcount for a bitmap.
#define RTPS_LOG_SHIFT_SN_OUT_OF_RANGE_EC (RTPS_LOG_BASE + 67) |
Failed to shift bitmap due to invalid starting sequence number.
#define RTPS_LOG_SERIALIZE_HOST_ID_EC (RTPS_LOG_BASE + 68) |
Failed to serialize host ID of GUID.
#define RTPS_LOG_SERIALIZE_APP_ID_EC (RTPS_LOG_BASE + 69) |
Failed to serialize app ID of GUID.
#define RTPS_LOG_SERIALIZE_INSTANCE_ID_EC (RTPS_LOG_BASE + 70) |
Failed to serialized instance ID of GUID.
#define RTPS_LOG_SERIALIZE_OBJECT_ID_EC (RTPS_LOG_BASE + 71) |
Failed to serialize object ID of GUID.
#define RTPS_LOG_DESERIALIZE_HOST_ID_EC (RTPS_LOG_BASE + 72) |
Failed to deserialize host ID of GUID.
#define RTPS_LOG_DESERIALIZE_APP_ID_EC (RTPS_LOG_BASE + 73) |
Faild to deserialize app ID of GUID.
#define RTPS_LOG_DESERIALIZE_INSTANCE_ID_EC (RTPS_LOG_BASE + 74) |
Failed to deserialize instance ID of GUID.
#define RTPS_LOG_DESERIALIZE_OBJECT_ID_EC (RTPS_LOG_BASE + 75) |
Failed to deserialize object ID of GUID.
#define RTPS_LOG_DB_CREATE_EXT_BIND_ENTRY_EC (RTPS_LOG_BASE + 76) |
Failed to create database entry for external bind table.
If DomainParticipant, may have exceeded DomainParticipantQos.resource_limits.matching_reader_writer_pair_allocation.
#define RTPS_LOG_BITMAP_SET_BIT_EC (RTPS_LOG_BASE + 77) |
Failed to set bit in bitmap.
#define RTPS_LOG_UNSUPPORTED_INFO_REPLY_EC (RTPS_LOG_BASE + 78) |
Received and dropped currently unsupported INFO_REPLY submessage.
#define RTPS_LOG_UNSUPPORTED_INFO_REPLY_IP4_EC (RTPS_LOG_BASE + 79) |
Received and dropped currently unsupported INFO_REPLY_IP4 submessage.
#define RTPS_LOG_UNSUPPORTED_INFO_SRC_EC (RTPS_LOG_BASE + 80) |
Received and dropped currently unsupported INFO_SRC submessage.
#define RTPS_LOG_DELETE_INDEX_EC (RTPS_LOG_BASE + 81) |
Failed to delete index of a database table.
#define RTPS_LOG_DELETE_TABLE_EC (RTPS_LOG_BASE + 82) |
Failed to delete a database table.
#define RTPS_LOG_DB_LOCK_EC (RTPS_LOG_BASE + 83) |
Failed to take database lock.
#define RTPS_LOG_DB_UNLOCK_EC (RTPS_LOG_BASE + 84) |
Failed to give database lock.
#define RTPS_LOG_CREATE_BIND_TABLE_EC (RTPS_LOG_BASE + 85) |
Failed to create a database table for storing RTPS bind info.
#define RTPS_LOG_STATUS_CHANGE_EC (RTPS_LOG_BASE + 86) |
Failed to update status for reliable reader activity changed.
#define RTPS_LOG_SET_GAP_EC (RTPS_LOG_BASE + 87) |
Failed to update status for reliable reader activity changed.
#define RTPS_LOG_WINDOW_POOL_ALLOC_EC (RTPS_LOG_BASE + 88) |
Out of memory to allocate send window pool.
#define RTPS_LOG_GET_WINDOW_BUFFER_EC (RTPS_LOG_BASE + 89) |
Failed to get buffer from send window pool.
#define RTPS_LOG_INSERT_WINDOW_FULL_EC (RTPS_LOG_BASE + 90) |
Cannot insert sample into full window.
#define RTPS_LOG_WINDOW_INSERT_EC (RTPS_LOG_BASE + 91) |
Failed to insert sample into send window.
#define RTPS_LOG_TIMER_DELETE_TIMEOUT_EC (RTPS_LOG_BASE + 92) |
Failed to delete a timeout event.
#define RTPS_LOG_BUFFERPOOL_DELETE_EC (RTPS_LOG_BASE + 93) |
Failed to delete a buffer pool.
#define RTPS_LOG_DIRECT_SEND_EC (RTPS_LOG_BASE + 94) |
Failed to send a message to a specific peer.
#define RTPS_LOG_PACKET_INITIALIZE_EC (RTPS_LOG_BASE + 95) |
RTPS writer failed to initialize a packet.
#define RTPS_LOG_WRITER_REQUEST_SENT_HISTORY_EC (RTPS_LOG_BASE + 96) |
RTPS reliable writer failed to request and resend history.
#define RTPS_LOG_BITMAP_SHIFT_EC (RTPS_LOG_BASE + 97) |
Failed to shift bitmap to new lead sequence number.
#define RTPS_LOG_WINDOW_ADVANCE_EC (RTPS_LOG_BASE + 98) |
Send window of a remote reader failed to advance.
#define RTPS_LOG_WINDOW_ADVANCE_UNACKED_EC (RTPS_LOG_BASE + 99) |
Failed when advancing window ahead of unacknowledged sequence number.
#define RTPS_LOG_LOOKUP_PEER_EC (RTPS_LOG_BASE + 100) |
Failed to find peer that should exist.
#define RTPS_LOG_READER_SEND_ACKNACK_EC (RTPS_LOG_BASE + 101) |
RTPS reader failed to send an ACKNACK message.
#define RTPS_LOG_FINALIZE_INTERFACE_EC (RTPS_LOG_BASE + 102) |
Failed to finalize an RTPS interface.
#define RTPS_LOG_INDEXER_REMOVE_ENTRY_EC (RTPS_LOG_BASE + 103) |
Failed to remove index entry for external interface upon deleting RTPS interface.
#define RTPS_LOG_LOOKUP_EXT_BIND_ENTRY_EC (RTPS_LOG_BASE + 104) |
Failed when looking up external bind entry from database.
#define RTPS_LOG_SEQ_INIT_EC (RTPS_LOG_BASE + 105) |
Failed to initialize a local sequence.
#define RTPS_LOG_SEQ_MAX_EC (RTPS_LOG_BASE + 106) |
Failed to set maximum of a local sequence.
#define RTPS_LOG_SEQ_LEN_EC (RTPS_LOG_BASE + 107) |
Failed to set length of a local sequence.
#define RTPS_LOG_INTF_MODE_UNDEF_EC (RTPS_LOG_BASE + 108) |
Initializing an RTPS interface with undefined mode.
#define RTPS_LOG_DELETE_BUFFER_POOL_EC (RTPS_LOG_BASE + 109) |
Failed to delete buffer pool.
May still have buffers in use, thus cannot delete pool.
#define RTPS_LOG_CREATE_BUFFER_POOL_EC (RTPS_LOG_BASE + 110) |
Failed to create buffer pool.
May have insufficient memory to allocate pool.
#define RTPS_LOG_CREATE_PEERS_INDEX_EC (RTPS_LOG_BASE + 111) |
Failed to create index of peers.
System may have insufficient memory to allocate new index.
#define RTPS_LOG_DELETE_INDEXER_EC (RTPS_LOG_BASE + 112) |
Failed to delete indexer.
#define RTPS_LOG_GET_PEER_BUFFER_EC (RTPS_LOG_BASE + 113) |
Failed to get buffer from peer buffer pool.
#define RTPS_LOG_DB_CREATE_DIRECT_INDEX_EC (RTPS_LOG_BASE + 114) |
Failed to create database index for direct sends.
#define RTPS_LOG_DB_CREATE_GROUP_INDEX_EC (RTPS_LOG_BASE + 115) |
Failed to create database index for group sends.
#define RTPS_LOG_NETIO_PACKET_INSUFFICIENT_BUFFER_EC (RTPS_LOG_BASE + 116) |
Insufficient buffer in packet.
Receive buffer does not have enough space for a valid RTPS message
#define RTPS_LOG_PROCESS_DATA_BATCH_EC (RTPS_LOG_BASE + 117) |
Failed to process received DATA BATCH submessage.
This indicates an invalid DATA_BATCH submessage
#define RTPS_LOG_PROCESS_HEARTBEAT_BATCH_EC (RTPS_LOG_BASE + 118) |
Failed to process received HEARTBEAT_BATCH submessage.
This indicates an invalid HEARTBEAT_BATCH submessage
#define RTPS_LOG_NEGATIVE_RESERVATION_COUNT_EC (RTPS_LOG_BASE + 119) |
The reservation count it zero.
The reservation count should never be less than 0, this is an internal error.