HOPS
HOPS class reference
hops_time.h
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Declarations for hops_time
5  */
6 
7 #ifndef hops_time_h
8 #define hops_time_h
9 
10 #include <ctype.h>
11 #include <stdio.h>
12 #include "htime.h"
13 
14 /* hops_time.c */
15 extern FILE *ofp;
16 extern int verb, echo, replace, statf, rtype, qtype, gibber;
17 extern char *joiner, *query_arg, *report_arg;
19 
20 /* ht_parser.c */
21 extern int dump_formats(char *oa);
22 extern int set_origin(char *oa);
23 extern int delta_setup(char *oa);
24 extern int input_setup(char *oa);
25 extern int query_setup(char *oa);
26 
27 /* ht_utils.c */
28 extern int time_argument(char *oa);
29 extern int all_arguments(char *oa);
30 
31 #endif /* hops_time_h */
32 
33 /*
34  *
35  */
int replace
Definition: hops_time.h:16
int verb
Definition: hops_time.c:14
char * joiner
Definition: ht_parser.c:19
HTLdbl d_mult
int time_argument(char *oa)
Definition: ht_timeis.c:186
int all_arguments(char *oa)
Definition: ht_timeis.c:196
FILE * ofp
Definition: hops_time.c:16
int input_setup(char *oa)
Definition: ht_parser.c:182
int qtype
Definition: hops_time.h:16
int query_setup(char *oa)
Definition: ht_parser.c:191
char * report_arg
Definition: hops_time.h:17
int delta_setup(char *oa)
Definition: ht_parser.c:178
int statf
Definition: hops_time.h:16
int gibber
Definition: hops_time.h:16
int rtype
Definition: hops_time.h:16
char * query_arg
Definition: hops_time.h:17
int echo
Definition: hops_time.h:16
int dump_formats(char *oa)
Definition: ht_parser.c:148
HTLdbl d_orig
Definition: hops_time.h:18
int set_origin(char *oa)
Definition: ht_parser.c:161
double HTLdbl
Definition: time_float_type.h:22