Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (T-V)
Guardian Procedure Calls Reference Manual—522629-013
15-12
TIMESTAMP Procedure
TIMESTAMP Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
The TIMESTAMP procedure provides the internal form of the processor interval clock
where the application is running.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
interval-clock output
INT:ref:3
returns the current value of the interval clock in a three-word array. A processor’s
interval clock is incremented every 0.01 second. The
interval-clock
parameter returns in the following form:
Considerations
•
A 48-bit timestamp is a quantity equal to the number of 10-millisecond units since
00:00, 31 December 1974. The 48-bit timestamp always represents local civil
time.
#include <cextdecs(TIMESTAMP)>
void TIMESTAMP ( short _near *interval-clock );
CALL TIMESTAMP ( interval-clock ); ! o
[0]
most significant word, interval
clock
[1]
interval clock
[2]
least significant word, interval
clock