HOPS
HOPS class reference
|
Go to the source code of this file.
Functions | |
int | bitstream (char *) |
int | block_params (void) |
int | check_intrange (int, char *) |
int | check_realrange (double, char *) |
int | check_stloc (void) |
int | check_strrange (char *, char *) |
struct Cvex_Config * | cvex_info (char *) |
int | decode_pval (struct param_val *, struct pval_format *) |
int | do_antenna (struct def_list *, struct station_struct *) |
int | do_bbc (struct def_list *, int, struct station_struct *) |
int | do_clock (struct def_list *, struct date *, struct station_struct *) |
int | do_das (struct def_list *, struct station_struct *) |
int | do_eop (struct def *, struct scan_struct *) |
int | do_exper (struct def *, struct scan_struct *) |
int | do_freq (struct def_list *, struct station_struct *, int *) |
int | do_head_pos (struct def_list *, struct station_struct *) |
int | do_if (struct def_list *, int, struct station_struct *) |
int | do_pass_order (struct def_list *, struct station_struct *) |
int | do_phase_cal_detect (struct def_list *, int, struct station_struct *) |
int | do_roll (struct def_list *, struct station_struct *) |
int | do_site (struct def_list *, struct station_struct *) |
int | do_source (struct def *, struct source_struct *) |
int | do_track (struct def_list *, int, struct station_struct *) |
struct evex_struct * | evex_info (char *) |
int | fill_deflists (void) |
int | fill_scanlist (void) |
int | fill_station_parms (struct def_list *, int, struct date *, struct station_struct *) |
int | find_statements (void) |
struct Cvex_BlockMode * | get_block_mode (char *) |
struct Cvex_ChipMode * | get_chip_mode (char *) |
struct Cvex_BoardParms * | get_corr_bd_parms (char *) |
struct Cvex_Mode * | get_corr_mode (char *) |
struct def * | get_def (char *, char *, int *, int *) |
int | get_drive_init (char *, struct drive_init_struct *) |
int | get_global_deflist (struct def_list **) |
int | get_logscan (struct def *, char *, struct station_log *) |
int | get_mode_deflist (struct def *, char *, struct def_list **) |
int | get_pbs_init (char *, struct pbs_init_struct *) |
int | get_pcm_config (char *, struct svex_struct *) |
int | get_pcm_tables (char *, struct svex_struct *) |
struct Cvex_SectionMode * | get_section_mode (char *) |
char * | get_statement (char *, char **, char **) |
int | get_station_deflist (char *, struct def_list **) |
int | get_su_chan_out (char *, struct svex_struct *) |
int | get_su_connect (char *, struct su_connect_struct *) |
int | get_trm_config (char *, struct TRM_config_struct *) |
int | get_val_list (char *, char *[]) |
int | get_version (int) |
int | get_vex (char *, int, char *, struct vex *) |
int | in_comment (char *) |
int | in_quote (char *) |
void | init_scan (struct scan_struct *, int) |
struct ivex_struct * | ivex_info (char *) |
int | locate_blocks (void) |
int | locate_cq (void) |
struct lvex_struct * | lvex_info (char *) |
char | nextchar (char *) |
int | param_formats (void) |
int | parse_date (char *, struct date *) |
int | parse_dec (char *, struct sky_coord *) |
int | parse_pval (char *, char *, int, struct param_val *) |
int | parse_ra (char *, struct sky_coord *) |
int | parse_ref (int, struct ref *) |
int | parse_units (char *, int, double *) |
int | parse_vexfile (char *) |
void | print_location (int) |
int | process_qstring (char *, char *) |
void | prt_date (char *, struct date *) |
int | read_file (FILE *) |
struct scan_struct * | scan_info (char *, char *) |
int | strip_text (char *, char *, char *) |
struct svex_struct * | svex_info (char *) |
int | vex_init (void) |
int | write_vexfile (int *, struct insert *, FILE *) |
int bitstream | ( | char * | stream | ) |
int block_params | ( | void | ) |
int check_intrange | ( | int | value, |
char * | range | ||
) |
int check_realrange | ( | double | value, |
char * | range | ||
) |
int check_stloc | ( | void | ) |
int check_strrange | ( | char * | value, |
char * | range | ||
) |
struct Cvex_Config* cvex_info | ( | char * | key | ) |
int decode_pval | ( | struct param_val * | p_val, |
struct pval_format * | p_def | ||
) |
int do_antenna | ( | struct def_list * | dl, |
struct station_struct * | stn | ||
) |
int do_bbc | ( | struct def_list * | dl, |
int | nchan, | ||
struct station_struct * | stn | ||
) |
int do_clock | ( | struct def_list * | dl, |
struct date * | refdate, | ||
struct station_struct * | stn | ||
) |
int do_das | ( | struct def_list * | dl, |
struct station_struct * | stn | ||
) |
int do_eop | ( | struct def * | eopdef, |
struct scan_struct * | scan | ||
) |
int do_exper | ( | struct def * | experdef, |
struct scan_struct * | scan | ||
) |
int do_freq | ( | struct def_list * | dl, |
struct station_struct * | stn, | ||
int * | nchan | ||
) |
int do_head_pos | ( | struct def_list * | dl, |
struct station_struct * | stn | ||
) |
int do_if | ( | struct def_list * | dl, |
int | nchan, | ||
struct station_struct * | stn | ||
) |
int do_pass_order | ( | struct def_list * | dl, |
struct station_struct * | stn | ||
) |
int do_phase_cal_detect | ( | struct def_list * | dl, |
int | nchan, | ||
struct station_struct * | stn | ||
) |
int do_roll | ( | struct def_list * | dl, |
struct station_struct * | stn | ||
) |
int do_site | ( | struct def_list * | dl, |
struct station_struct * | stn | ||
) |
int do_source | ( | struct def * | sourcedef, |
struct source_struct * | src | ||
) |
int do_track | ( | struct def_list * | dl, |
int | nchan, | ||
struct station_struct * | stn | ||
) |
struct evex_struct* evex_info | ( | char * | key | ) |
int fill_deflists | ( | void | ) |
int fill_scanlist | ( | void | ) |
int fill_station_parms | ( | struct def_list * | deflist, |
int | ndefs, | ||
struct date * | refdate, | ||
struct station_struct * | st | ||
) |
int find_statements | ( | void | ) |
struct Cvex_BlockMode* get_block_mode | ( | char * | block_mode | ) |
struct Cvex_ChipMode* get_chip_mode | ( | char * | chip_mode | ) |
struct Cvex_BoardParms* get_corr_bd_parms | ( | char * | parms_mode | ) |
struct Cvex_Mode* get_corr_mode | ( | char * | modename | ) |
struct def* get_def | ( | char * | defname, |
char * | blockname, | ||
int * | blockno, | ||
int * | defno | ||
) |
int get_drive_init | ( | char * | defname, |
struct drive_init_struct * | drive_init | ||
) |
int get_global_deflist | ( | struct def_list ** | deflist | ) |
int get_logscan | ( | struct def * | ldef, |
char * | scanname, | ||
struct station_log * | logstn | ||
) |
int get_pbs_init | ( | char * | defname, |
struct pbs_init_struct * | pbs | ||
) |
int get_pcm_config | ( | char * | defname, |
struct svex_struct * | svex | ||
) |
int get_pcm_tables | ( | char * | defname, |
struct svex_struct * | svex | ||
) |
struct Cvex_SectionMode* get_section_mode | ( | char * | sect_mode | ) |
char* get_statement | ( | char * | addr, |
char ** | first, | ||
char ** | last | ||
) |
int get_station_deflist | ( | char * | stname, |
struct def_list ** | deflist | ||
) |
int get_su_chan_out | ( | char * | defname, |
struct svex_struct * | svex | ||
) |
int get_su_connect | ( | char * | defname, |
struct su_connect_struct * | su_connect | ||
) |
int get_trm_config | ( | char * | defname, |
struct TRM_config_struct * | trm_config | ||
) |
int get_val_list | ( | char * | ptr, |
char * | vlist[] | ||
) |
int get_version | ( | int | type | ) |
int get_vex | ( | char * | filename, |
int | vextype, | ||
char * | key, | ||
struct vex * | vex | ||
) |
int in_comment | ( | char * | ptr | ) |
int in_quote | ( | char * | ptr | ) |
void init_scan | ( | struct scan_struct * | scan, |
int | nstat | ||
) |
struct ivex_struct* ivex_info | ( | char * | key | ) |
int locate_blocks | ( | void | ) |
int locate_cq | ( | void | ) |
struct lvex_struct* lvex_info | ( | char * | scanname | ) |
char nextchar | ( | char * | ptr | ) |
int param_formats | ( | void | ) |
int parse_date | ( | char * | datestring, |
struct date * | date | ||
) |
int parse_dec | ( | char * | decstring, |
struct sky_coord * | coord | ||
) |
int parse_pval | ( | char * | statement, |
char * | block, | ||
int | typever, | ||
struct param_val * | p_val | ||
) |
int parse_ra | ( | char * | rastring, |
struct sky_coord * | coord | ||
) |
int parse_ref | ( | int | stno, |
struct ref * | ref | ||
) |
int parse_units | ( | char * | unitstring, |
int | units, | ||
double * | factor | ||
) |
int parse_vexfile | ( | char * | filename | ) |
void print_location | ( | int | st | ) |
int process_qstring | ( | char * | qstring, |
char * | string | ||
) |
void prt_date | ( | char * | string, |
struct date * | date | ||
) |
int read_file | ( | FILE * | fp | ) |
struct scan_struct* scan_info | ( | char * | scanname, |
char * | stations | ||
) |
int strip_text | ( | char * | first, |
char * | last, | ||
char * | str | ||
) |
struct svex_struct* svex_info | ( | char * | key | ) |
int vex_init | ( | void | ) |
int write_vexfile | ( | int * | del_list, |
struct insert * | ins_list, | ||
FILE * | fp | ||
) |