RMP Motion Controller
10.6.4
APIs
, concepts, guides, and more
Community
Support
Contact
◆
InterruptWake()
void InterruptWake
(
)
Description:
InterruptWake wakes all threads waiting for a controller interrupt.
Sample Code:
Wake any threads waiting for a controller interrupt.
// -- C++ -- //
controller->
InterruptWake
();
RSI::RapidCode::MotionController::InterruptWake
void InterruptWake()
Wake all threads waiting for a controller interrupt.
// -- C# -- //
controller.
InterruptWake
();
See also
InterruptWait
RSI
RapidCode
MotionController
Generated by
1.10.0