sct_flipper.tcl
Fixed simulated driver mode. ascon.c Added host and port to ascon error messages. r2937 | ffr | 2010-05-24 14:24:04 +1000 (Mon, 24 May 2010) | 6 lines
This commit is contained in:
committed by
Douglas Clowes
parent
b1bfbb08b5
commit
a0923650d9
@@ -1671,8 +1671,8 @@ proc helpNotes4user {scobj_hpath cmdGroup varName} {
|
||||
# @param allowedValues allowed values for the node data - does not permit other
|
||||
# @param klasse Nexus class name (?)
|
||||
# @return OK
|
||||
proc createNode {scobj_hpath sct_controller cmdGroup varName readable writable\
|
||||
pollEnabled drivable idx ls340 ls336 dataType permission rdCmd rdFunc wrCmd\
|
||||
proc createNode {scobj_hpath sct_controller cmdGroup varName readable writable
|
||||
pollEnabled drivable idx ls340 ls336 dataType permission rdCmd rdFunc wrCmd
|
||||
wrFunc allowedValues klasse lsModel} {
|
||||
#puts "createing node for: $scobj_hpath $cmdGroup $varName $readable $writable $pollEnabled $drivable $idx $dataType $permission $rdCmd $rdFunc $wrCmd $wrFunc"
|
||||
#puts "createNode, lsModel = $lsModel, ls340=$ls340, ls336=$ls336, varName=$varName "
|
||||
@@ -1892,8 +1892,8 @@ proc createNode {scobj_hpath sct_controller cmdGroup varName readable writable\
|
||||
}
|
||||
# The following 2 commands take no parameter - this makes them difficult to implement in a hipadaba structure
|
||||
# because they would be nodes without values...
|
||||
# input alarmResetAll 0 1 0 0 0 1 1 text user {} {rdValue} {ALMRST} {setValue} {}\
|
||||
# other reset_rst 0 1 0 0 0 1 1 text user {} {rdValue} {*RST} {setValue} {}\
|
||||
# input alarmResetAll 0 1 0 0 0 1 1 text user {} {rdValue} {ALMRST} {setValue} {}
|
||||
# other reset_rst 0 1 0 0 0 1 1 text user {} {rdValue} {*RST} {setValue} {}
|
||||
|
||||
hfactory $scobj_hpath/status plain spy text
|
||||
hsetprop $scobj_hpath/status values busy,idle
|
||||
|
||||
Reference in New Issue
Block a user