OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
stat_chk_utl.c File Reference
#include "l1stat.h"
#include "l1stat_proto.h"
Include dependency graph for stat_chk_utl.c:

Go to the source code of this file.

Macros

#define STMAX   255
 

Functions

int32 rdattr (int32 sdfid, char *attr_name, void *buf)
 
int32 rdslice (int32 sdfid, char *name, int32 *start, int32 *edge, void *buf)
 

Variables

char err_msg [1024]
 
int32 stat_status
 

Macro Definition Documentation

◆ STMAX

#define STMAX   255

Definition at line 4 of file stat_chk_utl.c.

Function Documentation

◆ rdattr()

int32 rdattr ( int32  sdfid,
char *  attr_name,
void *  buf 
)

Definition at line 38 of file stat_chk_utl.c.

◆ rdslice()

int32 rdslice ( int32  sdfid,
char *  name,
int32 *  start,
int32 *  edge,
void *  buf 
)

Definition at line 94 of file stat_chk_utl.c.

Variable Documentation

◆ err_msg

char err_msg[1024]

Definition at line 7 of file l1stat_chk.c.

◆ stat_status

int32 stat_status

Definition at line 8 of file l1stat_chk.c.