<<extension>> The definition of the dds::core::safe_enum WireProtocolAutoKind
More...
#include <PolicyKind.hpp>
Detailed Description
<<extension>> The definition of the dds::core::safe_enum WireProtocolAutoKind
Member Enumeration Documentation
The underlying enum
type.
- Enumerator:
RTPS_AUTO_ID_FROM_IP |
Select the IPv4 based algorithm.
|
RTPS_AUTO_ID_FROM_MAC |
Select the MAC based algorithm.
Note to Solaris Users: To use DDS_RTPS_AUTO_ID_FROM_MAC, you must run the RTI Connext application while logged in as 'root.'
Note to Android Users: DDS_RTPS_AUTO_ID_FROM_MAC is not supported in recent versions of Android (6.0 and later).
|
RTPS_AUTO_ID_FROM_UUID |
Select the UUID based algorithm.
This method of generating the GUID prefix does not require having a network interface and is friendly to IP mobility scenarios in which a RTI Connext application may start in a node that does not have physical network interface enabled.
|