RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
RTPS

Real-Time Publish-Subscribe. ModuleID = 6. More...

Macros

#define RTPS_LOG_INITIALIZE_INTERFACE   (RTPS_LOG_BASE + 1)
 Failed to initialize an RTPS interface.
#define RTPS_LOG_ALLOCATE   (RTPS_LOG_BASE + 2)
 Failed to allocate heap memory for internal resources.
#define RTPS_LOG_CREATE_ROUTE_TABLE   (RTPS_LOG_BASE + 3)
 Failed to create a database table for storing RTPS route info.
#define RTPS_LOG_DB_CREATE_ROUTE_PEER_INDEX   (RTPS_LOG_BASE + 4)
 Failed to create database index for route-peer info.
#define RTPS_LOG_DB_CREATE_ROUTE_XPORT_INDEX   (RTPS_LOG_BASE + 5)
 Failed to create database index for route-transport info.
#define RTPS_LOG_DB_CREATE_BIND_PEER_INDEX   (RTPS_LOG_BASE + 6)
 Failed to create database index for bind-peer info.
#define RTPS_LOG_INDEX_ADD_ENTRY   (RTPS_LOG_BASE + 8)
 Failed to add an entry to a database index.
#define RTPS_LOG_DB_SELECT_ALL   (RTPS_LOG_BASE + 9)
 Failed to select all entries of a database table.
#define RTPS_LOG_DB_SELECT_MATCH   (RTPS_LOG_BASE + 10)
 Matching entry not found in a database table.
#define RTPS_LOG_DB_SELECT_RANGE   (RTPS_LOG_BASE + 11)
 No matching entries found in a database table.
#define RTPS_LOG_DB_CREATE_ROUTE_ENTRY   (RTPS_LOG_BASE + 12)
 Failed to create database entry for route.
#define RTPS_LOG_DB_INSERT_ROUTE_ENTRY   (RTPS_LOG_BASE + 13)
 Failed to insert entry into route table.
#define RTPS_LOG_DB_DELETE_ROUTE_ENTRY   (RTPS_LOG_BASE + 15)
 Failed to delete entry from route table.
#define RTPS_LOG_DB_CREATE_BIND_ENTRY   (RTPS_LOG_BASE + 16)
 Failed to create database entry for bind.
#define RTPS_LOG_DB_INSERT_BIND_ENTRY   (RTPS_LOG_BASE + 17)
 Failed to insert an entry into the bind table.
#define RTPS_LOG_DB_REMOVE_BIND_ENTRY   (RTPS_LOG_BASE + 18)
 Failed to remove an entry from the bind table.
#define RTPS_LOG_DB_REMOVE_EXTERNAL_BIND_ENTRY   (RTPS_LOG_BASE + 19)
 Failed to remove an entry from the external bind table.
#define RTPS_LOG_DB_DELETE_EXTERNAL_BIND_ENTRY   (RTPS_LOG_BASE + 20)
 Failed to delete entry from external bind table.
#define RTPS_LOG_SEND   (RTPS_LOG_BASE + 21)
 Failed to send a packet due to a lower module failing to send the packet.
#define RTPS_LOG_RECEIVE   (RTPS_LOG_BASE + 22)
 Failed to receive a packet due to a higher module failing to receive the packet.
#define RTPS_LOG_ROUTE_PACKET   (RTPS_LOG_BASE + 23)
 Failed to send a packet, when routing to a lower module or peer.
#define RTPS_LOG_FORWARD_UPSTREAM   (RTPS_LOG_BASE + 24)
 Failed to receive a packet, when forwarding to a higher upstream module.
#define RTPS_LOG_BAD_PARAMETER   (RTPS_LOG_BASE + 25)
 Bad parameter to an RTPS interface function.
#define RTPS_LOG_NOT_ENABLED   (RTPS_LOG_BASE + 26)
 Failed because interface is not enabled.
#define RTPS_LOG_READER_UNSUPPORTED   (RTPS_LOG_BASE + 27)
 RTPS reader does not support send.
#define RTPS_LOG_INTERFACE_MISMATCH   (RTPS_LOG_BASE + 28)
 Upstream interface does not match source or destination of packet being sent or received.
#define RTPS_LOG_FULL_SEND_WINDOW   (RTPS_LOG_BASE + 29)
 Failed to send due to reaching maximum send window size.
#define RTPS_LOG_NETIO_PACKET_SET_TAIL   (RTPS_LOG_BASE + 31)
 Failed to set tail of packet to send.
#define RTPS_LOG_FUNC_UNSUPPORTED   (RTPS_LOG_BASE + 32)
 RTPS interface does not support this function.
#define RTPS_LOG_EXCEEDED_LIMIT_TRANSPORTS   (RTPS_LOG_BASE + 33)
 Out of transport entries.
#define RTPS_LOG_EXCEEDED_LIMIT_PEERS   (RTPS_LOG_BASE + 34)
 Out of peer entries.
#define RTPS_LOG_ASSERT_PEER   (RTPS_LOG_BASE + 35)
 Failed to assert a remote writer or reader.
#define RTPS_LOG_ASSERT_TRANSPORT   (RTPS_LOG_BASE + 36)
 Failed to assert a downstream transport.
#define RTPS_LOG_FIND_EXTERNAL_INTERFACE   (RTPS_LOG_BASE + 37)
 Failed to lookup an external interface.
#define RTPS_LOG_NONEXISTENT_ROUTE   (RTPS_LOG_BASE + 38)
 Failed to delete a nonexistent route.
#define RTPS_LOG_NONEXISTENT_BIND   (RTPS_LOG_BASE + 39)
 Failed to remove a nonexistent bind entry.
#define RTPS_LOG_NONEXISTENT_EXTERNAL_BIND   (RTPS_LOG_BASE + 40)
 Failed to remove a nonexistent external bind entry.
#define RTPS_LOG_STALE_ACK_EPOCH_   (RTPS_LOG_BASE + 41)
 Dropped an ACKNACK submessage with an old epoch.
#define RTPS_LOG_STALE_HB_EPOCH   (RTPS_LOG_BASE + 42)
 Dropped a HEARTBEAT submessage with an old epoch.
#define RTPS_LOG_ACK   (RTPS_LOG_BASE + 43)
 Failed an acknack() upstream.
#define RTPS_LOG_REQUEST   (RTPS_LOG_BASE + 45)
 Failed a request() upstream.
#define RTPS_LOG_RETURN_LOAN   (RTPS_LOG_BASE + 46)
 Failed a return_loan() upstream.
#define RTPS_LOG_NETIO_PACKET_SET_HEAD   (RTPS_LOG_BASE + 47)
 Failed to set the head of a packet.
#define RTPS_LOG_SEND_HEARTBEAT   (RTPS_LOG_BASE + 48)
 Failed to send a HEARTBEAT submessage.
#define RTPS_LOG_SHIFT_BITMAP   (RTPS_LOG_BASE + 49)
 Failed to shift a bitmap.
#define RTPS_LOG_FULLY_ACKED_READER   (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   (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   (RTPS_LOG_BASE + 52)
 Dropping a DATA submessage whose sequence number was previously received.
#define RTPS_LOG_INTERFACE_NOT_ENABLED   (RTPS_LOG_BASE + 53)
 Failed to receive a message because interface is not enabled.
#define RTPS_LOG_INVALID_PACKET   (RTPS_LOG_BASE + 54)
 Dropped a message with an invalid packet header.
#define RTPS_LOG_UNSUPPORTED_INTERFACE   (RTPS_LOG_BASE + 55)
 Received a message on an unsupported interface.
#define RTPS_LOG_UNKNOWN_SUBMESSAGE   (RTPS_LOG_BASE + 56)
 Received a submessage with an unknown ID.
#define RTPS_LOG_PROCESS_ACKNACK   (RTPS_LOG_BASE + 57)
 Failed to process received ACKNACK submessage.
#define RTPS_LOG_PROCESS_DATA   (RTPS_LOG_BASE + 58)
 Failed to process received DATA submessage.
#define RTPS_LOG_PROCESS_GAP   (RTPS_LOG_BASE + 59)
 Failed to process received GAP submessage.
#define RTPS_LOG_PROCESS_HEARTBEAT   (RTPS_LOG_BASE + 60)
 Failed to process received HEARTBEAT submessage.
#define RTPS_LOG_CREATE_HB_EVENT   (RTPS_LOG_BASE + 61)
 Failed to create periodic HEARTBEAT event.
#define RTPS_LOG_CREATE_EVENT_TIMER   (RTPS_LOG_BASE + 62)
 Failed to create periodic HEARTBEAT event timer.
