Go to the documentation of this file. 1 #ifndef ENG_QUAL_PROTO_H_
2 #define ENG_QUAL_PROTO_H_
4 extern void put_eng_qual_by_index
7 extern void set_eng_qual_by_index
10 extern void reset_eng_qual_by_index
13 extern int put_eng_qual
14 PROTO((eng_qualType *
eng_qual,
int bflag,
int woff,
int boff,
int blen));
16 extern void set_eng_qual
17 PROTO((eng_qualType *
eng_qual,
int woff,
int boff,
int blen));
19 extern void reset_eng_qual
20 PROTO((eng_qualType *
eng_qual,
int woff,
int boff,
int blen));
22 extern int fill_eng_qual
25 extern int get_eng_qual_bit_by_index
void put_eng_qual_by_index PROTO((eng_qualType *eng_qual, int bflag, int nindex))