ocssw  1.0
Classes | Defines | Enumerations | Functions
/disk01/web/ocssw/build/src/auto_qc/fmt_check/fmt_check.h File Reference

(r8218/r3749)

#include "l1io.h"

Go to the source code of this file.

Classes

union  u_data
union  s_data
struct  attr_str
struct  sds_info_str
struct  dim_id_str
struct  ras_str
struct  vg_info_str
struct  fmt_str
struct  l3_org_str

Defines

#define FMT_8BLEN   8251
#define ERR_FRAC_F32   0.0001
#define ERR_FRAC_F64   0.000001

Enumerations

enum  att_rd_code { ATT_RD_NOREAD, ATT_RD_READ_NOCK, ATT_RD_READ_ONE_VAL, ATT_RD_READ_INCLUSIVE }

Functions

char * s_parse (char *, int)
int fmt_rd_attr (char *, FILE *, fmt_str *)
int fmt_read (char *, fmt_str *)
char * get_line (char *, int, FILE *, int)
int var_decode (char *, int32, void *, int32, int32)
int get_attr (int32, attr_str, u_data *, int *)
void attr_disp (attr_str, u_data, int)
void chk_str (attr_str, char *, int32)
int fmt_rd_dim (char *, FILE *, fmt_str *)
int fmt_rd_sds (char *, FILE *, fmt_str *)
int fmt_rd_l3vg (char *, FILE *, fmt_str *)
int chk_sds (int32, fmt_str *, int)
int fmt_rd_ras (char *, FILE *, fmt_str *)
int hdf_ras_chk (char *, char *, char *, int, int)
void fmt_exit (int)
void ck_v_l3 (int32, fmt_str *)
int32 group_fnd (int32, int32, int32, int32, vg_info_str *)
void chk_sea_grid (int32)
void chk_bin_index (int32, int32 *, int32 *)
void chk_bin_list (int32, int32, int32 *, int32 *)
void chk_l3_prod (int32, int32, char *, char *)
int32 rdvdata (int32, char *, char *, int32, int32, unsigned char *)
void l3_get_org (int, l3_org_str *)

Define Documentation

#define ERR_FRAC_F32   0.0001

Definition at line 208 of file fmt_check.h.

#define ERR_FRAC_F64   0.000001

Definition at line 209 of file fmt_check.h.

#define FMT_8BLEN   8251

Definition at line 36 of file fmt_check.h.


Enumeration Type Documentation

Enumerator:
ATT_RD_NOREAD 
ATT_RD_READ_NOCK 
ATT_RD_READ_ONE_VAL 
ATT_RD_READ_INCLUSIVE 

Definition at line 44 of file fmt_check.h.


Function Documentation

void attr_disp ( attr_str  ,
u_data  ,
int   
)

Definition at line 5 of file attr_disp.c.

void chk_bin_index ( int32  ,
int32 *  ,
int32 *   
)

Definition at line 528 of file ck_v_l3.c.

void chk_bin_list ( int32  ,
int32  ,
int32 *  ,
int32 *   
)

Definition at line 680 of file ck_v_l3.c.

void chk_l3_prod ( int32  ,
int32  ,
char *  ,
char *   
)

Definition at line 813 of file ck_v_l3.c.

int chk_sds ( int32  ,
fmt_str ,
int   
)

Definition at line 11 of file chk_sds.c.

void chk_sea_grid ( int32  )

Definition at line 372 of file ck_v_l3.c.

void chk_str ( attr_str  ,
char *  ,
int32   
)

Definition at line 4 of file chk_str.c.

void ck_v_l3 ( int32  ,
fmt_str  
)

Definition at line 7 of file ck_v_l3.c.

void fmt_exit ( int  )

Definition at line 243 of file fmt_check.c.

int fmt_rd_attr ( char *  ,
FILE *  ,
fmt_str  
)

Definition at line 7 of file fmt_rd_attr.c.

int fmt_rd_dim ( char *  ,
FILE *  ,
fmt_str  
)

Definition at line 7 of file fmt_rd_dim.c.

int fmt_rd_l3vg ( char *  ,
FILE *  ,
fmt_str  
)

Definition at line 7 of file fmt_rd_l3vg.c.

int fmt_rd_ras ( char *  ,
FILE *  ,
fmt_str  
)

Definition at line 7 of file fmt_rd_ras.c.

int fmt_rd_sds ( char *  ,
FILE *  ,
fmt_str  
)

Definition at line 7 of file fmt_rd_sds.c.

int fmt_read ( char *  ,
fmt_str  
)

Definition at line 7 of file fmt_read.c.

int get_attr ( int32  ,
attr_str  ,
u_data ,
int *   
)

Definition at line 10 of file get_attr.c.

char* get_line ( char *  ,
int  ,
FILE *  ,
int   
)

Definition at line 4 of file get_line.c.

int32 group_fnd ( int32  ,
int32  ,
int32  ,
int32  ,
vg_info_str  
)

Definition at line 100 of file ck_v_l3.c.

int hdf_ras_chk ( char *  ,
char *  ,
char *  ,
int  ,
int   
)

Definition at line 4 of file hdf_ras_chk.c.

void l3_get_org ( int  ,
l3_org_str  
)

Definition at line 9 of file l3_get_org.c.

int32 rdvdata ( int32  ,
char *  ,
char *  ,
int32  ,
int32  ,
unsigned char *   
)

Definition at line 926 of file ck_v_l3.c.

char* s_parse ( char *  ,
int   
)

Definition at line 4 of file s_parse.c.

int var_decode ( char *  ,
int32  ,
void *  ,
int32  ,
int32   
)

Definition at line 8 of file var_decode.c.