MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ TraceMaskOffSet()

void TraceMaskOffSet ( RSITrace  maskOff)
pure virtual

Turn off a particular trace output mask.

Description:
TraceMaskOffSet turns off a particular trace output mask.
Parameters
maskOffRSITrace value we want to turn off.
Sample Code:
axis->TraceMaskOffSet(RSITraceFUNCTION_ENTRY)); // disables tracing of function name & calling parameters
See also
TraceFileSet, Trace, TraceMaskOnSet, TraceMaskOnGet, TraceMaskClear
 
Examples
Home.cpp.