Changeset 5582
- Timestamp:
- Jul 18, 2009, 11:12:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/tcl8.5/init.tcl
r5167 r5582 236 236 # args - The command to send to Orxonox 237 237 238 proc query {id args} {238 proc crossquery {id args} { 239 239 return -code error "Can't query interpreter with ID $id now" 240 240 } … … 248 248 249 249 proc execute args { 250 } 251 252 # crossexecute -- 253 # This procedure will be changed by Orxonox itself. 254 # Sends a command to another Tcl-interpreter in Orxonox. 255 # 256 # Arguments: 257 # id - The ID of the other interpreter 258 # args - The command 259 260 proc crossexecute {id args} { 250 261 } 251 262
Note: See TracChangeset
for help on using the changeset viewer.