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 |
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 1053 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.