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`
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"
19 #include <constr_SEQUENCE.h>
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
;
41 extern asn_TYPE_descriptor_t asn_DEF_GANSSPositionMethod
;
47 #endif /* _GANSSPositionMethod_H_ */
48 #include <asn_internal.h>