DDS_ProfileQosPolicy Struct Reference
[PROFILE]

Configures the way that XML documents containing QoS profiles are loaded by RTI Data Distribution Service. More...


Data Fields

struct DDS_StringSeq string_profile
 Sequence of strings containing a XML document to load.
struct DDS_StringSeq url_profile
 Sequence of URL groups containing a set of XML documents to load.
DDS_Boolean ignore_user_profile
 Ignores the file USER_QOS_PROFILES.xml in the current working directory.
DDS_Boolean ignore_environment_profile
 Ignores the value of the NDDS_QOS_PROFILES environment variable.
DDS_Boolean ignore_resource_profile
 Ignores the file NDDS_QOS_PROFILES.xml under $NDDSHOME/resource/qos_profiles_4.4d/xml.


Detailed Description

Configures the way that XML documents containing QoS profiles are loaded by RTI Data Distribution Service.

All QoS values for Entities can be configured in QoS profiles defined in XML documents. XML documents can be passed to RTI Data Distribution Service 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 Data Distribution Service, 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

Field Documentation

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).

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 Data Distribution Service, starting from the left.

[default] Empty sequence (zero-length).

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

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

[default] DDS_BOOLEAN_FALSE

Ignores the value of the NDDS_QOS_PROFILES environment variable.

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

[default] DDS_BOOLEAN_FALSE

Ignores the file NDDS_QOS_PROFILES.xml under $NDDSHOME/resource/qos_profiles_4.4d/xml.

When this field is set to DDS_BOOLEAN_TRUE, the QoS profiles contained in the file NDDS_QOS_PROFILES.xml under $NDDSHOME/resource/qos_profiles_4.5e/xml will be ignored.

[default] DDS_BOOLEAN_FALSE


RTI Data Distribution Service C API Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc