From 519f54c06b328be01327f841cd7c699f55390ad4 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 14 Nov 2008 13:12:26 +0000 Subject: [PATCH] Added -p option to commandline tools to specify CA priority. --- src/ca/CAref.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 89d35e14e..66e0865cf 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -1086,6 +1086,10 @@ the output.

-c Asynchronous get (use ca_get_callback and wait for completion) + + -p <prio> + CA priority (0-99, default 0=lowest) + Format and data type options: @@ -1326,6 +1330,10 @@ the output.

Specify CA event mask to use, with <mask> being any combination of 'v' (value), 'a' (alarm), 'l' (log). Default: va + + -p <prio> + CA priority (0-99, default 0=lowest) + Timestamps: @@ -1460,6 +1468,10 @@ on the command line is used.

-c Asynchronous put (use ca_put_callback and wait for completion) + + -p <prio> + CA priority (0-99, default 0=lowest) + Format options: @@ -1540,6 +1552,10 @@ ports etc.

-s <level> Call ca_client_status with the specified interest level + + -p <prio> + CA priority (0-99, default 0=lowest) +