|
RTI Connext C API Version 7.6.0
|
Storage for the description of a network interface used by a Transport Plugin. More...
#include <transport_common.h>
Data Fields | |
| NDDS_Transport_ClassId_t | transport_classid |
| The transport classid of the interface. More... | |
| NDDS_Transport_Address_t | address |
| An unicast address that uniquely identifies this interface in the network specified by the transport class. More... | |
| NDDS_Transport_Interface_Status_t | status |
| The state of the interface. More... | |
| RTI_UINT16 | rank |
| Rank of the interface. Used when allow_interfaces_list Qos is set. A rank value will be assigned to each of the interfaces that match the allow_interfaces_list filter allowing an endpoint to prioritize some interfaces upon others. More... | |
Storage for the description of a network interface used by a Transport Plugin.
| NDDS_Transport_ClassId_t NDDS_Transport_Interface_t::transport_classid |
The transport classid of the interface.
| NDDS_Transport_Address_t NDDS_Transport_Interface_t::address |
An unicast address that uniquely identifies this interface in the network specified by the transport class.
| NDDS_Transport_Interface_Status_t NDDS_Transport_Interface_t::status |
The state of the interface.
| RTI_UINT16 NDDS_Transport_Interface_t::rank |
Rank of the interface. Used when allow_interfaces_list Qos is set. A rank value will be assigned to each of the interfaces that match the allow_interfaces_list filter allowing an endpoint to prioritize some interfaces upon others.