GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > IPBS / V0-0-1
Constituent: pbs     Tag: i845e
#include <time.h>
#include "IPBS/WCT.h"
Include dependency graph for TSS.h:

This graph shows which files directly or indirectly include this file:

Functions | |
| timespec | TSS_nsecxTOtodAdd (long long int delta) |
| Computes the time specification by adding a number of nanoseconds to the current time. | |
| timespec | TSS_nsecsTOtodAdd (unsigned int delta) |
| Computes the time specification by adding a number of nanoseconds to the current time. | |
| timespec | TSS_usecsTOtodAdd (unsigned int delta) |
| Computes the time specification by adding a number of microseconds to the current time. | |
| timespec | TSS_secsTOtodAdd (unsigned int delta) |
| Computes the time specification by adding a number of seconds to the current time. | |
| timespec | TSS_from_wct (WCT_time wct) |
| Converts a Wall Clock Time to a struct timespec. | |
CVS $Id: TSS.h,v 1.1.1.1 2006/02/10 21:45:37 saxton Exp $
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 nanoseconds.
|
|
Converts a Wall Clock Time to a struct timespec.
|
|
|
Computes the time specification by adding a number of nanoseconds to the current time.
|
|
|
Computes the time specification by adding a number of nanoseconds to the current time.
|
|
|
Computes the time specification by adding a number of seconds to the current time.
|
|
|
Computes the time specification by adding a number of microseconds to the current time.
|
1.4.4