RTI Connext C API  Version 5.3.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
SERVICE

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

Data Structures

struct  DDS_ServiceQosPolicy
 Service associated with a DDS entity. More...
 

Enumerations

enum  DDS_ServiceQosPolicyKind {
  DDS_NO_SERVICE_QOS,
  DDS_PERSISTENCE_SERVICE_QOS,
  DDS_QUEUING_SERVICE_QOS,
  DDS_ROUTING_SERVICE_QOS,
  DDS_RECORDING_SERVICE_QOS,
  DDS_REPLAY_SERVICE_QOS,
  DDS_DATABASE_INTEGRATION_SERVICE_QOS,
  DDS_WEB_INTEGRATION_SERVICE_QOS
}
 Kinds of service. More...
 

Variables

const char *const DDS_SERVICE_QOS_POLICY_NAME
 Stringified human-readable name for DDS_ServiceQosPolicy.
 

Detailed Description

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

Enumeration Type Documentation

Kinds of service.

QoS:
DDS_ServiceQosPolicy
Enumerator:
DDS_NO_SERVICE_QOS 

There is no service associated with the entity.

DDS_PERSISTENCE_SERVICE_QOS 

The entity is an entity created by RTI Persistence Service.

DDS_QUEUING_SERVICE_QOS 

The entity is an entity created by RTI Queuing Service.

DDS_ROUTING_SERVICE_QOS 

The entity is an entity created by RTI Routing Service.

DDS_RECORDING_SERVICE_QOS 

The entity is an entity created by RTI Recording Service.

DDS_REPLAY_SERVICE_QOS 

The entity is an entity created by RTI Replay Service.

DDS_DATABASE_INTEGRATION_SERVICE_QOS 

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

DDS_WEB_INTEGRATION_SERVICE_QOS 

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

Variable Documentation

const char* const DDS_SERVICE_QOS_POLICY_NAME

Stringified human-readable name for DDS_ServiceQosPolicy.


RTI Connext C API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc