Changed SIZE macro to TYPE, removed hardcoded Int prefix

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8960 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-05-28 17:52:42 +00:00
parent f9478ca203
commit 286e351062
+1 -1
View File
@@ -7,7 +7,7 @@
###################################################################
record(waveform, "$(P)$(R)ArrayData")
{
field(DTYP, "asynInt$(SIZE)ArrayIn")
field(DTYP, "asyn$(TYPE)ArrayIn")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))STD_ARRAY_DATA")
field(FTVL, "$(FTVL)")
field(NELM, "$(NELEMENTS)")