Name
hw_SubTime -- subtract two time stamps (V5.0)
Synopsis
void hw_SubTime(struct hwos_TimeVal *dest, struct hwos_TimeVal *src);
Function
This function subtracts the time stamp src from dest 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 minuend; the result of the subtraction will be written to this buffer
src
pointer to a struct hwos_TimeVal containing the subtrahend

Show TOC