<<extension>> Specifies which built-in transports are used.
More...
<<extension>> Specifies which built-in transports are used.
- See also
- Changing the automatically registered built-in transports
◆ TRANSPORTBUILTIN_QOS_POLICY_ID
◆ UDPv4_ALIAS
Alias name for the UDPv4 built-in transport: "builtin.udpv4".
◆ SHMEM_ALIAS
Alias name for the shared memory built-in transport: "builtin.shmem".
◆ UDPv6_ALIAS
Alias name for the UDPv6 built-in transport: "builtin.udpv6".
◆ UDPv4_WAN_ALIAS
final String UDPv4_WAN_ALIAS |
|
static |
Alias name for the UDPv4 asymmetric built-in transport: "builtin.udpv4_wan".
◆ 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 com.rti.ndds.transport.TransportSupport.register_transport.
- See also
- com.rti.dds.infrastructure.TransportBuiltinKindMask
◆ MASK_DEFAULT
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 com.rti.ndds.transport.TransportSupport.register_transport.
[default] [UDPv4|Shmem]
- See also
- com.rti.dds.infrastructure.TransportBuiltinKindMask
◆ MASK_ALL
All the available built-in transports are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled.
- See also
- com.rti.dds.infrastructure.TransportBuiltinKindMask