remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / PosMethod.h
blob88e2a58ea2261a728763475f3620206c515cff13
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "ULP-Components"
4 * found in "../asn1src/ULP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _PosMethod_H_
9 #define _PosMethod_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 /* Dependencies */
22 typedef enum PosMethod {
23 PosMethod_agpsSETassisted = 0,
24 PosMethod_agpsSETbased = 1,
25 PosMethod_agpsSETassistedpref = 2,
26 PosMethod_agpsSETbasedpref = 3,
27 PosMethod_autonomousGPS = 4,
28 PosMethod_aFLT = 5,
29 PosMethod_eCID = 6,
30 PosMethod_eOTD = 7,
31 PosMethod_oTDOA = 8,
32 PosMethod_noPosition = 9
34 * Enumeration is extensible
36 } e_PosMethod;
38 /* PosMethod */
39 typedef long PosMethod_t;
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_PosMethod;
43 asn_struct_free_f PosMethod_free;
44 asn_struct_print_f PosMethod_print;
45 asn_constr_check_f PosMethod_constraint;
46 ber_type_decoder_f PosMethod_decode_ber;
47 der_type_encoder_f PosMethod_encode_der;
48 xer_type_decoder_f PosMethod_decode_xer;
49 xer_type_encoder_f PosMethod_encode_xer;
50 per_type_decoder_f PosMethod_decode_uper;
51 per_type_encoder_f PosMethod_encode_uper;
53 #ifdef __cplusplus
55 #endif
57 #endif /* _PosMethod_H_ */
58 #include <asn_internal.h>