Files
sics/site_ansto/instrument/tas/config/hmm/hmm_configuration.tcl
Ferdi Franceschini e5431d5e97 tas/config/hmm/hmm_configuration.tcl
Taipan doesn't not have a histogram memory server.

tas/config/motors/positmotor_configuration.tcl
Taipan doesn't currently have discrete position motors

config/commands/commands_common.tcl
Taipan doesn't have a histogram memory server.

config/nexus/nxscripts_common_1.tcl
Specify internal path name convention for Taipan hdf files

r3282 | ffr | 2011-11-25 10:11:59 +1100 (Fri, 25 Nov 2011) | 13 lines
2012-11-15 17:18:28 +11:00

9 lines
288 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 {} {
}
}