Added -p option to commandline tools to specify CA priority.

This commit is contained in:
Ralph Lange
2008-11-14 13:12:26 +00:00
parent c5773eafb4
commit 519f54c06b
+16
View File
@@ -1086,6 +1086,10 @@ the output.</p>
<td>-c</td>
<td>Asynchronous get (use ca_get_callback and wait for completion)</td>
</tr>
<tr>
<td>-p &lt;prio&gt;</td>
<td>CA priority (0-99, default 0=lowest)</td>
</tr>
<tr>
<td></td>
<td><strong>Format and data type options:</strong></td>
@@ -1326,6 +1330,10 @@ the output.</p>
<td>Specify CA event mask to use, with &lt;mask&gt; being any
combination of 'v' (value), 'a' (alarm), 'l' (log). Default: va</td>
</tr>
<tr>
<td>-p &lt;prio&gt;</td>
<td>CA priority (0-99, default 0=lowest)</td>
</tr>
<tr>
<td></td>
<td><strong>Timestamps:</strong></td>
@@ -1460,6 +1468,10 @@ on the command line is used.</p>
<td>-c</td>
<td>Asynchronous put (use ca_put_callback and wait for completion)</td>
</tr>
<tr>
<td>-p &lt;prio&gt;</td>
<td>CA priority (0-99, default 0=lowest)</td>
</tr>
<tr>
<td></td>
<td><strong>Format options:</strong></td>
@@ -1540,6 +1552,10 @@ ports etc.</p>
<td>-s &lt;level&gt;</td>
<td>Call ca_client_status with the specified interest level</td>
</tr>
<tr>
<td>-p &lt;prio&gt;</td>
<td>CA priority (0-99, default 0=lowest)</td>
</tr>
</tbody>
</table>