From dffc415890b11ea8864ebc1fbec98d3b18bab451 Mon Sep 17 00:00:00 2001 From: rivers Date: Sat, 24 Jan 2009 20:30:26 +0000 Subject: [PATCH] Added BayerPattern_RBV git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8246 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/NDPluginBase.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ADApp/Db/NDPluginBase.template b/ADApp/Db/NDPluginBase.template index 3dbdd1c..c8cc0d8 100644 --- a/ADApp/Db/NDPluginBase.template +++ b/ADApp/Db/NDPluginBase.template @@ -276,6 +276,22 @@ record(mbbi, "$(P)$(R)ColorMode_RBV") field(SCAN, "I/O Intr") } +record(mbbi, "$(P)$(R)BayerPattern_RBV") +{ + field(PINI, "1") + field(DTYP, "asynInt32") + field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))BAYER_PATTERN") + field(ZRST, "RGGB") + field(ZRVL, "0") + field(ONST, "GBRG") + field(ONVL, "1") + field(TWST, "GRBG") + field(TWVL, "2") + field(THST, "BGGR") + field(THVL, "3") + field(SCAN, "I/O Intr") +} + ################################################################### # These records are the uniqueId and time stamp of the array # ###################################################################