Name
hw_GetSysTime -- get system time (V5.0)
Synopsis
void hw_GetSysTime(struct hwos_TimeVal *tv);
Function
This function queries the system time and stores it in the struct hwos_TimeVal you pass to this function. The system time is counted from a platform-dependent start time defined as 0 and is monotonically increasing. You can use the related functions hw_SubTime(), hw_AddTime(), and hw_CmpTime() to work with the time stamps returned by this function.

Designer compatibility
Supported since Designer 4.0

Inputs
tv
pointer to a struct hwos_TimeVal to hold the current system time

Show TOC