|
HOPS
HOPS class reference
|
#include <stdarg.h>#include <sys/times.h>#include "msg.h"#include "account.h"#include "fileset.h"#include "fstruct.h"#include "general.h"#include "mk4_typedefs.h"Go to the source code of this file.
Functions | |
| void | clear_date (date_struct *) |
| int | confirm (char *) |
| void | datec_to_datef (struct datec *, struct datef *) |
| void | datef_to_datec (struct datef *, struct datec *) |
| short | day_of_datef (struct datef) |
| double | dmax (double, double) |
| double | dmin (double, double) |
| void | double_reverse (double *) |
| double | dwin (double, double, double) |
| void | environment (void) |
| void | float_reverse (float *) |
| int | get_abs_path (char[], char[]) |
| const char * | hops_install_prefix (void) |
| int | hptoie (int *, int *, int) |
| int | hptoie4 (float *, float *) |
| int | hptoie8 (double *, double *) |
| int | imax (int, int) |
| int | imin (int, int) |
| void | int_reverse (int *) |
| void | int_to_time (int, int *, int *, int *, int *, int *) |
| int | ismk4 (char *, int) |
| int | iwin (int, int, int) |
| void | long_reverse (long *) |
| int | report_times (struct time_account *, int, struct tms *, int, double) |
| void | report_wallclock (int, int) |
| int | root_belong (char *, char *) |
| char * | root_id (int, int, int, int, int) |
| void | sexigesimal2hrdeg (const struct sky_coord *c, float *ra, float *dec) |
| void | short_reverse (short *) |
| int | sort_names (fstruct *, int) |
| void | syntax (char *) |
| double | time_to_double (struct date) |
| int | time_to_int (int, int, int, int, int) |
| void | uint_reverse (unsigned int *) |
| void | unsig_reverse (unsigned short *) |
| void | version (char *) |
| void clear_date | ( | date_struct * | timetag | ) |
| int confirm | ( | char * | string | ) |
| short day_of_datef | ( | struct datef | date | ) |
| double dmax | ( | double | a, |
| double | b | ||
| ) |
| double dmin | ( | double | a, |
| double | b | ||
| ) |
| void double_reverse | ( | double * | j | ) |
| double dwin | ( | double | value, |
| double | lower, | ||
| double | upper | ||
| ) |
| void environment | ( | void | ) |
| void float_reverse | ( | float * | j | ) |
| int get_abs_path | ( | char | input[], |
| char | rootname[] | ||
| ) |
| const char* hops_install_prefix | ( | void | ) |
| int hptoie | ( | int * | input, |
| int * | output, | ||
| int | type | ||
| ) |
| int hptoie4 | ( | float * | finput, |
| float * | foutput | ||
| ) |
| int hptoie8 | ( | double * | dinput, |
| double * | doutput | ||
| ) |
| int imax | ( | int | i, |
| int | j | ||
| ) |
| int imin | ( | int | i, |
| int | j | ||
| ) |
| void int_reverse | ( | int * | j | ) |
| void int_to_time | ( | int | tim, |
| int * | year, | ||
| int * | day, | ||
| int * | hour, | ||
| int * | min, | ||
| int * | sec | ||
| ) |
| int ismk4 | ( | char * | name, |
| int | type | ||
| ) |
| int iwin | ( | int | value, |
| int | lower, | ||
| int | upper | ||
| ) |
| void long_reverse | ( | long * | j | ) |
| int report_times | ( | struct time_account * | t_acc, |
| int | nseg, | ||
| struct tms * | buf, | ||
| int | real, | ||
| double | time_unit | ||
| ) |
| void report_wallclock | ( | int | npass, |
| int | totpass | ||
| ) |
| int root_belong | ( | char * | rootname, |
| char * | dataname | ||
| ) |
| char* root_id | ( | int | year, |
| int | day, | ||
| int | hour, | ||
| int | min, | ||
| int | sec | ||
| ) |
| void sexigesimal2hrdeg | ( | const struct sky_coord * | c, |
| float * | ra, | ||
| float * | dec | ||
| ) |
| void short_reverse | ( | short * | i | ) |
| int sort_names | ( | fstruct * | files, |
| int | nfiles | ||
| ) |
| void syntax | ( | char * | headurl | ) |
| double time_to_double | ( | struct date | mk4_date | ) |
| int time_to_int | ( | int | year, |
| int | day, | ||
| int | hour, | ||
| int | min, | ||
| int | sec | ||
| ) |
| void uint_reverse | ( | unsigned int * | j | ) |
| void unsig_reverse | ( | unsigned short * | i | ) |
| void version | ( | char * | headurl | ) |