Function dds_qget_reliability¶
Defined in File dds_public_qos.h
Function Documentation¶
-
bool dds_qget_reliability(const dds_qos_t *qos, dds_reliability_kind_t *kind, dds_duration_t *max_blocking_time)¶
Get the reliability qos policy.
- Parameters
qos – [in] - Pointer to a dds_qos_t structure storing the policy
kind – [inout] - Pointer that will store the reliability kind (optional)
max_blocking_time – [inout] - Pointer that will store the max blocking time for reliable reliability (optional)
- Returns
- false iff any of the arguments is invalid or the qos is not present in the qos object