| sk.robotics.robot | classes |
function robot_logfile | ^ |
Set logfile where all commands sent to the turtle will be dumped, use "off" to turn logging off (default).
- Source:
- robotdll/robotdll.h:1098
- Author:
- Version:
- latest version
- Params:
id robot object handle name path to the output file, where performed commands will be saved - See Also:
- robot_replay
- Code:
public ROBOTDLL_API void robot_logfile (short id ,LPCTSTR name )