MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ InterruptWake()

void InterruptWake ( )
pure virtual

Wake all threads waiting for an interrupt on this Axis.

Description:
InterruptWake wakes all threads waiting for an interrupt on this Axis.
Sample Code:
// wake any threads waiting for a Axis interrupt
axis->InterruptWake();
See also
InterruptWait
 

Implements RapidCodeInterrupt.