RTI Connext Micro C API Version 4.2.0
|
RTPS module log codes. More...
#include "osapi/osapi_log.h"
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_REMOVE_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 14) |
Failed to remove entry from 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_TRANSFORM_RTPS_EC (RTPS_LOG_BASE + 117) |
Failed to transform rtps message. | |
#define | RTPS_LOG_RESTORE_TRUST_LOAN_BUFFER_EC (RTPS_LOG_BASE + 118) |
Failed to restore trust loan buffer. | |
#define | RTPS_LOG_PROCESS_DATA_BATCH_EC (RTPS_LOG_BASE + 136) |
Failed to process received DATA BATCH submessage. | |
#define | RTPS_LOG_PROCESS_HEARTBEAT_BATCH_EC (RTPS_LOG_BASE + 137) |
Failed to process received HEARTBEAT_BATCH submessage. | |
#define | RTPS_LOG_NEGATIVE_RESERVATION_COUNT_EC (RTPS_LOG_BASE + 138) |
The reservation count it zero. | |
#define | RTPS_LOG_TRUST_REMOTE_PARTICIPANT_HANDLE_LOOKUP_FAILED_EC (RTPS_LOG_BASE + 139) |
Failed to lookup a remote participant's interceptor handle. | |
#define | RTPS_LOG_TRUST_REMOTE_PARTICIPANT_HANDLE_CREATE_FAILED_EC (RTPS_LOG_BASE + 140) |
Failed to create a record to store a remote participant's interceptor handle. | |
#define | RTPS_LOG_TRUST_REMOTE_PARTICIPANT_HANDLE_INSERT_FAILED_EC (RTPS_LOG_BASE + 141) |
Failed to insert a record in the table storing interceptor handles of matched remote participants. | |
#define | RTPS_LOG_TRUST_INTERCEPTOR_HANDLE_LIST_FULL_EC (RTPS_LOG_BASE + 142) |
Interceptor handle list out of resources. | |
#define | RTPS_LOG_TRUST_INCONSISTENT_INTERCEPTOR_HANDLE_EC (RTPS_LOG_BASE + 143) |
Inconsistent handles found for remote peer. | |
#define | RTPS_LOG_TRUST_BIND_FAILED_EC (RTPS_LOG_BASE + 144) |
Failed to bind resources for trust behavior. | |
#define | RTPS_LOG_TRUST_SUBMSG_CONVERSION_FAILED_EC (RTPS_LOG_BASE + 145) |
Failed to bind resources for trust behavior. | |
#define | RTPS_LOG_TRUST_INVALID_SUBMSG_EC (RTPS_LOG_BASE + 146) |
A malformed trust message was received. | |
#define | RTPS_LOG_TRUST_UNEXPECTED_READER_STATE_EC (RTPS_LOG_BASE + 147) |
The RTPS reader was in an unexpected state. | |
#define | RTPS_LOG_DB_CREATE_SELECTED_GROUP_INDEX_EC (RTPS_LOG_BASE + 148) |
Failed to create database index for the selected route group. | |
#define | RTPS_LOG_LOCK_EC (RTPS_LOG_BASE + 149) |
Failed to take a lock. | |
#define | RTPS_LOG_UNLOCK_EC (RTPS_LOG_BASE + 150) |
Failed to give a lock. | |
#define | RTPS_LOG_SCHEDULE_PACKET_EC (RTPS_LOG_BASE + 151) |
Failed to schedule a packet. | |
#define | RTPS_LOG_SEQ_FINALIZE_EC (RTPS_LOG_BASE + 152) |
Failed to finalize a sequence. | |
#define | RTPS_LOG_CHECKSUM_ILLEGAL_OVERRIDE_CHECKSUM128_EC (RTPS_LOG_BASE + 200) |
The property tries to override the BUILTIN128 checksum without setting allow_builtin_override to TRUE. | |
#define | RTPS_LOG_CHECKSUM_ILLEGAL_OVERRIDE_CHECKSUM32_EC (RTPS_LOG_BASE + 201) |
The property tries to override the BUILTIN32 checksum without setting allow_builtin_override to TRUE. | |
#define | RTPS_LOG_CHECKSUM_ILLEGAL_OVERRIDE_CHECKSUM64_EC (RTPS_LOG_BASE + 202) |
The property tries to override the BUILTIN64 checksum without setting allow_builtin_override to TRUE. | |
#define | RTPS_LOG_CHECKSUM_INVALID_OVERRIDE_BUILTIN128_EC (RTPS_LOG_BASE + 203) |
The property override of the BUILTIN128 checksum is invalid. It is not legal to reuse any of the built-in functions. | |
#define | RTPS_LOG_CHECKSUM_INVALID_OVERRIDE_BUILTIN32_EC (RTPS_LOG_BASE + 204) |
The property override of the BUILTIN32 checksum is invalid. It is not legal to reuse any of the built-in functions functions. | |
#define | RTPS_LOG_CHECKSUM_INVALID_OVERRIDE_BUILTIN64_EC (RTPS_LOG_BASE + 205) |
The property override of the BUILTIN64 checksum is invalid. It is not legal to reuse any of the built-in functions functions. | |
#define | RTPS_LOG_CHECKSUM_CHECKSUM_CALCULATION_FAILED_EC (RTPS_LOG_BASE + 210) |
RTPS_Interface_calculate_checksum() failed to calculate the checksum. | |
#define | RTPS_LOG_UNSUPPORTED_MANDTORY_HDR_EXT_PID_EC (RTPS_LOG_BASE + 211) |
The HeaderExtension contained a mandatory PID that was not understood. | |
#define | RTPS_LOG_INVALID_HDR_EXT_PID_LIST_EC (RTPS_LOG_BASE + 212) |
An invalid HeaderExtension PID was detected. | |
#define | RTPS_LOG_INVALID_HDR_EXT_PID_ERROR_EC (RTPS_LOG_BASE + 213) |
Failed to decode the HeaderExtension PID list. | |
#define | RTPS_LOG_INCONSISTENT_HDR_EXT_LENGTH_ERROR_EC (RTPS_LOG_BASE + 214) |
The HeaderExtension length is isconsistent with the decoded encoded HeaderExtension length. | |
#define | RTPS_LOG_MESSAGE_EXCEED_LENGTH_ERROR_EC (RTPS_LOG_BASE + 215) |
A RTPS message which was longer than the indicated message length in the RTPS header was received. This causes the rest of the RTPS message to be invalidated and the remaining submessages to be ignored. | |
#define | RTPS_LOG_CHECKSUM_INVALID_CRC32_FLAGS_EC (RTPS_LOG_BASE + 216) |
The CRC32 submsg flags are invalid. | |
#define | RTPS_LOG_CHECKSUM_MISSING_CHECKSUM_LENGTH_EC (RTPS_LOG_BASE + 217) |
A header extension was received, but the checksum length is not present. | |
#define | RTPS_LOG_CHECKSUM_UNSUPPORTED_EC (RTPS_LOG_BASE + 218) |
Unsupported checksum bits received, message dropped. | |
#define | RTPS_LOG_CHECKSUM_LENGTH_DESERIALIZE_ERROR_EC (RTPS_LOG_BASE + 219) |
Checksum length could not be deserialized. | |
#define | RTPS_LOG_CHECKSUM_INCONSISTENT_LENGTH_EC (RTPS_LOG_BASE + 220) |
The payload length is less than the deserialized checksum length. | |
#define | RTPS_LOG_CHECKSUM_CHECKSUM_DESERIALIZE_ERROR_EC (RTPS_LOG_BASE + 221) |
Checksum length could not be deserialized. | |
#define | RTPS_LOG_CHECKSUM_CHECKSUM_ERROR_EC (RTPS_LOG_BASE + 222) |
The checksum is invalid. | |
#define | RTPS_LOG_CHECKSUM_TOO_MANY_SG_BUFFERS_EC (RTPS_LOG_BASE + 223) |
Found too many scatter-gather buffers when calculating checksum. | |
#define | RTPS_LOG_SEND_LIVELINESS_EC (RTPS_LOG_BASE + 224) |
Failure to send Liveliness packets. | |
#define | RTPS_LOG_DELETE_RECORD_EC (RTPS_LOG_BASE + 225) |
Failure to delete a record. | |
#define | RTPS_LOG_APPLY_CONTENT_FILTER_EC (RTPS_LOG_BASE + 300) |
Failed to apply a content filter to a message. | |
#define | RTPS_LOG_UPDATE_RELIABLE_PEERS_FILTER_EC (RTPS_LOG_BASE + 301) |
Failed to update the state of reliable peers while applying filtering. | |
#define | RTPS_LOG_ADD_FILTERED_ROUTE_EC (RTPS_LOG_BASE + 302) |
Failed to add a filtered route. | |
#define | RTPS_LOG_DELETE_FILTERED_ROUTE_EC (RTPS_LOG_BASE + 303) |
Failed to delete a filtered route. | |
RTPS module log codes.
Log codes of the RTPS module
#define RTPS_LOG_DB_REMOVE_ROUTE_ENTRY_EC (RTPS_LOG_BASE + 14) |
Failed to remove entry from route table.
Failure reason given by database return code (dbrc)