RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MaskSet()
static void MaskSet
(
RSITrace
mask
)
static
Description: Sets the specified trace mask. This will overwrite the existing trace mask.
Parameters
mask
RSI::RapidCode::RSITrace
value we want to set on.
Sample Code:
Trace::MaskOnSet
(
RSITrace::RSITraceFUNCTION_ENTRY
));
// traces function name & calling parameters upon entry to function
RSI::RapidCode::Trace::MaskOnSet
static void MaskOnSet(RSITrace maskOn)
Turn on a particular trace output mask.
RSI::RapidCode::RSITrace::RSITraceFUNCTION_ENTRY
@ RSITraceFUNCTION_ENTRY
Function entry.
RSI
RapidCode
Trace
Generated by
1.10.0