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 _GANSSLocationInfo_H_
9 #define _GANSSLocationInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "GANSSTODm.h"
16 #include <NativeInteger.h>
17 #include "GANSSTODUncertainty.h"
19 #include "PositionData.h"
20 #include "Ext-GeographicalInformation.h"
21 #include <constr_SEQUENCE.h>
27 /* Forward declarations */
28 struct ReferenceFrame
;
30 /* GANSSLocationInfo */
31 typedef struct GANSSLocationInfo
{
32 struct ReferenceFrame
*referenceFrame
/* OPTIONAL */;
33 GANSSTODm_t
*ganssTODm
/* OPTIONAL */;
34 long *ganssTODFrac
/* OPTIONAL */;
35 GANSSTODUncertainty_t
*ganssTODUncertainty
/* OPTIONAL */;
36 long *ganssTimeID
/* OPTIONAL */;
38 PositionData_t posData
;
39 long *stationaryIndication
/* OPTIONAL */;
40 Ext_GeographicalInformation_t posEstimate
;
42 * This type is extensible,
43 * possible extensions are below.
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx
;
48 } GANSSLocationInfo_t
;
51 extern asn_TYPE_descriptor_t asn_DEF_GANSSLocationInfo
;
57 /* Referred external types */
58 #include "ReferenceFrame.h"
60 #endif /* _GANSSLocationInfo_H_ */
61 #include <asn_internal.h>