RTI Connext Micro C API
Version 2.4.14.1
|
<<eXtension>> <<cert>> Properties for the Receive port. More...
Data Fields | |
RTI_UINT32 | max_receive_queue_size |
Max messages in the internal receive queue for this port. | |
RTI_UINT32 | channel_identifier |
An identifier associated with the ARINC channel for this ARINC Receive port. It helps identify a specific channel and route data selectively. This identifier is must be unique within the system. | |
struct ARINC_PortProperty | receive_port_property |
The port property from ARINC_PortProperty for this port. |
<<eXtension>> <<cert>> Properties for the Receive port.
RTI_UINT32 ARINC_ReceivePortProperty::max_receive_queue_size |
Max messages in the internal receive queue for this port.
Connext DDS Micro maintains a queue of received messages for each receive port. The messages are moved from the ARINC queue to this queue as they are processed.
RTI_UINT32 ARINC_ReceivePortProperty::channel_identifier |
An identifier associated with the ARINC channel for this ARINC Receive port. It helps identify a specific channel and route data selectively. This identifier is must be unique within the system.
An ARINC Channel is a connection between an ARINC Send and Receive port. This identifier provides a logical address to this channel, and this identifier must match the ARINC_RouteProperty::channel_identifier which belongs to the same channel.
struct ARINC_PortProperty ARINC_ReceivePortProperty::receive_port_property |
The port property from ARINC_PortProperty for this port.