RTI Connext .Net APIs  Version 6.0.0

<<extension>> Service QoS policy is used to indicate what kind of service is associated with the DDS entity. More...

Classes

struct  DDS::ServiceQosPolicy
 Service associated with a DDS entity. More...
 

Enumerations

enum  DDS::ServiceQosPolicyKind : UINT32 {
  DDS::ServiceQosPolicyKind::NO_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::PERSISTENCE_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::QUEUING_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::ROUTING_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::RECORDING_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::REPLAY_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::DATABASE_INTEGRATION_SERVICE_QOS,
  DDS::ServiceQosPolicyKind::WEB_INTEGRATION_SERVICE_QOS
}
 Kinds of service. More...
 

Functions

static System::String ^ DDS::ServiceQosPolicy::get_service_qos_policy_name ()
 Stringified human-readable name for DDS::ServiceQosPolicy. More...
 

Detailed Description

<<extension>> Service QoS policy is used to indicate what kind of service is associated with the DDS entity.

Enumeration Type Documentation

◆ ServiceQosPolicyKind

enum DDS::ServiceQosPolicyKind : UINT32
strong

Kinds of service.

QoS:
DDS::ServiceQosPolicy
Enumerator
NO_SERVICE_QOS 

There is no service associated with the entity.

PERSISTENCE_SERVICE_QOS 

The entity is an entity created by RTI Persistence Service.

QUEUING_SERVICE_QOS 

The entity is an entity created by RTI Queuing Service.

ROUTING_SERVICE_QOS 

The entity is an entity created by RTI Routing Service.

RECORDING_SERVICE_QOS 

The entity is an entity created by RTI Recording Service.

REPLAY_SERVICE_QOS 

The entity is an entity created by RTI Replay Service.

DATABASE_INTEGRATION_SERVICE_QOS 

The entity is an entity created by RTI Database Integration Service.

WEB_INTEGRATION_SERVICE_QOS 

The entity is an entity created by RTI Web Integration Service.

Function Documentation

◆ get_service_qos_policy_name()

static System::String ^ DDS::ServiceQosPolicy::get_service_qos_policy_name ( )
inlinestatic

Stringified human-readable name for DDS::ServiceQosPolicy.


RTI Connext .Net APIs Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc