1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "FEF-IntermediateDraft"
4  * 	found in "../annexb-snacc-122001.asn1"
5  */
6 
7 #ifndef	_MetricCalType_H_
8 #define	_MetricCalType_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include <INTEGER.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 /* Dependencies */
21 typedef enum MetricCalType {
22 	MetricCalType_cal_unspec	= 0,
23 	MetricCalType_cal_offset	= 1,
24 	MetricCalType_cal_gain	= 2,
25 	MetricCalType_cal_two_point	= 3
26 } e_MetricCalType;
27 
28 /* MetricCalType */
29 typedef INTEGER_t	 MetricCalType_t;
30 
31 /* Implementation */
32 extern asn_TYPE_descriptor_t asn_DEF_MetricCalType;
33 asn_struct_free_f MetricCalType_free;
34 asn_struct_print_f MetricCalType_print;
35 asn_constr_check_f MetricCalType_constraint;
36 ber_type_decoder_f MetricCalType_decode_ber;
37 der_type_encoder_f MetricCalType_encode_der;
38 xer_type_decoder_f MetricCalType_decode_xer;
39 xer_type_encoder_f MetricCalType_encode_xer;
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif	/* _MetricCalType_H_ */
46