#define RTPS_LOG_SEQ_NUM_OUT_OF_RANGE   (RTPS_LOG_BASE + 63)
 Failed to set bitmap bit due to out-of-range sequence number.
#define RTPS_LOG_FIRST_SN_GREATER_LAST_SN   (RTPS_LOG_BASE + 65)
 Invalid range of sequence numbers to fill in bitmap.
#define RTPS_LOG_BITCOUNT_OUT_OF_BOUNDS   (RTPS_LOG_BASE + 66)
 Deserialized an invalid out-of-bounds bitcount for a bitmap.
#define RTPS_LOG_SHIFT_SN_OUT_OF_RANGE   (RTPS_LOG_BASE + 67)
 Failed to shift bitmap due to invalid starting sequence number.
#define RTPS_LOG_SERIALIZE_HOST_ID   (RTPS_LOG_BASE + 68)
 Failed to serialize host ID of GUID.
#define RTPS_LOG_SERIALIZE_APP_ID   (RTPS_LOG_BASE + 69)
 Failed to serialize app ID of GUID.
#define RTPS_LOG_SERIALIZE_INSTANCE_ID   (RTPS_LOG_BASE + 70)
 Failed to serialized instance ID of GUID.
#define RTPS_LOG_SERIALIZE_OBJECT_ID   (RTPS_LOG_BASE + 71)
 Failed to serialize object ID of GUID.
#define RTPS_LOG_DESERIALIZE_HOST_ID   (RTPS_LOG_BASE + 72)
 Failed to deserialize host ID of GUID.
#define RTPS_LOG_DESERIALIZE_APP_ID   (RTPS_LOG_BASE + 73)
 Faild to deserialize app ID of GUID.
#define RTPS_LOG_DESERIALIZE_INSTANCE_ID   (RTPS_LOG_BASE + 74)
 Failed to deserialize instance ID of GUID.
#define RTPS_LOG_DESERIALIZE_OBJECT_ID   (RTPS_LOG_BASE + 75)
 Failed to deserialize object ID of GUID.
#define RTPS_LOG_DB_CREATE_EXT_BIND_ENTRY   (RTPS_LOG_BASE + 76)
 Failed to create database entry for external bind table.
#define RTPS_LOG_BITMAP_SET_BIT   (RTPS_LOG_BASE + 77)
 Failed to set bit in bitmap.
#define RTPS_LOG_UNSUPPORTED_INFO_REPLY   (RTPS_LOG_BASE + 78)
 Received and dropped currently unsupported INFO_REPLY submessage.
#define RTPS_LOG_UNSUPPORTED_INFO_REPLY_IP4   (RTPS_LOG_BASE + 79)
 Received and dropped currently unsupported INFO_REPLY_IP4 submessage.
#define RTPS_LOG_UNSUPPORTED_INFO_SRC   (RTPS_LOG_BASE + 80)
 Received and dropped currently unsupported INFO_SRC submessage.
#define RTPS_LOG_DELETE_INDEX   (RTPS_LOG_BASE + 81)
 Failed to delete index of a database table.
#define RTPS_LOG_DELETE_TABLE   (RTPS_LOG_BASE + 82)
 Failed to delete a database table.
#define RTPS_LOG_DB_LOCK   (RTPS_LOG_BASE + 83)
 Failed to take database lock.
#define RTPS_LOG_DB_UNLOCK   (RTPS_LOG_BASE + 84)
 Failed to give database lock.
#define RTPS_LOG_CREATE_BIND_TABLE   (RTPS_LOG_BASE + 85)
 Failed to create a database table for storing RTPS bind info.
#define RTPS_LOG_STATUS_CHANGE   (RTPS_LOG_BASE + 86)
 Failed to update status for reliable reader activity changed.
#define RTPS_LOG_SET_GAP   (RTPS_LOG_BASE + 87)
 Failed to update status for reliable reader activity changed.
#define RTPS_LOG_WINDOW_POOL_ALLOC   (RTPS_LOG_BASE + 88)
 Out of memory to allocate send window pool.
#define RTPS_LOG_GET_WINDOW_BUFFER   (RTPS_LOG_BASE + 89)
 Failed to get buffer from send window pool.
#define RTPS_LOG_INSERT_WINDOW_FULL   (RTPS_LOG_BASE + 90)
 Cannot insert sample into full window.
#define RTPS_LOG_WINDOW_INSERT   (RTPS_LOG_BASE + 91)
 Failed to insert sample into send window.
