ocssw
V2022
|
mapproto.h File Reference
Include dependency graph for mapproto.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
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) |
int32_t | read_meta (int32_t sdfid, meta_struct *meta_l3m) |
int32_t | getattrsz (int32_t id, char *attr_name, int32_t *nt, int32_t *count) |
int32_t | rdattr (int32_t sdfid, char *attr_name, void *buf) |
Function Documentation
◆ get_l3m()
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 | ||
) |
◆ getattrsz()
int32_t getattrsz | ( | int32_t | id, |
char * | attr_name, | ||
int32_t * | nt, | ||
int32_t * | count | ||
) |
Definition at line 747 of file read_l3b_meta.c.
◆ rdattr()
int32_t rdattr | ( | int32_t | sdfid, |
char * | attr_name, | ||
void * | buf | ||
) |
Definition at line 853 of file l3stat_chk.c.
◆ read_meta()
int32_t read_meta | ( | int32_t | sdfid, |
meta_struct * | meta_l3m | ||
) |