Package | Description |
---|---|
net.sf.jrtps |
Top level jRTPS package.
|
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<DataReaderPolicy> |
QualityOfService.getReaderPolicies()
Gets all the DataReaderPolicies from this QualityOfService.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubscriberPolicy<T>
A tagging interface marking QosPolicies as being suitable for subscribers.
|
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 |
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 |
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 |
QosTypeConsistencyEnforcement
QosTypeConsistencyEnforcement, defined in x-types
|
class |
QosUserData
UserData QoS policy allows passing an arbitrary byte array to remote entities.
|
Copyright © 2016. All rights reserved.