You can now save data in the toplevel of an NXentry

r2250 | ffr | 2007-11-08 17:05:26 +1100 (Thu, 08 Nov 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-11-08 17:05:26 +11:00
committed by Douglas Clowes
parent 643b2bad1b
commit 3489c4c7cc
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@ set instrument_name instrument
# / Must be the first node in the list # / Must be the first node in the list
set instrument_dictionary [subst { set instrument_dictionary [subst {
entry {
sobj {@any entry}
privilege spy
datatype @none
property {data true control false nxsave false klass NXentry type part}
}
commands { commands {
sobj {macro command} sobj {macro command}
privilege spy privilege spy

View File

@@ -11,7 +11,7 @@ set boolean {true false}
#} #}
# SICS OBJECTS MUST PROVIDE THE FOLLOWING INFORMATION # SICS OBJECTS MUST PROVIDE THE FOLLOWING INFORMATION
set sobj_klass_list {@none aperture attenuator collimator command crystal data detector experiment graphics instrument monitor monochromator plc sample scan user} set sobj_klass_list {@none aperture attenuator collimator command crystal data detector entry experiment graphics instrument monitor monochromator plc sample scan user}
set sobj_sicstype_list {environment_controller sicsvariable macro motor configurablevirtualmotor singlecounter histmem nxscript sicsdata scanobject} set sobj_sicstype_list {environment_controller sicsvariable macro motor configurablevirtualmotor singlecounter histmem nxscript sicsdata scanobject}
# Different kinds of things are added to the hdb in different ways. # Different kinds of things are added to the hdb in different ways.
# command: This is something a client can run with hset /a/b/c start, it may have parameters and feedback. # command: This is something a client can run with hset /a/b/c start, it may have parameters and feedback.