#include <lal/LALRCSID.h>#include <lal/LALStdio.h>#include <lal/Date.h>#include "date_value.h"#include <lal/XLALError.h>Include dependency graph for GPStoUTC.c:

Go to the source code of this file.
Data Structures | |
| struct | leap_sec |
| struct | gps_leap_sec |
Defines | |
| #define | INFOSTR_LEN 256 |
Typedefs | |
| typedef leap_sec | leap_sec_t |
| typedef gps_leap_sec | gps_leap_sec_t |
Functions | |
| NRCSID (GPSTOUTCC,"$Id: GPStoUTC.c,v 1.32 2008/04/29 21:31:12 kipp Exp $") | |
| tm * | gmtime_r (const time_t *, struct tm *) |
| char * | asctime_r (const struct tm *, char *) |
| void | LALGPStoUTC (LALStatus *status, LALDate *p_utcDate, const LIGOTimeGPS *p_gpsTime, const LALLeapSecAccuracy *p_accuracy) |
| void | LALUTCtoGPS (LALStatus *status, LIGOTimeGPS *p_gpsTime, const LALDate *p_utcDate, const LALLeapSecAccuracy *p_accuracy) |
| void | LALLeapSecs (LALStatus *status, INT4 *p_leapSecs, const LIGOTimeGPS *p_gpsTime, const LALLeapSecFormatAndAcc *p_formatAndAcc) |
| #define INFOSTR_LEN 256 |
Definition at line 129 of file GPStoUTC.c.
| typedef struct leap_sec leap_sec_t |
| typedef struct gps_leap_sec gps_leap_sec_t |
| NRCSID | ( | GPSTOUTCC | , | |
| "$Id: GPStoUTC. | c, | |||
| v 1.32 2008/04/29 21:31:12 kipp Exp $" | ||||
| ) |
| struct tm* gmtime_r | ( | const time_t * | , | |
| struct tm * | ||||
| ) | [read] |
| char* asctime_r | ( | const struct tm * | , | |
| char * | ||||
| ) |
| void LALGPStoUTC | ( | LALStatus * | status, | |
| LALDate * | p_utcDate, | |||
| const LIGOTimeGPS * | p_gpsTime, | |||
| const LALLeapSecAccuracy * | p_accuracy | |||
| ) |
Definition at line 153 of file GPStoUTC.c.
| void LALUTCtoGPS | ( | LALStatus * | status, | |
| LIGOTimeGPS * | p_gpsTime, | |||
| const LALDate * | p_utcDate, | |||
| const LALLeapSecAccuracy * | p_accuracy | |||
| ) |
Definition at line 427 of file GPStoUTC.c.
| void LALLeapSecs | ( | LALStatus * | status, | |
| INT4 * | p_leapSecs, | |||
| const LIGOTimeGPS * | p_gpsTime, | |||
| const LALLeapSecFormatAndAcc * | p_formatAndAcc | |||
| ) |
Definition at line 672 of file GPStoUTC.c.
1.5.2