HOPS
HOPS class reference
Functions | Variables
lifetime.c File Reference
#include <assert.h>
#include "htime.h"
#include "isoclog.h"
#include <sys/stat.h>
#include <string.h>

Functions

void Ht_dump_lives (char *file)
 
HTime Ht_GPS_to_HTC (GTime gt, HtErr *err)
 
GTime Ht_HTC_to_GPS (HTime ht, HtErr *err)
 
HTLdbl Ht_HTC_to_secs (HTime ht)
 
void Ht_initialize (void)
 
void Ht_reset (void)
 
HTime Ht_secs_to_HTC (HTLdbl s)
 

Variables

int Ht_asserted_string_type = Ht_STR_NTYP
 
HTLdbl Ht_d_mult = 1.0
 
HTLdbl Ht_d_orig = 0.0
 
HTLdbl Ht_dwab_dw_mult = 1.0
 
int Ht_dwab_dwdelta = 0
 
GTime Ht_gps_origin = 0
 
IPP_word Ht_hete_epoch = EPOCH_NULL
 
HLifeHt_last_life = (HLife *)0
 
char * Ht_life_file
 
HLifeHt_lifetimes = (HLife *)0
 
int Ht_string_min_len = 0
 
int Ht_suppress_Z = 0
 
int Ht_tz_unset = 1
 
int Ht_update_interval = 0
 

Function Documentation

◆ Ht_dump_lives()

void Ht_dump_lives ( char *  file)

◆ Ht_GPS_to_HTC()

HTime Ht_GPS_to_HTC ( GTime  gt,
HtErr err 
)

◆ Ht_HTC_to_GPS()

GTime Ht_HTC_to_GPS ( HTime  ht,
HtErr err 
)

◆ Ht_HTC_to_secs()

HTLdbl Ht_HTC_to_secs ( HTime  ht)

◆ Ht_initialize()

void Ht_initialize ( void  )

◆ Ht_reset()

void Ht_reset ( void  )

◆ Ht_secs_to_HTC()

HTime Ht_secs_to_HTC ( HTLdbl  s)

Variable Documentation

◆ Ht_asserted_string_type

int Ht_asserted_string_type = Ht_STR_NTYP

◆ Ht_d_mult

HTLdbl Ht_d_mult = 1.0

◆ Ht_d_orig

HTLdbl Ht_d_orig = 0.0

◆ Ht_dwab_dw_mult

HTLdbl Ht_dwab_dw_mult = 1.0

◆ Ht_dwab_dwdelta

int Ht_dwab_dwdelta = 0

◆ Ht_gps_origin

GTime Ht_gps_origin = 0

◆ Ht_hete_epoch

IPP_word Ht_hete_epoch = EPOCH_NULL

◆ Ht_last_life

HLife* Ht_last_life = (HLife *)0

◆ Ht_life_file

char* Ht_life_file

◆ Ht_lifetimes

HLife* Ht_lifetimes = (HLife *)0

◆ Ht_string_min_len

int Ht_string_min_len = 0

◆ Ht_suppress_Z

int Ht_suppress_Z = 0

◆ Ht_tz_unset

int Ht_tz_unset = 1

◆ Ht_update_interval

int Ht_update_interval = 0