![]() |
CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
|
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.
com.toc.coredx.DDS.DurabilityQosPolicyKind.TRANSIENT_DURABILITY_QOS |
The data is persisted beyond the lifecycle of the originating DataWriter, and is available even after that DataWriter has been destroyed.
com.toc.coredx.DDS.DurabilityQosPolicyKind.TRANSIENT_LOCAL_DURABILITY_QOS |
The data is persisted locally within the source DataWriter.
com.toc.coredx.DDS.DurabilityQosPolicyKind.VOLATILE_DURABILITY_QOS |
The data is volatile, and is not persisted beyond the initial publication.