<<extension>> Indicates if an Entity is associated with a service and if so, which one.
More...
#include <rti/core/policy/CorePolicy.hpp>
Detailed Description
<<extension>> Indicates if an Entity is associated with a service and if so, which one.
This QoS policy is intended to be used by RTI infrastructure services.
User applications should not modify its value.
- Entity:
- dds::sub::DataReader, dds::pub::DataWriter
- Properties:
- RxO = NO
Changeable = UNTIL ENABLE
Constructor & Destructor Documentation
rti::core::policy::Service::Service |
( |
| ) |
|
|
inline |
Creates the default policy (no service)
Creates an instance with the specified service kind.
Member Function Documentation
static Service rti::core::policy::Service::NoService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::NO_SERVICE.
static Service rti::core::policy::Service::PersistenceService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::PERSISTENCE.
static Service rti::core::policy::Service::QueuingService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::QUEUING.
static Service rti::core::policy::Service::RoutingService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::ROUTING.
static Service rti::core::policy::Service::RecordingService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::RECORDING.
static Service rti::core::policy::Service::DatabaseIntegrationService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::DATABASE_INTEGRATION.
static Service rti::core::policy::Service::ReplayService |
( |
| ) |
|
|
inlinestatic |
Returns a Service with ServiceKind::REPLAY.