This enumeration contains the kinds of Duarbility. More...
Public Attributes | |
| VOLATILE_DURABILITY_QOS | |
| TRANSIENT_LOCAL_DURABILITY_QOS | |
| TRANSIENT_DURABILITY_QOS | |
This enumeration contains the kinds of Duarbility.
| TRANSIENT_DURABILITY_QOS |
The data is persisted beyond the lifecycle of the originating DataWriter, and is available even after that DataWriter has been destroyed.
| TRANSIENT_LOCAL_DURABILITY_QOS |
The data is persisted locally within the source DataWriter.
| VOLATILE_DURABILITY_QOS |
The data is volatile, and is not persisted beyond the initial publication.