From 0b393d04f46919b0d9de5a6456245a7bb00c8c3d Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 4 Jun 2012 13:21:42 +1000 Subject: [PATCH] SICS-469: Define a dummy ::histogram_memory::set_sobj_attributes function for Taipan because SICS will abort setting the attributes on other objects if this raises an error. This means that some objects like environment controllers (eg ls340) won't be added to the control interface or saved in the data file. r3584 | ffr | 2012-06-04 13:21:42 +1000 (Mon, 04 Jun 2012) | 6 lines --- site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl b/site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl index 16ed76f3..c10ab5e6 100644 --- a/site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl +++ b/site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl @@ -5,4 +5,6 @@ namespace eval histogram_memory { # Define isc_initialize to give server_config.tcl:server_init something to call proc isc_initialize {} { } + proc set_sobj_attributes {} { + } }