Classes | |
class | TransportBuiltinKind |
Built-in transport kind. More... | |
class | TransportBuiltinQosPolicy |
Specifies which built-in transports are used. More... | |
Variables | |
static final QosPolicyId_t | TRANSPORTBUILTIN_QOS_POLICY_ID |
<<eXtension>> Identifier for com.rti.dds.infrastructure.TransportBuiltinQosPolicy | |
static final String | UDPv4_ALIAS |
Alias name for the UDPv4 built-in transport. | |
static final String | SHMEM_ALIAS |
Alias name for the shared memory built-in transport. | |
static final String | UDPv6_ALIAS |
Alias name for the UDPv6 built-in transport. | |
static final int | MASK_NONE |
None of the built-in transports will be registered automatically when the com.rti.dds.domain.DomainParticipant is enabled. The user must explictly register transports using TransportSupport.register_transport. | |
static final int | MASK_DEFAULT |
The default value of com.rti.dds.infrastructure.TransportBuiltinQosPolicy.mask. | |
static final int | MASK_ALL |
All the available built-in transports are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled. |
final QosPolicyId_t TRANSPORTBUILTIN_QOS_POLICY_ID [static, inherited] |
final String UDPv4_ALIAS [static, inherited] |
Alias name for the UDPv4 built-in transport.
final String SHMEM_ALIAS [static, inherited] |
Alias name for the shared memory built-in transport.
final String UDPv6_ALIAS [static, inherited] |
Alias name for the UDPv6 built-in transport.
final int MASK_NONE [static, inherited] |
None of the built-in transports will be registered automatically when the com.rti.dds.domain.DomainParticipant is enabled. The user must explictly register transports using TransportSupport.register_transport.
final int MASK_DEFAULT [static, inherited] |
The default value of com.rti.dds.infrastructure.TransportBuiltinQosPolicy.mask.
The set of builtin transport plugins that will be automatically registered with the participant by default. The user can register additional transports using TransportSupport.register_transport.
final int MASK_ALL [static, inherited] |
All the available built-in transports are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled.