From f41cab2a87f856e9b076f37bfcfbeda46e365ccd Mon Sep 17 00:00:00 2001 From: rivers Date: Sat, 4 Jun 2011 22:40:49 +0000 Subject: [PATCH] Remove lines that override file name record to replace FTVL=UCHAR with CHAR; no longer needed since all files are now CHAR git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@12914 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/NDFileHDF5.template | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ADApp/Db/NDFileHDF5.template b/ADApp/Db/NDFileHDF5.template index 4df93c7..6579c7a 100755 --- a/ADApp/Db/NDFileHDF5.template +++ b/ADApp/Db/NDFileHDF5.template @@ -303,22 +303,3 @@ record(longin, "$(P)$(R)ZLevel_RBV") field(PINI, "NO") field(SCAN, "I/O Intr") } - - -# override the FTVL field of the string records so we can do dbpf in startup script -record(waveform, "$(P)$(R)FilePath") -{ - field(FTVL, "CHAR") -} -record(waveform, "$(P)$(R)FileName") -{ - field(FTVL, "CHAR") -} -record(waveform, "$(P)$(R)FileTemplate") -{ - field(FTVL, "CHAR") -} -record(waveform, "$(P)$(R)NDAttributesFile") -{ - field(FTVL, "CHAR") -}