RMP Motion Controller
10.6.7
APIs
, concepts, guides, and more
Community
Support
Contact
◆
Sleep()
void Sleep
(
int32_t
milliseconds
)
Description:
Sleep puts the current thread to sleep.
Parameters
milliseconds
The number of milliseconds the thread should sleep.
Sample Code:
// put this thread to sleep for some milliseconds
controller->
OS
->
Sleep
(SLEEP_MILLISECONDS);
RSI::RapidCode::MotionController::OS
RapidCodeOS * OS
Provides access to operating system (Windows) features.
Definition
rsi.h:3805
RSI::RapidCode::RapidCodeOS::Sleep
void Sleep(int32_t milliseconds)
Put the current thread to sleep.
Examples
RecordPerformance.cpp
,
Recorder.cs
, and
UserLimitDigitalInputAction.cpp
.
RSI
RapidCode
RapidCodeOS
Generated by
1.10.0