RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
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
maskOff
RSITrace
value we want to turn off.
Sample Code:
Trace::MaskOffSet
(
RSITrace::RSITraceFUNCTION_ENTRY
));
// disables tracing of function name & calling parameters
RSI::RapidCode::Trace::MaskOffSet
static void MaskOffSet(RSITrace maskOff)
Turn off a particular trace output mask.
RSI::RapidCode::RSITrace::RSITraceFUNCTION_ENTRY
@ RSITraceFUNCTION_ENTRY
Function entry.
See also
Trace::MaskSet
,
Trace::MaskOnSet
,
Trace::MaskOnGet
,
Trace::MaskOffSet
,
Trace::MaskClear
,
Trace::FileSet
,
Trace::FileClose
,
Trace::InjectMessage
RSI
RapidCode
Trace
Generated by
1.10.0