#include <lal/LALStdlib.h>#include <lal/Date.h>#include <math.h>#include <lal/XLALError.h>Include dependency graph for IncrementGPS.c:

Go to the source code of this file.
Functions | |
| NRCSID (INCREMENTGPSC,"$Id: IncrementGPS.c,v 1.18 2008/04/30 19:02:22 kipp Exp $") | |
| void | LALIncrementGPS (LALStatus *status, LIGOTimeGPS *pIncrementedGPS, const LIGOTimeGPS *pInitialGPS, const LALTimeInterval *pDeltaT) |
| void | LALDecrementGPS (LALStatus *status, LIGOTimeGPS *pDecrementedGPS, const LIGOTimeGPS *pInitialGPS, const LALTimeInterval *pDeltaT) |
| void | LALDeltaGPS (LALStatus *status, LALTimeInterval *pDeltaGPS, const LIGOTimeGPS *pGPS1, const LIGOTimeGPS *pGPS2) |
| void | LALCompareGPS (LALStatus *status, LALGPSCompareResult *pResult, const LIGOTimeGPS *pGPS1, const LIGOTimeGPS *pGPS2) |
| void | LALAddFloatToGPS (LALStatus *status, LIGOTimeGPS *outputGPS, const LIGOTimeGPS *startGPS, REAL8 deltaT) |
| void | LALDeltaFloatGPS (LALStatus *status, REAL8 *deltaT, const LIGOTimeGPS *GPS1, const LIGOTimeGPS *GPS2) |
| NRCSID | ( | INCREMENTGPSC | , | |
| "$Id: IncrementGPS. | c, | |||
| v 1.18 2008/04/30 19:02:22 kipp Exp $" | ||||
| ) |
| void LALIncrementGPS | ( | LALStatus * | status, | |
| LIGOTimeGPS * | pIncrementedGPS, | |||
| const LIGOTimeGPS * | pInitialGPS, | |||
| const LALTimeInterval * | pDeltaT | |||
| ) |
Definition at line 109 of file IncrementGPS.c.
| void LALDecrementGPS | ( | LALStatus * | status, | |
| LIGOTimeGPS * | pDecrementedGPS, | |||
| const LIGOTimeGPS * | pInitialGPS, | |||
| const LALTimeInterval * | pDeltaT | |||
| ) |
Definition at line 146 of file IncrementGPS.c.
| void LALDeltaGPS | ( | LALStatus * | status, | |
| LALTimeInterval * | pDeltaGPS, | |||
| const LIGOTimeGPS * | pGPS1, | |||
| const LIGOTimeGPS * | pGPS2 | |||
| ) |
Definition at line 205 of file IncrementGPS.c.
| void LALCompareGPS | ( | LALStatus * | status, | |
| LALGPSCompareResult * | pResult, | |||
| const LIGOTimeGPS * | pGPS1, | |||
| const LIGOTimeGPS * | pGPS2 | |||
| ) |
Definition at line 307 of file IncrementGPS.c.
| void LALAddFloatToGPS | ( | LALStatus * | status, | |
| LIGOTimeGPS * | outputGPS, | |||
| const LIGOTimeGPS * | startGPS, | |||
| REAL8 | deltaT | |||
| ) |
Definition at line 335 of file IncrementGPS.c.
| void LALDeltaFloatGPS | ( | LALStatus * | status, | |
| REAL8 * | deltaT, | |||
| const LIGOTimeGPS * | GPS1, | |||
| const LIGOTimeGPS * | GPS2 | |||
| ) |
Definition at line 358 of file IncrementGPS.c.
1.5.2