#include <time.h>
#include "l2stat.h"
#include "l2lists.h"
#include "l2stat_proto.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int32 | read_cntldata (char *cntl_file, cntl_str *grschk, cntl_str *statchk, flag_str *flgchk) |
|
int32 | l2file (int32 sdfid, int32 *nsamp, int32 *nscans, char *dtype) |
|
int32 | chk_grsstat (int32 sdfid, int32 nscans, int32 nsamp, cntl_str *grschk, cntl_str *statchk, char *extra_flags) |
|
int16 | set_mask (int32 sdfid, char *extra_flags, uint16 *mask) |
|
int32 | chk_flg (int32 sdfid, flag_str *flgchk) |
|
void | stat_exit (int status) |
|
int32 | rdattr (int32 sdfid, char *attr_name, void *buf) |
|
int32 | rdslice (int32 sdfid, char *name, int32 *start, int32 *edge, void *buf) |
|
int32 | getattrsz (int32 id, char *attr_name, int32 *nt, int32 *count) |
|
◆ MAX_NAME
◆ SET
◆ chk_flg()
int32 chk_flg |
( |
int32 |
sdfid, |
|
|
flag_str * |
flgchk |
|
) |
| |
◆ chk_grsstat()
int32 chk_grsstat |
( |
int32 |
sdfid, |
|
|
int32 |
nscans, |
|
|
int32 |
nsamp, |
|
|
cntl_str * |
grschk, |
|
|
cntl_str * |
statchk, |
|
|
char * |
extra_flags |
|
) |
| |
◆ getattrsz()
int32 getattrsz |
( |
int32 |
id, |
|
|
char * |
attr_name, |
|
|
int32 * |
nt, |
|
|
int32 * |
count |
|
) |
| |
◆ l2file()
int32 l2file |
( |
int32 |
sdfid, |
|
|
int32 * |
nsamp, |
|
|
int32 * |
nscans, |
|
|
char * |
dtype |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ rdattr()
int32 rdattr |
( |
int32 |
sdfid, |
|
|
char * |
attr_name, |
|
|
void * |
buf |
|
) |
| |
◆ rdslice()
int32 rdslice |
( |
int32 |
sdfid, |
|
|
char * |
name, |
|
|
int32 * |
start, |
|
|
int32 * |
edge, |
|
|
void * |
buf |
|
) |
| |
◆ read_cntldata()
int32 read_cntldata |
( |
char * |
cntl_file, |
|
|
cntl_str * |
grschk, |
|
|
cntl_str * |
statchk, |
|
|
flag_str * |
flgchk |
|
) |
| |
◆ set_mask()
int16 set_mask |
( |
int32 |
sdfid, |
|
|
char * |
extra_flags, |
|
|
uint16 * |
mask |
|
) |
| |
◆ stat_exit()
void stat_exit |
( |
int |
status | ) |
|
◆ err_msg