remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSSPositionMethod.h
blobdf60774f47b03d0a2cc45fb1bfe552afd7f48f8d
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 _GANSSPositionMethod_H_
9 #define _GANSSPositionMethod_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include "GANSSPositioningMethodTypes.h"
17 #include "GANSSSignals.h"
18 #include "SBASID.h"
19 #include <constr_SEQUENCE.h>
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
25 /* GANSSPositionMethod */
26 typedef struct GANSSPositionMethod {
27 long *ganssID /* OPTIONAL */;
28 GANSSPositioningMethodTypes_t *gANSSPositioningMethodTypes /* OPTIONAL */;
29 GANSSSignals_t gANSSSignals;
31 * This type is extensible,
32 * possible extensions are below.
34 SBASID_t *sbasID /* OPTIONAL */;
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
38 } GANSSPositionMethod_t;
40 /* Implementation */
41 extern asn_TYPE_descriptor_t asn_DEF_GANSSPositionMethod;
43 #ifdef __cplusplus
45 #endif
47 #endif /* _GANSSPositionMethod_H_ */
48 #include <asn_internal.h>