#include "RtpsCoreC.h"
#include "dds/DCPS/GuidUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | OpenDDS |
The Internal API and Implementation of OpenDDS. | |
namespace | OpenDDS::RTPS |
Variables | |
const Time_t | OpenDDS::RTPS::TIME_ZERO = { 0, 0 } |
const Time_t | OpenDDS::RTPS::TIME_INVALID = { -1, 0xffffffff } |
const Time_t | OpenDDS::RTPS::TIME_INFINITE = { 0x7fffffff, 0xffffffff } |
const double | OpenDDS::RTPS::NANOS_TO_RTPS_FRACS = 4.294967296 |
const VendorId_t | OpenDDS::RTPS::VENDORID_UNKNOWN = { { 0 } } |
const VendorId_t | OpenDDS::RTPS::VENDORID_OPENDDS |
const SequenceNumber_t | OpenDDS::RTPS::SEQUENCENUMBER_UNKNOWN = { -1, 0 } |
const OpenDDS::DCPS::Locator_t | OpenDDS::RTPS::LOCATOR_INVALID |
const OpenDDS::DCPS::OctetArray16 | OpenDDS::RTPS::LOCATOR_ADDRESS_INVALID = { 0 } |
const LocatorUDPv4_t | OpenDDS::RTPS::LOCATORUDPv4_INVALID = { 0, 0 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION_1_0 = { 1, 0 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION_1_1 = { 1, 1 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION_2_0 = { 2, 0 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION_2_1 = { 2, 1 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION_2_2 = { 2, 2 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION_2_3 = { 2, 3 } |
const ProtocolVersion_t | OpenDDS::RTPS::PROTOCOLVERSION = PROTOCOLVERSION_2_3 |
const char | OpenDDS::RTPS::BLOB_PROP_PART_CRYPTO_HANDLE [] = "ParticipantCryptoHandle" |
const char | OpenDDS::RTPS::BLOB_PROP_DW_CRYPTO_HANDLE [] = "DatawriterCryptoHandle" |
const char | OpenDDS::RTPS::BLOB_PROP_DR_CRYPTO_HANDLE [] = "DatareaderCryptoHandle" |