Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
seaproto.h
Go to the documentation of this file.
1 #ifndef SEAPROTO_H
2 #define SEAPROTO_H
3 
4 #include <stdint.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 /* Prototypes */
11 int32_t get_beg_ext32(int32_t n_bins_write, int32_t *binnum_data,
12  int32_t *basebin, int32_t nrows, int32_t *beg, int32_t *ext);
13 
14 int64_t get_beg_ext(int32_t n_bins_write, int64_t *binnum_data,
15  int64_t *basebin, int32_t nrows, int64_t *beg, int32_t *ext);
16 
17 int32_t wr_vdata(char *outname, int32_t fileid_w, int32_t vgid, char *name,
18  char *class1, int32_t n_flds, int32_t n_recs_to_write, char *fldname[],
19  int32_t type[], int32_t noext, uint8_t *data, int32_t verbose);
20 
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* SEAPROTO_H */
int32_t wr_vdata(char *outname, int32_t fileid_w, int32_t vgid, char *name, char *class1, int32_t n_flds, int32_t n_recs_to_write, char *fldname[], int32_t type[], int32_t noext, uint8_t *data, int32_t verbose)
int64_t get_beg_ext(int32_t n_bins_write, int64_t *binnum_data, int64_t *basebin, int32_t nrows, int64_t *beg, int32_t *ext)
Definition: get_beg_ext.c:83
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude data
Definition: HISTORY.txt:356
int verbose
Definition: fmt_check.c:6
int32_t get_beg_ext32(int32_t n_bins_write, int32_t *binnum_data, int32_t *basebin, int32_t nrows, int32_t *beg, int32_t *ext)
Definition: get_beg_ext.c:5