Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
oel_hdf4
libseawifs
datatype_proto.h
Go to the documentation of this file.
1
#ifndef DATATYPE_PROTO_H_
2
#define DATATYPE_PROTO_H_
3
4
extern
char
*get_data_type_str_from_name
5
PROTO
((
char
*fname));
6
7
extern
int
get_data_type_from_name
8
PROTO
((
char
*fname));
9
10
extern
int
get_data_type_from_ffm
11
PROTO
((
byte
rec[21504]));
12
13
extern
char
*get_data_type_str
14
PROTO
((
int
datatype));
15
16
17
#endif
/* DATATYPE_PROTO_H_ */
PROTO
char *get_data_type_str_from_name PROTO((char *fname))