MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ TraceFileSet()

void TraceFileSet ( const char *  fileName)
pure virtual

Channels Tracing messages to specified file.

Description:
Any Tracing messages will be stored in filename. Deletes and replaces file if it already exists.
Parameters
fileNameSpecifies the location and file name to save trace output to.
Sample Code:
axis->TraceFileSet("TraceOutput.txt"); // saves trace output to the file
See also
Trace, TraceMaskOnGet, TraceMaskOnSet, TraceMaskOffSet, TraceMaskClear
 
Examples
Home.cpp.