RTI Connext .NET API (legacy)
Version 6.1.0
|
QoS policies supported by a DDS::DomainParticipantFactory. More...
#include <managed_domain.h>
Public Member Functions | |
bool | equals (DomainParticipantFactoryQos^ other) |
Compares two DDS::DomainParticipantFactoryQos for equality. More... | |
virtual System::String ^ | ToString () override |
Overrides the builtin ToString method. More... | |
System::String ^ | ToString (DomainParticipantFactoryQos^ base, QosPrintFormat^ format) |
Obtains a string representation of a DomainParticipantFactoryQos object. More... | |
System::String ^ | ToString (QosPrintFormat^ format) |
Obtains a string representation of a DomainParticipantFactoryQos object. More... | |
System::String ^ | ToString (DomainParticipantFactoryQos^ base) |
Obtains a string representation of a DomainParticipantFactoryQos object. More... | |
Public Attributes | |
EntityFactoryQosPolicy | entity_factory |
Entity factory policy, ENTITY_FACTORY. More... | |
SystemResourceLimitsQosPolicy | resource_limits |
<<extension>> System resource limits, SYSTEM_RESOURCE_LIMITS. More... | |
ProfileQosPolicy ^ | profile |
<<extension>> Qos profile policy, PROFILE. More... | |
LoggingQosPolicy ^ | logging |
<<extension>> Logging qos policy, LOGGING. More... | |
QoS policies supported by a DDS::DomainParticipantFactory.
|
overridevirtual |
Overrides the builtin ToString method.
The various ToString() overloads allow formatting the output and printing only the differences with respect to another DomainParticipantFactoryQos object.
This overload uses the default print format and only prints the differences between the supplied DomainParticipantFactoryQos and the documented default.
System::String ^ DDS::DomainParticipantFactoryQos::ToString | ( | DomainParticipantFactoryQos^ | base, |
QosPrintFormat^ | format | ||
) |
Obtains a string representation of a DomainParticipantFactoryQos object.
format | The print format used to format the output. |
base | Only the differences between base and the Qos object are included in the output string. If you want to print everything within the Qos, use the DDS::DomainParticipant::DOMAINPARTICIPANTFACTORY_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied base. The output string is formatted using the supplied DDS::QosPrintFormat.
System::String ^ DDS::DomainParticipantFactoryQos::ToString | ( | QosPrintFormat^ | format | ) |
Obtains a string representation of a DomainParticipantFactoryQos object.
format | The print format used to format the output. |
This overload prints the differences between the qos and the documented. default. The output string is formatted using the supplied DDS::QosPrintFormat.
System::String ^ DDS::DomainParticipantFactoryQos::ToString | ( | DomainParticipantFactoryQos^ | base | ) |
Obtains a string representation of a DomainParticipantFactoryQos object.
base | Only the differences between base and the Qos object are included in the output string. If you want to print everything within the Qos, use the DDS::DomainParticipant::DOMAINPARTICIPANTFACTORY_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied base. The output string is formatted using the default value for DDS::QosPrintFormat.
EntityFactoryQosPolicy DDS::DomainParticipantFactoryQos::entity_factory |
Entity factory policy, ENTITY_FACTORY.
SystemResourceLimitsQosPolicy DDS::DomainParticipantFactoryQos::resource_limits |
<<extension>> System resource limits, SYSTEM_RESOURCE_LIMITS.
Note: This QoS policy cannot be configured from XML configuration files.
ProfileQosPolicy ^ DDS::DomainParticipantFactoryQos::profile |
<<extension>> Qos profile policy, PROFILE.
Note: This QoS policy cannot be configured from XML configuration files.
LoggingQosPolicy ^ DDS::DomainParticipantFactoryQos::logging |
<<extension>> Logging qos policy, LOGGING.