Package | Description |
---|---|
net.sf.jrtps |
Top level jRTPS package.
|
net.sf.jrtps.builtin |
This package provides builtin topic support.
|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
Modifier and Type | Method and Description |
---|---|
Set<QosPolicy<?>> |
QualityOfService.getIncompatibleQos(QualityOfService other)
Gets all the incompatible policies that are found from either QualityOfService.
|
Set<QosPolicy<?>> |
QualityOfService.getInlinePolicies()
Gets all the inlineable QosPolicies from this QualityOfService.
|
Modifier and Type | Method and Description |
---|---|
void |
QualityOfService.PolicyListener.policyChanged(QosPolicy policy) |
void |
QualityOfService.setPolicy(QosPolicy policy)
Sets a given QosPolicy.
|
Modifier and Type | Method and Description |
---|---|
Set<QosPolicy<?>> |
DiscoveredData.getInlineableQosPolicies()
Get inlineable Qos policies.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiscoveredData.addQosPolicy(QosPolicy<?> policy)
Adds a QosPolicy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataReaderPolicy<T>
A tagging interface marking QosPolicies as being suitable for readers.
|
interface |
DataWriterPolicy<T>
A tagging interface marking QosPolicies as being suitable for writers.
|
interface |
PublisherPolicy<T>
A tagging interface marking QosPolicies as being suitable for publishers.
|
interface |
SubscriberPolicy<T>
A tagging interface marking QosPolicies as being suitable for subscribers.
|
interface |
TopicPolicy<T>
A tagging interface marking QosPolicies as being suitable for topic.
|
Modifier and Type | Class and Description |
---|---|
class |
QosDataRepresentation
This QosPolicy is defined in DDS X-Types specification formal-12-11-20-2.pdf, chapter 7.6.2.1
|
class |
QosDeadline
This policy is useful for cases where a Topic is expected to have each
instance updated periodically.
|
class |
QosDestinationOrder
This QosPolicy determines how Readers form the timestamp of the samples.
|
class |
QosDurability
This QoS policy controls whether the Service will actually make data
available to late-joining readers.
|
class |
QosDurabilityService |
class |
QosGroupData |
class |
QosHistory
QosHistory.
|
class |
QosLatencyBudget |
class |
QosLifespan
QosLifespan policy is used to automatically remove samples from history cache
of entity.
|
class |
QosLiveliness
This policy controls the mechanism and parameters used by the Service to
ensure that particular entities on the network are still “alive.”
|
class |
QosOwnership |
class |
QosOwnershipStrength |
class |
QosPartition
Partition QoS policy.
|
class |
QosPresentation |
class |
QosReaderDataLifecycle |
class |
QosReliability
This QoS policy controls whether or not communication between entities are established as
reliable or best effort.
|
class |
QosResourceLimits
QosResourceLimits.
|
class |
QosTimeBasedFilter
QosTimeBasedFilter.
|
class |
QosTopicData |
class |
QosTransportPriority
TransportPriority QoS policy.
|
class |
QosTypeConsistencyEnforcement
QosTypeConsistencyEnforcement, defined in x-types
|
class |
QosUserData
UserData QoS policy allows passing an arbitrary byte array to remote entities.
|
class |
QosWriterDataLifecycle
WriterDataLifecycle QoS policy.
|
Copyright © 2016. All rights reserved.