ocssw
V2022
|
filetype.h File Reference
#include <stdint.h>
Include dependency graph for filetype.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | file_format |
Enumerations | |
enum | file_type { FT_INVALID = -1, FT_UNKNOWN, FT_AVIRIS, FT_CLASSAVHRR, FT_CZCSL1A, FT_GOCIL1B, FT_HICOL1B, FT_L1BNCDF, FT_L1HDF, FT_L1XCAL, FT_L2HDF, FT_L2NCDF, FT_L3BIN, FT_L3MAP, FT_MERISCC, FT_MERISL1B, FT_MERISL2, FT_MERISL1BSAFE, FT_MODISGEO, FT_MODISL1B, FT_HMODISL1B, FT_MOSL1B, FT_OCM2L1B, FT_OCML1B, FT_OCML1BDB, FT_OCTSL1A, FT_OCTSL1B, FT_OLCI, FT_OLCIGEO, FT_OLIL1B, FT_OCIA, FT_OCIL1B, FT_OCIS, FT_OSMIL1A, FT_PRISM, FT_SEAWIFSL1A, FT_VIIRSGEO, FT_VIIRSGEONC, FT_VIIRSL1A, FT_VIIRSL1B, FT_VIIRSL1BNC, FT_SGLI, FT_L5TML1B, FT_L7ETML1B, FT_MSIL1C, FT_HAWKEYEL1A, FT_MISR, FT_SEABASSRRS, FT_SPEXONE, FT_HARP2, FT_HARP, FT_HKT } |
Functions | |
file_format | getFormat (char *filename) |
file_type | getFormatType (char *filename) |
file_format | chk_oli_geo (char *filename) |
Enumeration Type Documentation
◆ file_type
enum file_type |
Definition at line 11 of file filetype.h.
Function Documentation
◆ chk_oli_geo()
file_format chk_oli_geo | ( | char * | filename | ) |
Definition at line 969 of file filetype.c.
◆ getFormat()
file_format getFormat | ( | char * | filename | ) |
Definition at line 192 of file filetype.c.
◆ getFormatType()
file_type getFormatType | ( | char * | filename | ) |
Definition at line 187 of file filetype.c.