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
11 lines
324 B
Tcl
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 {} {
|
|
}
|
|
}
|