HISTORY
[QoS Policies]

Specifies the behavior of RTI Data Distribution Service in the case where the value of an instance changes (one or more times) before it can be successfully communicated to one or more existing subscribers. More...

Classes

struct  DDS::HistoryQosPolicy
 Specifies the behavior of RTI Data Distribution Service in the case where the value of a sample changes (one or more times) before it can be successfully communicated to one or more existing subscribers. More...

Enumerations

enum  DDS::HistoryQosPolicyKind {
  DDS::KEEP_LAST_HISTORY_QOS,
  DDS::KEEP_ALL_HISTORY_QOS
}
 Kinds of history. More...
enum  DDS::RefilterQosPolicyKind {
  DDS::NONE_REFILTER_QOS,
  DDS::ALL_REFILTER_QOS,
  DDS::ON_DEMAND_REFILTER_QOS
}
 <<eXtension>> Kinds of Refiltering More...

Functions

static System::String^ DDS::HistoryQosPolicy::get_history_qos_policy_name ()
 Stringified human-readable name for DDS::HistoryQosPolicy.

Detailed Description

Specifies the behavior of RTI Data Distribution Service in the case where the value of an instance changes (one or more times) before it can be successfully communicated to one or more existing subscribers.


Enumeration Type Documentation

Kinds of history.

QoS:
DDS::HistoryQosPolicy
Enumerator:
KEEP_LAST_HISTORY_QOS  [default] Keep the last depth samples.

On the publishing side, RTI Data Distribution Service will only attempt to keep the most recent depth samples of each instance of data (identified by its key) managed by the DDS::DataWriter.

On the subscribing side, the DDS::DataReader will only attempt to keep the most recent depth samples received for each instance (identified by its key) until the application takes them via the DDS::DataReader 's take() operation.

KEEP_ALL_HISTORY_QOS  Keep all the samples.

On the publishing side, RTI Data Distribution Service will attempt to keep all samples (representing each value written) of each instance of data (identified by its key) managed by the DDS::DataWriter until they can be delivered to all subscribers.

On the subscribing side, RTI Data Distribution Service will attempt to keep all samples of each instance of data (identified by its key) managed by the DDS::DataReader. These samples are kept until the application takes them from RTI Data Distribution Service via the take() operation.

<<eXtension>> Kinds of Refiltering

QoS:
DDS::HistoryQosPolicy
Enumerator:
NONE_REFILTER_QOS  [default] Do not filter existing samples for a new reader

On the publishing side, when a new reader matches a writer, the writer can be configured to filter previously written samples stored in the writer queue for the new reader. This option configures the writer to not filter any existing samples for the reader and the reader will do the filtering.

ALL_REFILTER_QOS  Filter all existing samples for a new reader.

On the publishing side, when a new reader matches a writer, the writer can be configured to filter previously written samples stored in the writer queue. This option configures the writer to filter all existing samples for the reader when a new reader is matched to the writer.

ON_DEMAND_REFILTER_QOS  Filter existing samples only when they are requested by the reader.

On the publishing side, when a new reader matches a writer, the writer can be configured to filter previously written samples stored in the writer queue. This option configures the writer to filter only existing samples that are requested by the reader.


Function Documentation

static System::String ^ DDS::HistoryQosPolicy::get_history_qos_policy_name (  )  [inline, static, inherited]

Stringified human-readable name for DDS::HistoryQosPolicy.


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc