GPStoFloat.c File Reference

#include <math.h>
#include "Date.h"

Include dependency graph for GPStoFloat.c:

Go to the source code of this file.

Defines

#define rint(x)   floor(0.5 + (x))

Functions

 NRCSID (GPSTOFLOATC,"$Id: GPStoFloat.c,v 1.12 2008/04/30 19:02:22 kipp Exp $")
void LALGPStoFloat (LALStatus *stat, REAL8 *p_flt_time, const LIGOTimeGPS *p_gps_time)
void LALFloatToGPS (LALStatus *stat, LIGOTimeGPS *p_gps_time, const REAL8 *p_flt_time)
void LALFloatToInterval (LALStatus *status, LALTimeInterval *pInterval, const REAL8 *pDeltaT)
void LALIntervalToFloat (LALStatus *status, REAL8 *pDeltaT, const LALTimeInterval *pInterval)


Define Documentation

#define rint ( x   )     floor(0.5 + (x))

Definition at line 76 of file GPStoFloat.c.


Function Documentation

NRCSID ( GPSTOFLOATC  ,
"$Id: GPStoFloat.  c,
v 1.12 2008/04/30 19:02:22 kipp Exp $"   
)

void LALGPStoFloat ( LALStatus stat,
REAL8 p_flt_time,
const LIGOTimeGPS p_gps_time 
)

Definition at line 82 of file GPStoFloat.c.

void LALFloatToGPS ( LALStatus stat,
LIGOTimeGPS p_gps_time,
const REAL8 p_flt_time 
)

Definition at line 106 of file GPStoFloat.c.

void LALFloatToInterval ( LALStatus status,
LALTimeInterval pInterval,
const REAL8 pDeltaT 
)

Definition at line 128 of file GPStoFloat.c.

void LALIntervalToFloat ( LALStatus status,
REAL8 pDeltaT,
const LALTimeInterval pInterval 
)

Definition at line 152 of file GPStoFloat.c.


Generated on Sun Sep 7 03:07:46 2008 for LAL by  doxygen 1.5.2