SICS-696 Explicity include the namespace on mk_sct_ calls
This commit is contained in:
@@ -477,8 +477,8 @@ proc add_robot {name IP port } {
|
||||
puts $fd "makesctcontroller sct_robot_pp std ${IP}:$port"
|
||||
makesctcontroller sct_robot_pp std ${IP}:$port [binary format cc 0x0D 0x0A] 5.0
|
||||
}
|
||||
puts $fd "mk_sct_robot_pp sct_robot environment $name"
|
||||
mk_sct_robot_pp sct_robot_pp environment $name
|
||||
puts $fd "::scobj::robot_pp::mk_sct_robot_pp sct_robot environment $name"
|
||||
::scobj::robot_pp::mk_sct_robot_pp sct_robot_pp environment $name
|
||||
close $fd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user