RTI Connext Modern C++ API Version 7.5.0
|
Use these QoS fields to configure how much and how long data remains retrievable in the system.
Use these QoS fields to configure how much and how long data remains retrievable in the system.
Basic Settings
dds::core::policy::Durability | kind |
<<basic>> <<spec>> The kind of durability. | |
dds::core::policy::Durability | writer_depth |
<<basic>> <<extension>> Indicates the number of samples per instance that a durable dds::pub::DataWriter will send to a late-joining dds::sub::DataReader. | |
dds::core::policy::ResourceLimits | max_samples |
<<basic>> <<spec>> Represents the maximum samples the middleware can store for any one dds::pub::DataWriter (or dds::sub::DataReader). | |
dds::core::policy::ResourceLimits | max_instances |
<<basic>> <<spec>> Represents the maximum number of instances a dds::pub::DataWriter (or dds::sub::DataReader) can manage. | |
dds::core::policy::Lifespan | duration |
<<basic>> <<spec>> Maximum duration for the data's validity. | |
Advanced Settings