#define RTPS_LOG_TIMER_DELETE_TIMEOUT   (RTPS_LOG_BASE + 92)
 Failed to delete a timeout event.
#define RTPS_LOG_BUFFERPOOL_DELETE   (RTPS_LOG_BASE + 93)
 Failed to delete a buffer pool.
#define RTPS_LOG_DIRECT_SEND   (RTPS_LOG_BASE + 94)
 Failed to send a message to a specific peer.
#define RTPS_LOG_PACKET_INITIALIZE   (RTPS_LOG_BASE + 95)
 RTPS writer failed to initialize a packet.
#define RTPS_LOG_WRITER_REQUEST_SENT_HISTORY   (RTPS_LOG_BASE + 96)
 RTPS reliable writer failed to request and resend history.
#define RTPS_LOG_BITMAP_SHIFT   (RTPS_LOG_BASE + 97)
 Failed to shift bitmap to new lead sequence number.
#define RTPS_LOG_WINDOW_ADVANCE   (RTPS_LOG_BASE + 98)
 Send window of a remote reader failed to advance.
#define RTPS_LOG_WINDOW_ADVANCE_UNACKED   (RTPS_LOG_BASE + 99)
 Failed when advancing window ahead of unacknowledged sequence number.
#define RTPS_LOG_LOOKUP_PEER   (RTPS_LOG_BASE + 100)
 Failed to find peer that should exist.
#define RTPS_LOG_READER_SEND_ACKNACK   (RTPS_LOG_BASE + 101)
 RTPS reader failed to send an ACKNACK message.
#define RTPS_LOG_FINALIZE_INTERFACE   (RTPS_LOG_BASE + 102)
 Failed to finalize an RTPS interface.
#define RTPS_LOG_INDEXER_REMOVE_ENTRY   (RTPS_LOG_BASE + 103)
 Failed to remove index entry for external interface upon deleting RTPS interface.
#define RTPS_LOG_LOOKUP_EXT_BIND_ENTRY   (RTPS_LOG_BASE + 104)
 Failed when looking up external bind entry from database.
#define RTPS_LOG_SEQ_INIT   (RTPS_LOG_BASE + 105)
 Failed to initialize a local sequence.
#define RTPS_LOG_SEQ_MAX   (RTPS_LOG_BASE + 106)
 Failed to set maximum of a local sequence.
#define RTPS_LOG_SEQ_LEN   (RTPS_LOG_BASE + 107)
 Failed to set length of a local sequence.
#define RTPS_LOG_INTF_MODE_UNDEF   (RTPS_LOG_BASE + 108)
 Initializing an RTPS interface with undefined mode.
#define RTPS_LOG_DELETE_BUFFER_POOL   (RTPS_LOG_BASE + 109)
 Failed to delete buffer pool.
#define RTPS_LOG_CREATE_BUFFER_POOL   (RTPS_LOG_BASE + 110)
 Failed to create buffer pool.
#define RTPS_LOG_CREATE_PEERS_INDEX   (RTPS_LOG_BASE + 111)
 Failed to create index of peers.
#define RTPS_LOG_DELETE_INDEXER   (RTPS_LOG_BASE + 112)
 Failed to delete indexer.

Detailed Description

Real-Time Publish-Subscribe. ModuleID = 6.


Macro Definition Documentation

#define RTPS_LOG_INITIALIZE_INTERFACE   (RTPS_LOG_BASE + 1)

Failed to initialize an RTPS interface.

#define RTPS_LOG_ALLOCATE   (RTPS_LOG_BASE + 2)

Failed to allocate heap memory for internal resources.

#define RTPS_LOG_CREATE_ROUTE_TABLE   (RTPS_LOG_BASE + 3)

Failed to create a database table for storing RTPS route info.

#define RTPS_LOG_DB_CREATE_ROUTE_PEER_INDEX   (RTPS_LOG_BASE + 4)

Failed to create database index for route-peer info.

#define RTPS_LOG_DB_CREATE_ROUTE_XPORT_INDEX   (RTPS_LOG_BASE + 5)

Failed to create database index for route-transport info.

#define RTPS_LOG_DB_CREATE_BIND_PEER_INDEX   (RTPS_LOG_BASE + 6)

Failed to create database index for bind-peer info.

#define RTPS_LOG_INDEX_ADD_ENTRY   (RTPS_LOG_BASE + 8)

Failed to add an entry to a database index.

#define RTPS_LOG_DB_SELECT_ALL   (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   (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   (RTPS_LOG_BASE + 11)

No matching entries found in a database table.

#define RTPS_LOG_DB_CREATE_ROUTE_ENTRY   (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   (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   (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   (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   (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   (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   (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   (RTPS_LOG_BASE + 20)

Failed to delete entry from external bind table.

Failure reason given by database return code (dbrc)

#define RTPS_LOG_SEND   (RTPS_LOG_BASE + 21)

Failed to send a packet due to a lower module failing to send the packet.

#define RTPS_LOG_RECEIVE   (RTPS_LOG_BASE + 22)

Failed to receive a packet due to a higher module failing to receive the packet.

#define RTPS_LOG_ROUTE_PACKET   (RTPS_LOG_BASE + 23)

Failed to send a packet, when routing to a lower module or peer.

#define RTPS_LOG_FORWARD_UPSTREAM   (RTPS_LOG_BASE + 24)

Failed to receive a packet, when forwarding to a higher upstream module.

#define RTPS_LOG_BAD_PARAMETER   (RTPS_LOG_BASE + 25)

Bad parameter to an RTPS interface function.

#define RTPS_LOG_NOT_ENABLED   (RTPS_LOG_BASE + 26)

Failed because interface is not enabled.

#define RTPS_LOG_READER_UNSUPPORTED   (RTPS_LOG_BASE + 27)

RTPS reader does not support send.

#define RTPS_LOG_INTERFACE_MISMATCH   (RTPS_LOG_BASE + 28)

Upstream interface does not match source or destination of packet being sent or received.

#define RTPS_LOG_FULL_SEND_WINDOW   (RTPS_LOG_BASE + 29)

Failed to send due to reaching maximum send window size.

#define RTPS_LOG_NETIO_PACKET_SET_TAIL   (RTPS_LOG_BASE + 31)

Failed to set tail of packet to send.

#define RTPS_LOG_FUNC_UNSUPPORTED   (RTPS_LOG_BASE + 32)

RTPS interface does not support this function.

#define RTPS_LOG_EXCEEDED_LIMIT_TRANSPORTS   (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   (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   (RTPS_LOG_BASE + 35)

Failed to assert a remote writer or reader.

#define RTPS_LOG_ASSERT_TRANSPORT   (RTPS_LOG_BASE + 36)

Failed to assert a downstream transport.

#define RTPS_LOG_FIND_EXTERNAL_INTERFACE   (RTPS_LOG_BASE + 37)

Failed to lookup an external interface.

#define RTPS_LOG_NONEXISTENT_ROUTE   (RTPS_LOG_BASE + 38)

Failed to delete a nonexistent route.

#define RTPS_LOG_NONEXISTENT_BIND   (RTPS_LOG_BASE + 39)

Failed to remove a nonexistent bind entry.

#define RTPS_LOG_NONEXISTENT_EXTERNAL_BIND   (RTPS_LOG_BASE + 40)

Failed to remove a nonexistent external bind entry.

#define RTPS_LOG_STALE_ACK_EPOCH_   (RTPS_LOG_BASE + 41)

Dropped an ACKNACK submessage with an old epoch.

#define RTPS_LOG_STALE_HB_EPOCH   (RTPS_LOG_BASE + 42)

Dropped a HEARTBEAT submessage with an old epoch.

#define RTPS_LOG_ACK   (RTPS_LOG_BASE + 43)

Failed an acknack() upstream.

#define RTPS_LOG_REQUEST   (RTPS_LOG_BASE + 45)

Failed a request() upstream.

#define RTPS_LOG_RETURN_LOAN   (RTPS_LOG_BASE + 46)

Failed a return_loan() upstream.

#define RTPS_LOG_NETIO_PACKET_SET_HEAD   (RTPS_LOG_BASE + 47)

Failed to set the head of a packet.

#define RTPS_LOG_SEND_HEARTBEAT   (RTPS_LOG_BASE + 48)

Failed to send a HEARTBEAT submessage.

#define RTPS_LOG_SHIFT_BITMAP   (RTPS_LOG_BASE + 49)

Failed to shift a bitmap.

#define RTPS_LOG_FULLY_ACKED_READER   (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   (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   (RTPS_LOG_BASE + 52)

Dropping a DATA submessage whose sequence number was previously received.

