MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ Trace()

void Trace ( bool  state)
pure virtual

Enables/Disables trace output.

Description:
Trace returns true if a trace output mask is turned on, false if turned off.
Parameters
stateEnables or disables trace output.
Sample Code:
axis->Trace(true); // enables tracing of the trace outputs set with TraceMaskOnSet
See also
TraceFileSet, TraceMaskOnGet, TraceMaskOnSet, TraceMaskOffSet, TraceMaskClear
 
Examples
Home.cpp.