Files
sics/site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl
Ferdi Franceschini 0b393d04f4 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
2012-11-15 17:29:29 +11:00

11 lines
324 B
Tcl

namespace eval histogram_memory {
# Define HP_HMM to make nxscripts_common_1.tcl::nexus::process_filetype_policy happy when setting filetype=BEAM_MONITOR
set HP_HMM ""
# Define isc_initialize to give server_config.tcl:server_init something to call
proc isc_initialize {} {
}
proc set_sobj_attributes {} {
}
}