OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
eng_qual_proto.h
Go to the documentation of this file.
1 #ifndef ENG_QUAL_PROTO_H_
2 #define ENG_QUAL_PROTO_H_
3 
4 extern void put_eng_qual_by_index
5 PROTO((eng_qualType *eng_qual, int bflag, int nindex));
6 
7 extern void set_eng_qual_by_index
8 PROTO((eng_qualType *eng_qual, int nindex));
9 
10 extern void reset_eng_qual_by_index
11 PROTO((eng_qualType *eng_qual, int nindex));
12 
13 extern int put_eng_qual
14 PROTO((eng_qualType *eng_qual, int bflag, int woff, int boff, int blen));
15 
16 extern void set_eng_qual
17 PROTO((eng_qualType *eng_qual, int woff, int boff, int blen));
18 
19 extern void reset_eng_qual
20 PROTO((eng_qualType *eng_qual, int woff, int boff, int blen));
21 
22 extern int fill_eng_qual
23 PROTO((eng_qualType *eng_qual, float *inst_ana));
24 
25 extern int get_eng_qual_bit_by_index
26 PROTO((eng_qualType eng_qual, int nindex));
27 
28 
29 #endif /* ENG_QUAL_PROTO_H_ */
void put_eng_qual_by_index PROTO((eng_qualType *eng_qual, int bflag, int nindex))