#define RTPS_LOG_INTERFACE_NOT_ENABLED   (RTPS_LOG_BASE + 53)

Failed to receive a message because interface is not enabled.

#define RTPS_LOG_INVALID_PACKET   (RTPS_LOG_BASE + 54)

Dropped a message with an invalid packet header.

#define RTPS_LOG_UNSUPPORTED_INTERFACE   (RTPS_LOG_BASE + 55)

Received a message on an unsupported interface.

#define RTPS_LOG_UNKNOWN_SUBMESSAGE   (RTPS_LOG_BASE + 56)

Received a submessage with an unknown ID.

#define RTPS_LOG_PROCESS_ACKNACK   (RTPS_LOG_BASE + 57)

Failed to process received ACKNACK submessage.

#define RTPS_LOG_PROCESS_DATA   (RTPS_LOG_BASE + 58)

Failed to process received DATA submessage.

#define RTPS_LOG_PROCESS_GAP   (RTPS_LOG_BASE + 59)

Failed to process received GAP submessage.

#define RTPS_LOG_PROCESS_HEARTBEAT   (RTPS_LOG_BASE + 60)

Failed to process received HEARTBEAT submessage.

#define RTPS_LOG_CREATE_HB_EVENT   (RTPS_LOG_BASE + 61)

Failed to create periodic HEARTBEAT event.

#define RTPS_LOG_CREATE_EVENT_TIMER   (RTPS_LOG_BASE + 62)

Failed to create periodic HEARTBEAT event timer.

#define RTPS_LOG_SEQ_NUM_OUT_OF_RANGE   (RTPS_LOG_BASE + 63)

Failed to set bitmap bit due to out-of-range sequence number.

#define RTPS_LOG_FIRST_SN_GREATER_LAST_SN   (RTPS_LOG_BASE + 65)

Invalid range of sequence numbers to fill in bitmap.

#define RTPS_LOG_BITCOUNT_OUT_OF_BOUNDS   (RTPS_LOG_BASE + 66)

Deserialized an invalid out-of-bounds bitcount for a bitmap.

#define RTPS_LOG_SHIFT_SN_OUT_OF_RANGE   (RTPS_LOG_BASE + 67)

Failed to shift bitmap due to invalid starting sequence number.

#define RTPS_LOG_SERIALIZE_HOST_ID   (RTPS_LOG_BASE + 68)

Failed to serialize host ID of GUID.

#define RTPS_LOG_SERIALIZE_APP_ID   (RTPS_LOG_BASE + 69)

Failed to serialize app ID of GUID.

#define RTPS_LOG_SERIALIZE_INSTANCE_ID   (RTPS_LOG_BASE + 70)

Failed to serialized instance ID of GUID.

#define RTPS_LOG_SERIALIZE_OBJECT_ID   (RTPS_LOG_BASE + 71)

Failed to serialize object ID of GUID.

#define RTPS_LOG_DESERIALIZE_HOST_ID   (RTPS_LOG_BASE + 72)

Failed to deserialize host ID of GUID.

#define RTPS_LOG_DESERIALIZE_APP_ID   (RTPS_LOG_BASE + 73)

Faild to deserialize app ID of GUID.

#define RTPS_LOG_DESERIALIZE_INSTANCE_ID   (RTPS_LOG_BASE + 74)

Failed to deserialize instance ID of GUID.

#define RTPS_LOG_DESERIALIZE_OBJECT_ID   (RTPS_LOG_BASE + 75)

Failed to deserialize object ID of GUID.

#define RTPS_LOG_DB_CREATE_EXT_BIND_ENTRY   (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   (RTPS_LOG_BASE + 77)

Failed to set bit in bitmap.

#define RTPS_LOG_UNSUPPORTED_INFO_REPLY   (RTPS_LOG_BASE + 78)

Received and dropped currently unsupported INFO_REPLY submessage.

#define RTPS_LOG_UNSUPPORTED_INFO_REPLY_IP4   (RTPS_LOG_BASE + 79)

Received and dropped currently unsupported INFO_REPLY_IP4 submessage.

#define RTPS_LOG_UNSUPPORTED_INFO_SRC   (RTPS_LOG_BASE + 80)

Received and dropped currently unsupported INFO_SRC submessage.

#define RTPS_LOG_DELETE_INDEX   (RTPS_LOG_BASE + 81)

Failed to delete index of a database table.

#define RTPS_LOG_DELETE_TABLE   (RTPS_LOG_BASE + 82)

