SICS-696 Explicity include the namespace on mk_sct_ calls

This commit is contained in:
Douglas Clowes
2014-07-23 14:32:26 +10:00
parent 16b435befe
commit e3b583150e
17 changed files with 32 additions and 32 deletions

View File

@@ -768,8 +768,8 @@ proc add_watlow_st4 {name IP port dev_id {_tol 5.0} {CID 1} {CTYPE T}} {
puts $fd "makesctcontroller sct_${name} modbus ${IP}:$port"
makesctcontroller sct_${name} modbus ${IP}:$port
}
puts $fd "mk_sct_watlow_st sct_${name} environment $name $dev_id $_tol"
mk_sct_watlow_st sct_${name} environment $name $dev_id $_tol $CID $CTYPE
puts $fd "::scobj::watlow_st::mk_sct_watlow_st sct_${name} environment $name $dev_id $_tol"
::scobj::watlow_st::mk_sct_watlow_st sct_${name} environment $name $dev_id $_tol $CID $CTYPE
puts $fd "makesctemon $name /sics/$name/emon/monmode /sics/$name/emon/isintol /sics/$name/emon/errhandler"
makesctemon $name /sics/$name/emon/monmode /sics/$name/emon/isintol /sics/$name/emon/errhandler
close $fd