Main Page   Interface   Data Structures   File List   Data Fields   Globals  

TS.h File Reference

Time specification utility functions. More...

#include <time.h>

Functions

timespec TS_usecTOabsAdd (int delta)
 Computes the time specification by adding a number of microseconds to the current time. More...


Detailed Description

Time specification utility functions.

Author:
JJRussell - russell@slac.stanford.edu
Provides a set of utility functions to manipulate a timespec structure. This structure stores the time as two integers, one representing the number of seconds and the other the number of microseconds.


Function Documentation

struct timespec TS_usecTOabsAdd int    delta
 

Computes the time specification by adding a number of microseconds to the current time.

Parameters:
delta  The number of microeconds to add to the current time.
Return values:
The  new time.


Generated on Fri Mar 1 16:53:17 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001