The RMP Motion Controller APIs

◆ InjectMessage()

static void InjectMessage ( RSITrace traceLevel,
const char *const message )
static
Description:
TraceInjectMessage will put whatever message you created at whatever level you specific in the log.
Remarks
This function is also available in RapidSequencer.
Sample Code:
static void InjectMessage(RSITrace traceLevel, const char *const message)
Add a message to the Trace Log.
Note
You should pretty much always use RSITrace::RSITraceCUSTOM as the traceLevel.
See also
Trace::MaskSet, Trace::MaskOnSet, Trace::MaskOnGet, Trace::MaskOffSet, Trace::MaskClear, Trace::FileSet, Trace::FileClose, Trace::InjectMessage