From 08d1910d1ede9742b2721f0a3ebdb6321e9cfb76 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 16 Aug 2012 04:38:20 +0000 Subject: [PATCH] Removed FifoFill, was added by mistake git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14962 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/NDPluginBase.template | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ADApp/Db/NDPluginBase.template b/ADApp/Db/NDPluginBase.template index a808ec3..9884703 100644 --- a/ADApp/Db/NDPluginBase.template +++ b/ADApp/Db/NDPluginBase.template @@ -363,22 +363,11 @@ record(waveform, "$(P)$(R)NDAttributesFile") field(NELM, "256") } -record(longin, "$(P)$(R)FifoFill") { - field(DTYP, "asynInt32") - field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))FIFO_FILL") - field(SCAN, ".1 second") - field(HHSV, "MAJOR") - field(HSV, "MINOR") - field(HYST, "1") -} - ################################################################### -# # # Status of NDArrayPool - number of buffers, memory used etc. # # This is only really useful information for plugins that # # produce output (callbacks) that other plugins can attach to # -# # ################################################################### record(ai, "$(P)$(R)PoolMaxMem")