From c61666aad77d9ac6ac97887f5df44b913a08b105 Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Mon, 9 Sep 2013 22:18:03 +0000 Subject: [PATCH] documented pvPutCancel and pvGetCancel --- documentation/Reference.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/documentation/Reference.txt b/documentation/Reference.txt index f6a3b5d4..3a322682 100644 --- a/documentation/Reference.txt +++ b/documentation/Reference.txt @@ -1219,6 +1219,17 @@ at least the array length of the SNL variable and its elements indicate whether the corresponding :c:func:`pvPut` has completed. +pvPutCancel +^^^^^^^^^^^ + +.. c:function:: + void pvPutCancel(assigned_var) + +Cancel a pending (asynchronous) :c:func:`pvPut`. If the variable is a +multi-PV array, all pending asynchronous puts to elements of the array +are cancelled. + + pvGet ^^^^^ @@ -1270,6 +1281,17 @@ updated with the value from the PV layer as a side effect of this call (if TRUE is returned). +pvGetCancel +^^^^^^^^^^^ + +.. c:function:: + void pvGetCancel(assigned_var) + +Cancel a pending (asynchronous) :c:func:`pvGet`. If the variable is a +multi-PV array, all pending asynchronous gets to elements of the array +are cancelled. + + pvGetQ ^^^^^^ -- GitLab