The RMP Motion Controller APIs

◆ MaskSet()

static void MaskSet ( RSITrace mask)
static
Description: Sets the specified trace mask. This will overwrite the existing trace mask.
Parameters
maskRSI::RapidCode::RSITrace value we want to set on.
Remarks
This function is also available in RapidSequencer.
Sample Code:
Trace::MaskOnSet(RSITrace::RSITraceFUNCTION_ENTRY)); // traces function name & calling parameters upon entry to function
static void MaskOnSet(RSITrace maskOn)
Turn on a particular trace output mask.
@ RSITraceFUNCTION_ENTRY
Function entry.