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
mapproto.h
Go to the documentation of this file.
1 #ifndef MAPPROTO_H
2 #define MAPPROTO_H
3 
4 #include <stdint.h>
5 #include <map.h>
6 
7 int32_t get_l3m(char *l3m_path, int16_t *syear, int16_t *sday, int32_t *smsec,
8  int16_t *eyear, int16_t *eday, int32_t *emsec,
9  char *prod_type, char *l3m_name, uint8_t *l3m_data,
10  unsigned char *palette, meta_struct *meta_l3m);
11 
12 int32_t read_meta(int32_t sdfid, meta_struct *meta_l3m);
13 
14 int32_t getattrsz(int32_t id, char *attr_name, int32_t *nt, int32_t *count);
15 
16 int32_t rdattr(int32_t sdfid, char *attr_name, void *buf);
17 
18 #endif /* MAPPROTO_H */
int32_t read_meta(int32_t sdfid, meta_struct *meta_l3m)
Definition: get_l3m.c:328
int32_t getattrsz(int32_t id, char *attr_name, int32_t *nt, int32_t *count)
int32_t get_l3m(char *l3m_path, int16_t *syear, int16_t *sday, int32_t *smsec, int16_t *eyear, int16_t *eday, int32_t *emsec, char *prod_type, char *l3m_name, uint8_t *l3m_data, unsigned char *palette, meta_struct *meta_l3m)
Definition: get_l3m.c:72
int32_t rdattr(int32_t sdfid, char *attr_name, void *buf)
Definition: l3stat_chk.c:853
int count
Definition: decode_rs.h:79