9 #ifndef _HETETIMECODE_H
10 #define _HETETIMECODE_H
31 #define EPOCH_UNSYNC 0x1
32 #define EPOCH_HUBSYNC 0x2
33 #define EPOCH_WATCH(N) (0x10|(N))
34 #define EPOCH_UNIX(N) (0x20|(N))
43 #define THIS_IS_IBEX ((Ht_hete_epoch & 0x30) == 0x30)
44 #define EPOCH_IBEX(N) (0x30|(N))
unsigned short IPP_word
Definition: hetetimecode.h:12
unsigned get_sc_time(time_code *tc)
Definition: sc_time.c:46
int time_cmp(time_code *time1, time_code *time2)
Definition: sc_time.c:67
int has_this_time_passed(time_code *time)
Definition: sc_time.c:92
void get_sc_time_array(IPP_word time[4])
Definition: sc_time.c:23
Definition: hetetimecode.h:15