|
ocssw
1.0
|
Go to the source code of this file.
Classes | |
| struct | msvalstr |
| struct | inputstr |
Defines | |
| #define | SHORTNAME 128 |
Typedefs | |
| typedef char | stname [SHORTNAME] |
| typedef char | prname [PRODSTRLEN] |
Functions | |
| int | msval_append (char *valfile, msvalstr valstr) |
| int32_t | alloc_valstr (int32_t nfiles, int32_t npixs, msvalstr *valstr) |
| void | free_valstr (msvalstr valstr, int all) |
| #define SHORTNAME 128 |
Definition at line 7 of file msl2val_struc.h.
| typedef char prname[PRODSTRLEN] |
Definition at line 11 of file msl2val_struc.h.
Definition at line 10 of file msl2val_struc.h.
| int32_t alloc_valstr | ( | int32_t | nfiles, |
| int32_t | npixs, | ||
| msvalstr * | valstr | ||
| ) |
Definition at line 1149 of file msl2val_hdf.c.
| void free_valstr | ( | msvalstr | valstr, |
| int | all | ||
| ) |
Definition at line 1219 of file msl2val_hdf.c.
| int msval_append | ( | char * | valfile, |
| msvalstr | valstr | ||
| ) |
Definition at line 345 of file msl2val_hdf.c.
1.7.6.1