Method SyncClockSourceTime
SyncClockSourceTime(double)
Synchronize the current time of the scheduler with the clock source. If the caller provides a forcedTimeAtSource higher or equal to 0.0, the clock will set the current time to the provided value.
Declaration
public void SyncClockSourceTime(double forcedTimeAtSource = -1)
Parameters
Type | Name | Description |
---|---|---|
double | forcedTimeAtSource | When this value is higher or equal to 0.0, set the current time to this value |