Name
hw_AddTime -- add two time stamps (V5.0)
Synopsis
void hw_AddTime(struct hwos_TimeVal *dest, struct hwos_TimeVal *src);
Function
This functions adds the dest and src time stamps and stores the resulting time stamp in dest.

Designer compatibility
Supported since Designer 4.0

Inputs
dest
pointer to a struct hwos_TimeVal containing the augend; the result of the addition will be written to this buffer
src
pointer to a struct hwos_TimeVal containing the addend

Show TOC