SICS-754 Use "clientput" instead of "puts stdout" in generated drivers
This commit is contained in:
@@ -561,7 +561,7 @@ proc add_astrium_chopper {name IP port} {
|
||||
handle_exception ${catch_status} ${catch_message}
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_astrium_chopper.tcl"
|
||||
clientput "file evaluation of sct_astrium_chopper.tcl"
|
||||
::scobj::astrium_chopper::sics_log 9 "file evaluation of sct_astrium_chopper.tcl"
|
||||
|
||||
proc ::scobj::astrium_chopper::read_config {} {
|
||||
|
||||
@@ -299,7 +299,7 @@ proc add_shutters {name IP port} {
|
||||
handle_exception ${catch_status} ${catch_message}
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_shutters.tcl"
|
||||
clientput "file evaluation of sct_shutters.tcl"
|
||||
::scobj::shutters::sics_log 9 "file evaluation of sct_shutters.tcl"
|
||||
|
||||
proc ::scobj::shutters::read_config {} {
|
||||
|
||||
@@ -334,7 +334,7 @@ proc add_tank {name IP port} {
|
||||
handle_exception ${catch_status} ${catch_message}
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_tank.tcl"
|
||||
clientput "file evaluation of sct_tank.tcl"
|
||||
::scobj::tank::sics_log 9 "file evaluation of sct_tank.tcl"
|
||||
|
||||
proc ::scobj::tank::read_config {} {
|
||||
|
||||
Reference in New Issue
Block a user