The RMP Motion Controller APIs

◆ MaskOffSet()

static void MaskOffSet ( RSITrace maskOff)
static
Description:
TraceMaskOffSet turns off a particular trace output mask. To log, simply set your mask. To stop un-set it.
Parameters
maskOffRSITrace value we want to turn off.
Remarks
This function is also available in RapidSequencer.
Sample Code:
Trace::MaskOffSet(RSITrace::RSITraceFUNCTION_ENTRY)); // disables tracing of function name & calling parameters
static void MaskOffSet(RSITrace maskOff)
Turn off a particular trace output mask.
@ RSITraceFUNCTION_ENTRY
Function entry.
See also
Trace::MaskSet, Trace::MaskOnSet, Trace::MaskOnGet, Trace::MaskOffSet, Trace::MaskClear, Trace::FileSet, Trace::FileClose, Trace::InjectMessage