RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MaskOnSet()
static void MaskOnSet
(
RSITrace
maskOn
)
static
Description:
TraceMaskOnSet turns on a particular motion attribute mask. To log, simply set your mask. To stop un-set it.
Parameters
maskOn
RSI::RapidCode::RSITrace
value we want to turn on.
Sample Code:
MotionController::TraceMaskOnSet
(
RSITrace::RSITraceFUNCTION_ENTRY
));
// traces function name & calling parameters upon entry to function
RSI::RapidCode::RapidCodeObject::TraceMaskOnSet
void TraceMaskOnSet(RSITrace maskOn)
Turn on 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