ocssw  1.0
Classes | Defines | Typedefs | Functions
/disk01/web/ocssw/build/src/l2gen/msl2val_struc.h File Reference
#include "hdf.h"
#include "l12_parms.h"
#include "passthebuck.h"
#include "filehandle.h"

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 Documentation

#define SHORTNAME   128

Definition at line 7 of file msl2val_struc.h.


Typedef Documentation

typedef char prname[PRODSTRLEN]

Definition at line 11 of file msl2val_struc.h.

typedef char stname[SHORTNAME]

Definition at line 10 of file msl2val_struc.h.


Function Documentation

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.