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

Go to the source code of this file.
Functions | |
| NRCSID (GPSTOINT8C,"$Id: GPStoINT8.c,v 1.12 2008/09/25 18:02:14 kipp Exp $") | |
| LIGOTimeGPS * | XLALINT8toGPS (LIGOTimeGPS *output, INT8 input) |
| void | LALINT8toGPS (LALStatus *status, LIGOTimeGPS *output, const INT8 *input) |
| INT8 | XLALGPStoINT8 (const LIGOTimeGPS *input) |
| void | LALGPStoINT8 (LALStatus *status, INT8 *output, const LIGOTimeGPS *input) |
| NRCSID | ( | GPSTOINT8C | , | |
| "$Id: GPStoINT8. | c, | |||
| v 1.12 2008/09/25 18:02:14 kipp Exp $" | ||||
| ) |
| LIGOTimeGPS* XLALINT8toGPS | ( | LIGOTimeGPS * | output, | |
| INT8 | input | |||
| ) |
Definition at line 76 of file GPStoINT8.c.
| void LALINT8toGPS | ( | LALStatus * | status, | |
| LIGOTimeGPS * | output, | |||
| const INT8 * | input | |||
| ) |
Definition at line 94 of file GPStoINT8.c.
| INT8 XLALGPStoINT8 | ( | const LIGOTimeGPS * | input | ) |
Definition at line 113 of file GPStoINT8.c.
| void LALGPStoINT8 | ( | LALStatus * | status, | |
| INT8 * | output, | |||
| const LIGOTimeGPS * | input | |||
| ) |
Definition at line 125 of file GPStoINT8.c.
1.5.2