remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSSLocationInfo.h
blob54a922482e4aaa80e3b2b3899aa3b41fcc93e68a
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 _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"
18 #include "FixType.h"
19 #include "PositionData.h"
20 #include "Ext-GeographicalInformation.h"
21 #include <constr_SEQUENCE.h>
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
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 */;
37 FixType_t fixType;
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;
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_GANSSLocationInfo;
53 #ifdef __cplusplus
55 #endif
57 /* Referred external types */
58 #include "ReferenceFrame.h"
60 #endif /* _GANSSLocationInfo_H_ */
61 #include <asn_internal.h>