From 1b1bb34c8365948d429f42ac1a3b6ed32e092ff0 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 24 Jan 2025 11:27:33 +0100 Subject: [PATCH] docs: add catime cli reference imported from CAref.html --- documentation/ca-cli.md | 1 + modules/ca/src/client/Makefile | 1 + modules/ca/src/client/catime.md | 15 +++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 modules/ca/src/client/catime.md diff --git a/documentation/ca-cli.md b/documentation/ca-cli.md index f6d53550e..760139df8 100644 --- a/documentation/ca-cli.md +++ b/documentation/ca-cli.md @@ -15,4 +15,5 @@ caput :caption: Utilities acctst +catime ``` diff --git a/modules/ca/src/client/Makefile b/modules/ca/src/client/Makefile index 0d201e8eb..56e2364b7 100644 --- a/modules/ca/src/client/Makefile +++ b/modules/ca/src/client/Makefile @@ -13,6 +13,7 @@ include $(TOP)/configure/CONFIG HTMLS += CAref.html DOCS += acctst.md +DOCS += catime.md # # includes to install from this subproject diff --git a/modules/ca/src/client/catime.md b/modules/ca/src/client/catime.md new file mode 100644 index 000000000..aa82736cb --- /dev/null +++ b/modules/ca/src/client/catime.md @@ -0,0 +1,15 @@ +# catime + + catime [channel count] [append number to pv name if true] + +## Description + +Channel Access Client Library performance test. + +If unspecified, the channel count is 10000. If the "append number to pv +name if true" argument is specified and it is greater than zero then +the channel names in the test are numbered as follows. + + 000000, 000001, ... nnnnnn + +