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	_StorageDataType_H_
8 #define	_StorageDataType_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 StorageDataType {
22 	StorageDataType_unsigned	= 0,
23 	StorageDataType_signed	= 1,
24 	StorageDataType_ieee754float	= 2
25 } e_StorageDataType;
26 
27 /* StorageDataType */
28 typedef INTEGER_t	 StorageDataType_t;
29 
30 /* Implementation */
31 extern asn_TYPE_descriptor_t asn_DEF_StorageDataType;
32 asn_struct_free_f StorageDataType_free;
33 asn_struct_print_f StorageDataType_print;
34 asn_constr_check_f StorageDataType_constraint;
35 ber_type_decoder_f StorageDataType_decode_ber;
36 der_type_encoder_f StorageDataType_encode_der;
37 xer_type_decoder_f StorageDataType_decode_xer;
38 xer_type_encoder_f StorageDataType_encode_xer;
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif	/* _StorageDataType_H_ */
45