Make driver nodes mutable and regen

This commit is contained in:
Douglas Clowes
2014-06-17 15:45:03 +10:00
parent 6ce8d3d577
commit 171342c97e
5 changed files with 11 additions and 8 deletions

View File

@@ -300,6 +300,8 @@ proc ::scobj::tank::mkDriver { sct_controller name } {
hsetprop ${scobj_hpath} debug_threshold 5
# mkDriver hook code starts
::utility::mkVar vessel_y float user vessel_y true instrument true true
sicslist setatt vessel_y klass instrument
sicslist setatt vessel_y mutable true
# mkDriver hook code ends
} catch_message ]
handle_exception ${catch_status} ${catch_message}