The RMP Motion Controller APIs

◆ FileSet()

static int32_t FileSet ( const char *const fileName)
static
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.
Remarks
This function is also available in RapidSequencer.
Sample Code:
Trace::FileSet("TraceOutput.txt"); // saves trace output to the file
static int32_t FileSet(const char *const fileName)
Channels Tracing messages to specified file.
See also
Trace::MaskSet, Trace::MaskOnSet, Trace::MaskOnGet, Trace::MaskOffSet, Trace::MaskClear, Trace::FileSet, Trace::FileClose, Trace::InjectMessage