From ea3bfe6cbb086e92cff5fcb5713c7c5cbf310097 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 12 Mar 2007 09:25:56 +1100 Subject: [PATCH] Added dummy functions to make scan, and nexus operations happy. r1631 | ffr | 2007-03-12 09:25:56 +1100 (Mon, 12 Mar 2007) | 2 lines --- .../script_validator/config/hmm/hmm_configuration.tcl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl b/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl index 150443ff..ec035a55 100644 --- a/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl +++ b/site_ansto/instrument/hrpd/script_validator/config/hmm/hmm_configuration.tcl @@ -12,8 +12,16 @@ hmm configure Counter counter hmm configure init 0 hmm init -MakeScanCommand hmscan bm scan.hdd recover.bin +#MakeScanCommand hmscan bm scan.hdd recover.bin +namespace eval histogram_memory { proc hs_prepare {scanobjectname userobjectname} {} proc hs_finish {scanobjectname userobjectname} {} proc hs_count_bm_controlled {scanobjectname userobjectname point mode preset} {} +proc hmm_initialize {} {} +proc hmm_setup {mode bankNum rankNum nyc nxc ntc} {} +} + +publish ::histogram_memory::hs_prepare user +publish ::histogram_memory::hs_finish user +publish ::histogram_memory::hs_count_bm_controlled user