APIs, concepts, guides, and more

◆ 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.
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.