Home  /  Autodocs  /  timer.device

NAME

TR_SETSYSTIME
Set the system time.

FUNCTION

Set the system idea of what time it is. The system starts out at time "zero" so it is safe to set it forward to the real time. However, care should be taken when setting the time backwards. System time is generally expected to monotonically increasing.

INPUTS

io_Message
mn_ReplyPort initialized

io_Device
preset by timer in OpenDevice

io_Unit
preset by timer in OpenDevice

io_Command
TR_GETSYSTIME

io_Flags
IOF_QUICK permitted

tr_time
a timeval structure with the current system time

RESULT

tr_time
will contain junk

NOTES

This function may be called from interrupts.

SEE ALSO

timer.device/TR_GETSYSTIME, timer.device/GetSysTime(),