RTI Cloud Discovery Service  Version 6.1.1
rti::cds::DomainListProperty Class Reference

Specifies the list of domain IDs to allow or deny. Overrides XML configuration if specified. More...

#include <ServiceProperty.hpp>

Public Member Functions

void allow_domain_ids (std::string allow_domain_ids)
 The list of domain IDs where RTI Cloud Discovery Service processes the incoming participant announcements. More...
 
std::string & allow_domain_ids ()
 Getter (see setter with the same name) More...
 
void deny_domain_ids (std::string deny_domain_ids)
 The list of domain IDs to deny or ignore. Overrides allow_domain_ids. More...
 
std::string & deny_domain_ids ()
 Getter (see setter with the same name) More...
 

Detailed Description

Specifies the list of domain IDs to allow or deny. Overrides XML configuration if specified.

Member Function Documentation

◆ allow_domain_ids() [1/2]

void rti::cds::DomainListProperty::allow_domain_ids ( std::string  allow_domain_ids)
inline

The list of domain IDs where RTI Cloud Discovery Service processes the incoming participant announcements.

[default] Empty string. Use value from XML configuration.

References allow_domain_ids().

Referenced by rti::cds::TransportUnicastProperty::receive_port().

◆ allow_domain_ids() [2/2]

std::string& rti::cds::DomainListProperty::allow_domain_ids ( )
inline

Getter (see setter with the same name)

Referenced by allow_domain_ids().

◆ deny_domain_ids() [1/2]

void rti::cds::DomainListProperty::deny_domain_ids ( std::string  deny_domain_ids)
inline

The list of domain IDs to deny or ignore. Overrides allow_domain_ids.

[default] Empty string. Use value from XML configuration.

References deny_domain_ids().

Referenced by rti::cds::TransportUnicastProperty::receive_port().

◆ deny_domain_ids() [2/2]

std::string& rti::cds::DomainListProperty::deny_domain_ids ( )
inline

Getter (see setter with the same name)

Referenced by deny_domain_ids().