Files
sics/site_ansto/instrument/hipadaba
Douglas Clowes 5df5962065 *** empty log message ***
r1362 | dcl | 2006-12-11 10:52:58 +1100 (Mon, 11 Dec 2006) | 2 lines
2012-11-15 12:55:21 +11:00
..
2012-11-15 12:54:49 +11:00
2012-11-15 12:54:49 +11:00
2012-11-15 12:54:49 +11:00
2012-11-15 12:54:49 +11:00
2012-11-15 12:54:49 +11:00

gen_hipadaba_config.tcl
Generates hipadaba_configuration.tcl script from the device
configuration files (eg motor_configuration.tcl) for an instrument.

gen_hipadaba.tcl <deployed to ics hosts>
This script is sourced by the SICS configuration file at runtime to
install hipadaba and create the hpaths and hipadaba scripts.

gen_hpdbxml.tcl
Uses tdom to create the instrument xml file by sourcing the
hipadaba_configuration.tcl script which executes the the hmake and
makeHdb<device> commands defined in hpdbxml.tcl.

hipadaba_support.tcl
Defines the makeHdb<device> commands which create hipadaba nodes along
with their read and write scripts. The makeHdb<device> commands
are called by sourcing the hipadaba_configuration.tcl script when SICS 
is launched.

hpdbxml.tcl
Defines the hmake and makeHdb<device> commands which create the XML DOM nodes
for the instrument description file InstXML.xml

ParList.tcl
Defines lists of parameters for SICS device objects which are useful for a GUI
client operating on a get/set paradigm.