From 170298b12397391f2484bf59dd22e0a1aba40f55 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 26 Jul 2018 14:29:03 +0200 Subject: [PATCH] mention new data types in docu --- documentation/aai.html | 9 ++++++++- documentation/aao.html | 9 ++++++++- documentation/waveform.html | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/documentation/aai.html b/documentation/aai.html index aee4607..b67e64d 100644 --- a/documentation/aai.html +++ b/documentation/aai.html @@ -39,14 +39,19 @@ written.

The format data type must be convertible to or from the type specified in the FTVL field. +The types "INT64" and "UINT64" are +only available in EPICS base version 3.16 or higher. +

+

The variable x[i] stands for one element of the written or read value.

DOUBLE format (e.g. %f):
- Output:x[i]=double(VAL[i])
+ Output: x[i]=double(VAL[i])
FTVL can be "DOUBLE", "FLOAT", + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
@@ -57,6 +62,7 @@ the written or read value.
Output: x[i]=long(VAL[i])
FTVL can be + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
@@ -64,6 +70,7 @@ the written or read value. zero-extended to long before converting them.
Input: VAL[i]=FTVL(x[i])
FTVL can be "DOUBLE", "FLOAT", + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
diff --git a/documentation/aao.html b/documentation/aao.html index 149a95c..fde74ab 100644 --- a/documentation/aao.html +++ b/documentation/aao.html @@ -39,14 +39,19 @@ A minimum of one element must be available.

The format data type must be convertible to or from the type specified in the FTVL field. +The types "INT64" and "UINT64" are +only available in EPICS base version 3.16 or higher. +

+

The variable x[i] stands for one element of the written or read value.

DOUBLE format (e.g. %f):
- Output:x[i]=double(VAL[i])
+ Output: x[i]=double(VAL[i])
FTVL can be "DOUBLE", "FLOAT", + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
@@ -57,6 +62,7 @@ the written or read value.
Output: x[i]=long(VAL[i])
FTVL can be + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
@@ -64,6 +70,7 @@ the written or read value. zero-extended to long before converting them.
Input: VAL[i]=FTVL(x[i])
FTVL can be "DOUBLE", "FLOAT", + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
diff --git a/documentation/waveform.html b/documentation/waveform.html index 4da7106..16189e5 100644 --- a/documentation/waveform.html +++ b/documentation/waveform.html @@ -37,14 +37,19 @@ written.

The format data type must be convertible to or from the type specified in the FTVL field. +The types "INT64" and "UINT64" are +only available in EPICS base version 3.16 or higher. +

+

The variable x[i] stands for one element of the written or read value.

DOUBLE format (e.g. %f):
- Output:x[i]=double(VAL[i])
+ Output: x[i]=double(VAL[i])
FTVL can be "DOUBLE", "FLOAT", + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
@@ -55,6 +60,7 @@ the written or read value.
Output: x[i]=long(VAL[i])
FTVL can be + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").
@@ -62,6 +68,7 @@ the written or read value. zero-extended to long before converting them.
Input: VAL[i]=FTVL(x[i])
FTVL can be "DOUBLE", "FLOAT", + "INT64", "UINT64", "LONG", "ULONG", "SHORT", "USHORT", "CHAR", "UCHAR", or "ENUM" (which is treated as "USHORT").