RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
DPSE Static Discovery API

Classes

struct  DPSE_DiscoveryPluginProperty
 <<eXtension>> Properties for the Dynamic Participant/Static Endpoint (DPSE) discovery plugin. This includes all discovery timing properties for participant discovery. More...
 
class  DPSEDiscoveryFactory
 <<eXtension>> A discovery factory that will be used by the DDSDomainParticipantFactory to create a discovery plugin. More...
 
class  DPSEDiscoveryPlugin
 <<eXtension>> Discovery plug-in used for asserting remote entities. More...
 

Macros

#define DPSE_DiscoveryPluginProperty_INITIALIZER
 Initializer for the DPSE_DiscoveryPluginProperty.
 

Detailed Description

<<eXtension>> The RTI Connext DDS Micro support for DPSE discovery of remote entities. Please refer to the Discovery chapter in the User's Manual, and the Getting Started Guide, for an example of how to register and use the DPSE plugin.

Macro Definition Documentation

◆ DPSE_DiscoveryPluginProperty_INITIALIZER

#define DPSE_DiscoveryPluginProperty_INITIALIZER
Value:
{ \
RT_ComponentFactoryProperty_INITIALIZER,\
{30,0}, \
{100,0}, \
5, \
{1,0}, \
DDS_LENGTH_AUTO,\
4 \
DDS_PARTICIPANT_MESSAGE_READER_RELIABILITY_KIND_INITIALIZER \
}

Initializer for the DPSE_DiscoveryPluginProperty.