RTI Connext Java API Version 7.1.0
|
QoS policies supported by a com.rti.dds.topic.Topic entity. More...
Public Member Functions | |
String | toString () |
Overrides the builtin Object.toString method. More... | |
String | toString (TopicQos baseQos, QosPrintFormat format) |
Obtains a string representation of a TopicQos object. More... | |
String | toString (QosPrintFormat format) |
Obtains a string representation of a TopicQos object. More... | |
String | toString (TopicQos baseQos) |
Obtains a string representation of a TopicQos object. More... | |
Public Member Functions inherited from Qos | |
final boolean | equals (Object other) |
QoS policies supported by a com.rti.dds.topic.Topic entity.
You must set certain members in a consistent manner:
length of com.rti.dds.topic.TopicQos.topic_data .value <= com.rti.dds.domain.DomainParticipantQos.resource_limits .topic_data_max_length
If any of the above are not true, com.rti.dds.topic.Topic.set_qos, com.rti.dds.topic.Topic.set_qos_with_profile and com.rti.dds.domain.DomainParticipant.set_default_topic_qos will fail with com.rti.dds.infrastructure.RETCODE_INCONSISTENT_POLICY and com.rti.dds.domain.DomainParticipant.create_topic will return NULL.
String toString | ( | ) |
Overrides the builtin Object.toString method.
The various toString() overloads allow formatting the output and printing only the differences with respect to another TopicQos object.
This overload uses the default print format and only prints the differences between the supplied TopicQos and the documented default.
References TopicQos.toString().
Referenced by TopicQos.toString().
String toString | ( | TopicQos | baseQos, |
QosPrintFormat | format | ||
) |
Obtains a string representation of a TopicQos object.
format | The print format used to format the output. |
baseQos | Only the differences between baseQos and the Qos object are included in the output string. If you want to print everything within the Qos, use the com.rti.dds.domain.DomainParticipant.TOPIC_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied baseQos. The output string is formatted using the supplied com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipant.TOPIC_QOS_PRINT_ALL.
String toString | ( | QosPrintFormat | format | ) |
Obtains a string representation of a TopicQos object.
format | The print format used to format the output. |
This overload prints the differences between the qos and the documented. default. The output string is formatted using the supplied com.rti.dds.infrastructure.QosPrintFormat.
References TopicQos.toString().
String toString | ( | TopicQos | baseQos | ) |
Obtains a string representation of a TopicQos object.
baseQos | Only the differences between baseQos and the Qos object are included in the output string. If you want to print everything within the Qos, use the com.rti.dds.domain.DomainParticipant.TOPIC_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied baseQos. The output string is formatted using the default value for com.rti.dds.infrastructure.QosPrintFormat.
References TopicQos.toString().
final TopicDataQosPolicy topic_data |
Topic data policy, TOPIC_DATA.
final DurabilityQosPolicy durability |
Durability policy, DURABILITY.
final DurabilityServiceQosPolicy durability_service |
DurabilityService policy, DURABILITY_SERVICE.
final DeadlineQosPolicy deadline |
Deadline policy, DEADLINE.
final LatencyBudgetQosPolicy latency_budget |
Latency budget policy, LATENCY_BUDGET.
final LivelinessQosPolicy liveliness |
Liveliness policy, LIVELINESS.
final ReliabilityQosPolicy reliability |
Reliability policy, RELIABILITY.
final DestinationOrderQosPolicy destination_order |
Destination order policy, DESTINATION_ORDER.
final HistoryQosPolicy history |
History policy, HISTORY.
final ResourceLimitsQosPolicy resource_limits |
Resource limits policy, RESOURCE_LIMITS.
final TransportPriorityQosPolicy transport_priority |
Transport priority policy, TRANSPORT_PRIORITY.
final LifespanQosPolicy lifespan |
Lifespan policy, LIFESPAN.
final OwnershipQosPolicy ownership |
Ownership policy, OWNERSHIP.
final DataRepresentationQosPolicy representation |
Data representation policy, DATA_REPRESENTATION.