RTI Connext Modern C++ API  Version 6.1.0

<<extension>> Specifies the multicast address on which a dds::sub::DataReader wants to receive its data. It can also specify a port number, as well as a subset of the available (at the dds::domain::DomainParticipant level) transports with which to receive the multicast data. More...

Classes

class  rti::core::policy::TransportMulticast
 <<extension>> Specifies the multicast address on which a dds::sub::DataReader wants to receive its data and other settings. More...
 
struct  rti::core::policy::TransportMulticastKind_def
 <<extension>> The definition of the dds::core::safe_enum TransportMulticastKind More...
 
class  rti::core::TransportMulticastSettings
 <<extension>> Represents a list of multicast locators More...
 

Typedefs

typedef dds::core::safe_enum< TransportMulticastKind_defrti::core::policy::TransportMulticastKind
 <<extension>> Safe Enumeration of TransportMulticastKind_def More...
 
typedef std::vector< TransportMulticastSettingsrti::core::TransportMulticastSettingsSeq
 A sequence of TransportMulticastSettings. More...
 

Detailed Description

<<extension>> Specifies the multicast address on which a dds::sub::DataReader wants to receive its data. It can also specify a port number, as well as a subset of the available (at the dds::domain::DomainParticipant level) transports with which to receive the multicast data.

Typedef Documentation

◆ TransportMulticastKind

◆ TransportMulticastSettingsSeq