|
CoreDX DDS for Java from Twin Oaks Computing, Inc. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.toc.coredx.DDS.TopicQos
public class TopicQos
Structure that holds DDS_Topic Quality of Service policies.
set_qos(),
get_qos(),
create_topic(),
set_default_topic_qos()| Field Summary | |
|---|---|
DeadlineQosPolicy |
deadline
Defines the expected update frequency for data instances within the Topic. |
DestinationOrderQosPolicy |
destination_order
The ordering of received samples on the Topic will be either by SOURCE or RECEPTION timestamp. |
DurabilityQosPolicy |
durability
The durability policy of the Topic. |
DurabilityServiceQosPolicy |
durability_service
Configures the service supporting the TRANSIENT and PERSITENT durability kinds. |
EntityNameQosPolicy |
entity_name
|
HistoryQosPolicy |
history
The amount of historical data maintained for the Topic. |
LatencyBudgetQosPolicy |
latency_budget
Identifies the 'urgency' of the data on the Topic. |
LifespanQosPolicy |
lifespan
The 'expiration time' for old data samples on the Topic. |
LivelinessQosPolicy |
liveliness
Identifies the mechanism used to detect and maintain livelines of DataWriters on the Topic. |
LoggingQosPolicy |
logging
|
OwnershipQosPolicy |
ownership
The type of 'ownership' expected for data instances on the Topic. |
ReliabilityQosPolicy |
reliability
Indicates the level of transport reliability on the Topic. |
ResourceLimitsQosPolicy |
resource_limits
The resource limitations for the Topic. |
TopicDataQosPolicy |
topic_data
A sequence of octets associated with a Topic. |
TransportPriorityQosPolicy |
transport_priority
The priority to be used for messages on the Topic. |
| Constructor Summary | |
|---|---|
TopicQos()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public TopicDataQosPolicy topic_data
public DurabilityQosPolicy durability
public DurabilityServiceQosPolicy durability_service
public DeadlineQosPolicy deadline
public LatencyBudgetQosPolicy latency_budget
public LivelinessQosPolicy liveliness
public ReliabilityQosPolicy reliability
public DestinationOrderQosPolicy destination_order
public HistoryQosPolicy history
public ResourceLimitsQosPolicy resource_limits
public TransportPriorityQosPolicy transport_priority
public LifespanQosPolicy lifespan
public OwnershipQosPolicy ownership
public EntityNameQosPolicy entity_name
public LoggingQosPolicy logging
| Constructor Detail |
|---|
public TopicQos()
|
Copyright © 2010 Twin Oaks Computing, Inc, All Rights Reserved |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||