remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / FixType.h
blob3942500f092d5c77c5a9e595130e9952b7925a7f
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "RRLP-Components"
4 * found in "../asn1src/RRLP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _FixType_H_
9 #define _FixType_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum FixType {
23 FixType_twoDFix = 0,
24 FixType_threeDFix = 1
25 } e_FixType;
27 /* FixType */
28 typedef long FixType_t;
30 /* Implementation */
31 extern asn_TYPE_descriptor_t asn_DEF_FixType;
32 asn_struct_free_f FixType_free;
33 asn_struct_print_f FixType_print;
34 asn_constr_check_f FixType_constraint;
35 ber_type_decoder_f FixType_decode_ber;
36 der_type_encoder_f FixType_encode_der;
37 xer_type_decoder_f FixType_decode_xer;
38 xer_type_encoder_f FixType_encode_xer;
39 per_type_decoder_f FixType_decode_uper;
40 per_type_encoder_f FixType_encode_uper;
42 #ifdef __cplusplus
44 #endif
46 #endif /* _FixType_H_ */
47 #include <asn_internal.h>