Go to the source code of this file.
◆ fstruct
Class Members |
char |
baseline[3] |
|
short |
done |
|
int |
filenum |
|
float |
floatparm[4] |
|
char |
freq_code |
|
int |
intparm[4] |
|
char * |
name |
|
int |
namealloc |
|
int |
order |
|
char |
poln[3] |
|
char |
rootcode[7] |
|
char |
source[32] |
|
char |
station |
|
short |
type |
|
◆ BADBASE
◆ BADFNUM
◆ BADFORM
◆ BADFREQ
◆ BADMALLOC
◆ BADROOT
◆ BADSRC
◆ BADSTAT
◆ BADSTRING
◆ FALSE
◆ LEGALPOLCHARS
#define LEGALPOLCHARS "HVLRXY" |
◆ MAXFILES
◆ MAXFNDIGITS
◆ TRUE
◆ check_name()
int check_name |
( |
char * |
name, |
|
|
fstruct * |
f_info |
|
) |
| |
◆ extract_filenames()
int extract_filenames |
( |
char * |
directory, |
|
|
int |
type, |
|
|
fstruct ** |
files, |
|
|
int * |
nalloc, |
|
|
int * |
filenum, |
|
|
int * |
depth |
|
) |
| |
◆ get_filelist()
int get_filelist |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
int |
type, |
|
|
fstruct ** |
files |
|
) |
| |
◆ prep_fstruct()
void prep_fstruct |
( |
fstruct * |
f_info | ) |
|