From 9b2d79a5c8f1fe349ed1c1ff78ac9c87fb56ad57 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Database definition (.dbd) files can now contain declarations of simple
static variables, a facility intended for driver debugging purposes. These
-variable(name) declarations are preserved by dbExpand, and will
-be converted by registerRecordDeviceDriver.pl into code that registers them
-with iocsh. The variables themselves must be defined in some existing C or
-C++ code and marked using the macro epicsExportAddress(type,
-name). The initial implementation only supports integers, but other
-types will be added soon.
variable(name) or variable(name,type) declarations
+are preserved by dbExpand (type is int if omitted),
+and will be converted by registerRecordDeviceDriver.pl into code that
+registers them with iocsh. The variables themselves must be defined in some
+existing C or C++ code and marked using the macro
+epicsExportAddress(type,name). Only plain int and
+double types are supported.
macEnvExpand