diff --git a/documentation/ca-cli.md b/documentation/ca-cli.md index 85079cde1..fada7b09e 100644 --- a/documentation/ca-cli.md +++ b/documentation/ca-cli.md @@ -18,4 +18,5 @@ acctst catime casw caEventRate +ca_test ``` diff --git a/modules/ca/src/client/Makefile b/modules/ca/src/client/Makefile index c0cfbc4db..52600fc34 100644 --- a/modules/ca/src/client/Makefile +++ b/modules/ca/src/client/Makefile @@ -16,6 +16,7 @@ DOCS += acctst.md DOCS += catime.md DOCS += casw.md DOCS += caEventRate.md +DOCS += ca_test.md # # includes to install from this subproject diff --git a/modules/ca/src/client/ca_test.md b/modules/ca/src/client/ca_test.md new file mode 100644 index 000000000..c0b3c3fd4 --- /dev/null +++ b/modules/ca/src/client/ca_test.md @@ -0,0 +1,10 @@ +# ca_test + + ca_test [value to be written] + +## Description + +If a value is specified it is written to the PV. Next, the current value +of the PV is converted to each of the many external data type that can +be specified at the CA client library interface, and each of these is +formated and then output to the console.