Skip to content
Snippets Groups Projects
Commit c61666aa authored by benjamin.franksen's avatar benjamin.franksen
Browse files

documented pvPutCancel and pvGetCancel

parent 3b3f6c64
No related branches found
No related tags found
No related merge requests found
......@@ -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
^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment