Add new reactor status object to instruments.

This commit is contained in:
Ferdi Franceschini
2014-03-25 09:23:57 +11:00
parent a3e975457b
commit bea943ddf2
24 changed files with 38 additions and 91 deletions

View File

@@ -1,5 +1,6 @@
config/load_setup.tcl
config/source/source_common.tcl
config/source/sct_reactor_status.tcl
config/source/source.tcl
config/anticollider/anticollider_common.tcl
config/plc/plc_common_1.tcl
config/counter/counter_common_1.tcl

View File

@@ -1,8 +0,0 @@
# Author Jing Chen (jgn@ansto.gov.au)
source $cfPath(source)/source_common.tcl
proc ::source::isc_initialize {} {
::source::ic_initialize "thermal"
}