![]() |
Home |
|
Function RTKSetTimeFunction RTKSetTime can be used to set RTKernel-32's internal clock: void RTKSetTime(RTKTime NewTime); ParametersNewTimeThe new value for RTKernel-32's internal clock. Negative values are allowed. RTKernelInit calls RTKSetTime(0). The behavior of tasks waiting in an RTKDelay, RTKDelayUntil, or a timed operation such RTKWaitTimed or RTKWaitUntil is not affected by RTKSetTime; i.e., the point in real-time when the timeout occurs stays the same.
|