RTI Connext Modern C++ API  Version 6.1.0
rti::core::policy::ServiceKind_def Struct Reference

<<extension>> The definition of the dds::core::safe_enum ServiceKind More...

#include <PolicyKind.hpp>

Public Types

enum  type {
  NO_SERVICE,
  PERSISTENCE,
  QUEUING,
  ROUTING,
  RECORDING,
  REPLAY,
  DATABASE_INTEGRATION,
  WEB_INTEGRATION
}
 The underlying enum type. More...
 

Detailed Description

<<extension>> The definition of the dds::core::safe_enum ServiceKind

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
NO_SERVICE 

There is no service associated to the Entity.

PERSISTENCE 

The Entity is associated to RTI Persistence Service.

QUEUING 

The Entity is associated to RTI Queuing Service.

ROUTING 

The Entity is associated to RTI Routing Service.

RECORDING 

The Entity is associated to RTI Recording Service.

REPLAY 

The Entity is associated to RTI Replay Service.

DATABASE_INTEGRATION 

The Entity is associated to RTI Database Integration Service.

WEB_INTEGRATION 

The Entity is associated to RTI Web Integration Service.