OpenDDS  Snapshot(2023/04/28-20:55)
Classes | Modules | Macros | Typedefs | Variables
OpenddsDcpsExt.idl File Reference
import "dds/DdsDcpsCore.idl";
import "dds/DdsDcpsGuid.idl";
Include dependency graph for OpenddsDcpsExt.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenDDS::DCPS::ParticipantLocationBuiltinTopicData
 
struct  OpenDDS::DCPS::ConnectionRecord
 
struct  OpenDDS::DCPS::InternalThreadBuiltinTopicData
 
struct  OpenDDS::DCPS::Locator_t
 
struct  OpenDDS::DCPS::MessageCount
 
struct  OpenDDS::DCPS::GuidCount
 
struct  OpenDDS::DCPS::TransportStatistics
 

Modules

 OpenDDS
 The Internal API and Implementation of OpenDDS.
 
 OpenDDS::DCPS
 

Macros

#define BUILT_IN_TOPIC_TYPE
 
#define BUILT_IN_TOPIC_KEY
 

Typedefs

typedef unsigned long OpenDDS::DCPS::ParticipantLocation
 
typedef sequence< Locator_t > OpenDDS::DCPS::LocatorSeq
 
typedef long OpenDDS::DCPS::MessageCountKind
 
typedef sequence< MessageCount > OpenDDS::DCPS::MessageCountSequence
 
typedef sequence< GuidCount > OpenDDS::DCPS::GuidCountSequence
 
typedef sequence< TransportStatistics > OpenDDS::DCPS::TransportStatisticsSequence
 

Variables

const ParticipantLocation OpenDDS::DCPS::LOCATION_LOCAL = 0x0001 << 0
 
const ParticipantLocation OpenDDS::DCPS::LOCATION_ICE = 0x0001 << 1
 
const ParticipantLocation OpenDDS::DCPS::LOCATION_RELAY = 0x0001 << 2
 
const ParticipantLocation OpenDDS::DCPS::LOCATION_LOCAL6 = 0x0001 << 3
 
const ParticipantLocation OpenDDS::DCPS::LOCATION_ICE6 = 0x0001 << 4
 
const ParticipantLocation OpenDDS::DCPS::LOCATION_RELAY6 = 0x0001 << 5
 
const string OpenDDS::DCPS::RTPS_RELAY_STUN_PROTOCOL = "RtpsRelay:STUN"
 
const long OpenDDS::DCPS::LOCATOR_KIND_INVALID = -1
 
const long OpenDDS::DCPS::LOCATOR_KIND_RESERVED = 0
 
const long OpenDDS::DCPS::LOCATOR_KIND_UDPv4 = 1
 
const long OpenDDS::DCPS::LOCATOR_KIND_UDPv6 = 2
 
const unsigned long OpenDDS::DCPS::LOCATOR_PORT_INVALID = 0
 
const MessageCountKind OpenDDS::DCPS::MCK_RTPS = 0
 
const MessageCountKind OpenDDS::DCPS::MCK_STUN = 1
 

Macro Definition Documentation

◆ BUILT_IN_TOPIC_KEY

#define BUILT_IN_TOPIC_KEY

Definition at line 19 of file OpenddsDcpsExt.idl.

◆ BUILT_IN_TOPIC_TYPE

#define BUILT_IN_TOPIC_TYPE

Definition at line 18 of file OpenddsDcpsExt.idl.