Guardian Procedure Calls Reference Manual

TS_UNIQUE_COMPARE_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Considerations
Summary
The TS_UNIQUE_COMPARE_ procedure compares two unique timestamps created using the
TS_UNIQUE_CREATE_ Procedure (page 1431) and returns a value indicating their relationship. The
header files for this procedure can be found in cextdecs for C/C++ programs and in extdecs0 for
pTAL programs.
NOTE: The TS_UNIQUE_COMPARE_ procedure is supported only in H-series and J-series RVUs.
Syntax for C Programmers
#include <cextdecs(TS_UNIQUE_COMPARE_)>
short TS_UNIQUE_COMPARE_ ( short *ts1
,short *ts2 );
Syntax for TAL Programmers
result := TS_UNIQUE_COMPARE_ ( ts1 ! i
,ts2 ); ! i
Parameters
ts1
input
INT .EXT:ref:1
is a 16-byte unique timestamp returned by the TS_UNIQUE_CREATE_ Procedure (page 1431).
ts2
input
INT .EXT:ref:1
is the second 16-byte unique timestamp returned by the TS_UNIQUE_CREATE_ Procedure
(page 1431).
1428 Guardian Procedure Calls (T-V)