| PMGETTIME(3) | 
  PM Programmer's Manual | 
  PMGETTIME(3) | 
- NAME
 - 
pmGetTime - get a timestamp and offset
 - SYNOPSIS
 - 
int pmGetTime(pmContext *pmc, double *timep, double *offsetp);
 - ARGUMENTS
 - 
  pmContext * | 
  pmc | 
  IN | 
  pmContext object | 
  double * | 
  timep | 
  OUT | 
  Timestamp | 
  double * | 
  offsetp | 
  OUT | 
  Time offset | 
 - IMPLEMENTATION LEVEL
 - 
OPTIONAL (GLOBAL_CLOCK)
 - DESCRIPTION
 - 
pmGetTime() returns a timestamp and offset in seconds.
offsetp is used to calculate the virtual time in the process.
 - NOTES
 - 
The origin of time is not defined.
 - RETURN VALUE
 - 
 
$Id: pmGetTime.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $