SetTime

virtual void ITopController::SetTime(const std::chrono::system_clock::time_point &time) = 0

Sets the system time of the controller.

Parameters

time – System time of the controller.

Throws
Remarks

This also synchronizes all clocks in the system. The call blocks until all clocks are synchronized.