RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::ProfileQosPolicy Class Reference

Configures the way that XML documents containing QoS profiles are loaded by RTI Connext. More...

#include <managed_infrastructure.h>

Static Public Member Functions

static System::String^ get_profile_qos_policy_name ()
 Stringified human-readable name for DDS::ProfileQosPolicy.
 

Public Attributes

StringSeqstring_profile
 Sequence of strings containing a XML document to load.
 
StringSequrl_profile
 Sequence of URL groups containing a set of XML documents to load.
 

Properties

System::Boolean ignore_user_profile [get, set]
 Ignores the file USER_QOS_PROFILES.xml in the current working directory.
 
System::Boolean ignore_environment_profile [get, set]
 Ignores the value of the NDDS_QOS_PROFILES environment variable.
 
System::Boolean ignore_resource_profile [get, set]
 Ignores the file NDDS_QOS_PROFILES.xml.
 

Detailed Description

Configures the way that XML documents containing QoS profiles are loaded by RTI Connext.

All QoS values for Entities can be configured in QoS profiles defined in XML documents. XML documents can be passed to RTI Connext in string form or, more likely, through files found on a file system.

There are also default locations where DomainParticipants will look for files to load QoS profiles. These include the current working directory from where an application is started, a file in the distribution directory for RTI Connext, and the locations specified by an environment variable.

You may disable any or all of these default locations using the Profile QoS policy.

Entity:
DDS::DomainParticipantFactory
Properties:
RxO = NO
Changeable = Changeable

Member Data Documentation

StringSeq ^ DDS::ProfileQosPolicy::string_profile

Sequence of strings containing a XML document to load.

The concatenation of the strings in this sequence must be a valid XML document according to the XML QoS profile schema.

[default] Empty sequence (zero-length).

StringSeq ^ DDS::ProfileQosPolicy::url_profile

Sequence of URL groups containing a set of XML documents to load.

Only one of the elements of each group will be loaded by RTI Connext, starting from the left.

[default] Empty sequence (zero-length).

Property Documentation

System:: Boolean DDS::ProfileQosPolicy::ignore_user_profile
getset

Ignores the file USER_QOS_PROFILES.xml in the current working directory.

When this field is set to true, the QoS profiles contained in the file USER_QOS_PROFILES.xml in the current working directory will be ignored.

[default] false

System:: Boolean DDS::ProfileQosPolicy::ignore_environment_profile
getset

Ignores the value of the NDDS_QOS_PROFILES environment variable.

When this field is set to true, the value of the environment variable NDDS_QOS_PROFILES will be ignored.

[default] false

System:: Boolean DDS::ProfileQosPolicy::ignore_resource_profile
getset

Ignores the file NDDS_QOS_PROFILES.xml.

When this field is set to true, the QoS profiles contained in the file NDDS_QOS_PROFILES.xml in $NDDSHOME/resource/xml will be ignored.

[default] false


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc