OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
c_sf.c File Reference
#include <string.h>
#include "mfhdf.h"
Include dependency graph for c_sf.c:

Go to the source code of this file.

Functions

int32_t c_sfstart_ (char *name, int32_t *access, int nam_len)
 
int32_t c_sfselect_ (int32_t *file_id, int32_t *index)
 
int32_t c_sfn2index_ (int32_t *fid, char *name, int32_t nam_len)
 
int32_t c_sfginfo_ (int32_t *vid, char *name, int32_t *rank, int32_t *dims, int32_t *nt, int32_t *nattr, int32_t nam_len)
 
int32_t c_sfrdata_ (int32_t *vid, int32_t *start, int32_t *stride, int32_t *end, VOIDP values)
 
int32_t c_sfendacc_ (int32_t *vid)
 
int32_t c_sfend_ (int32_t *id)
 

Function Documentation

◆ c_sfend_()

int32_t c_sfend_ ( int32_t *  id)

Definition at line 170 of file c_sf.c.

◆ c_sfendacc_()

int32_t c_sfendacc_ ( int32_t *  vid)

Definition at line 155 of file c_sf.c.

◆ c_sfginfo_()

int32_t c_sfginfo_ ( int32_t *  vid,
char *  name,
int32_t *  rank,
int32_t *  dims,
int32_t *  nt,
int32_t *  nattr,
int32_t  nam_len 
)

Definition at line 78 of file c_sf.c.

◆ c_sfn2index_()

int32_t c_sfn2index_ ( int32_t *  fid,
char *  name,
int32_t  nam_len 
)

Definition at line 53 of file c_sf.c.

◆ c_sfrdata_()

int32_t c_sfrdata_ ( int32_t *  vid,
int32_t *  start,
int32_t *  stride,
int32_t *  end,
VOIDP  values 
)

Definition at line 122 of file c_sf.c.

◆ c_sfselect_()

int32_t c_sfselect_ ( int32_t *  file_id,
int32_t *  index 
)

Definition at line 39 of file c_sf.c.

◆ c_sfstart_()

int32_t c_sfstart_ ( char *  name,
int32_t *  access,
int  nam_len 
)

Definition at line 12 of file c_sf.c.