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
This commit is contained in:
rivers
2011-06-04 22:40:49 +00:00
parent 70523d31fe
commit f41cab2a87

View File

@@ -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")
}