Failed to delete a database table.

#define RTPS_LOG_DB_LOCK   (RTPS_LOG_BASE + 83)

Failed to take database lock.

#define RTPS_LOG_DB_UNLOCK   (RTPS_LOG_BASE + 84)

Failed to give database lock.

#define RTPS_LOG_CREATE_BIND_TABLE   (RTPS_LOG_BASE + 85)

Failed to create a database table for storing RTPS bind info.

#define RTPS_LOG_STATUS_CHANGE   (RTPS_LOG_BASE + 86)

Failed to update status for reliable reader activity changed.

#define RTPS_LOG_SET_GAP   (RTPS_LOG_BASE + 87)

Failed to update status for reliable reader activity changed.

#define RTPS_LOG_WINDOW_POOL_ALLOC   (RTPS_LOG_BASE + 88)

Out of memory to allocate send window pool.

#define RTPS_LOG_GET_WINDOW_BUFFER   (RTPS_LOG_BASE + 89)

Failed to get buffer from send window pool.

#define RTPS_LOG_INSERT_WINDOW_FULL   (RTPS_LOG_BASE + 90)

Cannot insert sample into full window.

#define RTPS_LOG_WINDOW_INSERT   (RTPS_LOG_BASE + 91)

Failed to insert sample into send window.

#define RTPS_LOG_TIMER_DELETE_TIMEOUT   (RTPS_LOG_BASE + 92)

Failed to delete a timeout event.

#define RTPS_LOG_BUFFERPOOL_DELETE   (RTPS_LOG_BASE + 93)

Failed to delete a buffer pool.

#define RTPS_LOG_DIRECT_SEND   (RTPS_LOG_BASE + 94)

Failed to send a message to a specific peer.

#define RTPS_LOG_PACKET_INITIALIZE   (RTPS_LOG_BASE + 95)

RTPS writer failed to initialize a packet.

#define RTPS_LOG_WRITER_REQUEST_SENT_HISTORY   (RTPS_LOG_BASE + 96)

RTPS reliable writer failed to request and resend history.

#define RTPS_LOG_BITMAP_SHIFT   (RTPS_LOG_BASE + 97)

Failed to shift bitmap to new lead sequence number.

#define RTPS_LOG_WINDOW_ADVANCE   (RTPS_LOG_BASE + 98)

Send window of a remote reader failed to advance.

#define RTPS_LOG_WINDOW_ADVANCE_UNACKED   (RTPS_LOG_BASE + 99)

Failed when advancing window ahead of unacknowledged sequence number.

#define RTPS_LOG_LOOKUP_PEER   (RTPS_LOG_BASE + 100)

Failed to find peer that should exist.

#define RTPS_LOG_READER_SEND_ACKNACK   (RTPS_LOG_BASE + 101)

RTPS reader failed to send an ACKNACK message.

#define RTPS_LOG_FINALIZE_INTERFACE   (RTPS_LOG_BASE + 102)

Failed to finalize an RTPS interface.

#define RTPS_LOG_INDEXER_REMOVE_ENTRY   (RTPS_LOG_BASE + 103)

Failed to remove index entry for external interface upon deleting RTPS interface.

#define RTPS_LOG_LOOKUP_EXT_BIND_ENTRY   (RTPS_LOG_BASE + 104)

Failed when looking up external bind entry from database.

#define RTPS_LOG_SEQ_INIT   (RTPS_LOG_BASE + 105)

Failed to initialize a local sequence.

#define RTPS_LOG_SEQ_MAX   (RTPS_LOG_BASE + 106)

Failed to set maximum of a local sequence.

#define RTPS_LOG_SEQ_LEN   (RTPS_LOG_BASE + 107)

Failed to set length of a local sequence.

#define RTPS_LOG_INTF_MODE_UNDEF   (RTPS_LOG_BASE + 108)

Initializing an RTPS interface with undefined mode.

#define RTPS_LOG_DELETE_BUFFER_POOL   (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   (RTPS_LOG_BASE + 110)

Failed to create buffer pool.

May have insufficient memory to allocate pool.

#define RTPS_LOG_CREATE_PEERS_INDEX   (RTPS_LOG_BASE + 111)

Failed to create index of peers.

System may have insufficient memory to allocate new index.

#define RTPS_LOG_DELETE_INDEXER   (RTPS_LOG_BASE + 112)

Failed to delete indexer.


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