remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / MethodType.h
blobeb435059a1dd1a5cc96228687a2bbb3d50cfc6ab
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 _MethodType_H_
9 #define _MethodType_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "AccuracyOpt.h"
16 #include "Accuracy.h"
17 #include <constr_CHOICE.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 /* Dependencies */
24 typedef enum MethodType_PR {
25 MethodType_PR_NOTHING, /* No components present */
26 MethodType_PR_msAssisted,
27 MethodType_PR_msBased,
28 MethodType_PR_msBasedPref,
29 MethodType_PR_msAssistedPref
30 } MethodType_PR;
32 /* MethodType */
33 typedef struct MethodType {
34 MethodType_PR present;
35 union MethodType_u {
36 AccuracyOpt_t msAssisted;
37 Accuracy_t msBased;
38 Accuracy_t msBasedPref;
39 Accuracy_t msAssistedPref;
40 } choice;
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
44 } MethodType_t;
46 /* Implementation */
47 extern asn_TYPE_descriptor_t asn_DEF_MethodType;
49 #ifdef __cplusplus
51 #endif
53 #endif /* _MethodType_H_ */
54 #include <asn_internal.h>