urbiSendFile

PURPOSE ^

Sends the commands in the urbi script file 'fileName' to the server

SYNOPSIS ^

function r = urbiSendFile(con, filename)

DESCRIPTION ^

 Sends the commands in the urbi script file 'fileName' to the server

 e.g. sendCommandFile(aibo, 'myCommands.u');

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function r = urbiSendFile(con, filename)
0002 % Sends the commands in the urbi script file 'fileName' to the server
0003 %
0004 % e.g. sendCommandFile(aibo, 'myCommands.u');
0005 
0006 
0007 pnet(con, 'writefromfile', filename);

Generated on Tue 20-Dec-2005 19:05:34 by m2html © 2003