|
ocssw
1.0
|
#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 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.
| enum att_rd_code |
Definition at line 44 of file fmt_check.h.
Definition at line 5 of file attr_disp.c.
| void chk_bin_index | ( | int32 | , |
| int32 * | , | ||
| int32 * | |||
| ) |
| void chk_bin_list | ( | int32 | , |
| int32 | , | ||
| int32 * | , | ||
| int32 * | |||
| ) |
| void chk_l3_prod | ( | int32 | , |
| int32 | , | ||
| char * | , | ||
| char * | |||
| ) |
| void chk_sea_grid | ( | int32 | ) |
| 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.
Definition at line 7 of file fmt_read.c.
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 * | |||
| ) |
| 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 * | |||
| ) |
| int var_decode | ( | char * | , |
| int32 | , | ||
| void * | , | ||
| int32 | , | ||
| int32 | |||
| ) |
Definition at line 8 of file var_decode.c.
1.7.6.1