remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / AltitudeInfo.h
blob2f7fc663274ff64cd6c4ecc2f4f68d574c677b41
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "ULP-Components"
4 * found in "../asn1src/ULP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _AltitudeInfo_H_
9 #define _AltitudeInfo_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.h>
17 #include <constr_SEQUENCE.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 /* Dependencies */
24 typedef enum AltitudeInfo__altitudeDirection {
25 AltitudeInfo__altitudeDirection_height = 0,
26 AltitudeInfo__altitudeDirection_depth = 1
27 } e_AltitudeInfo__altitudeDirection;
29 /* AltitudeInfo */
30 typedef struct AltitudeInfo {
31 long altitudeDirection;
32 long altitude;
33 long altUncertainty;
35 * This type is extensible,
36 * possible extensions are below.
39 /* Context for parsing across buffer boundaries */
40 asn_struct_ctx_t _asn_ctx;
41 } AltitudeInfo_t;
43 /* Implementation */
44 /* extern asn_TYPE_descriptor_t asn_DEF_altitudeDirection_2; // (Use -fall-defs-global to expose) */
45 extern asn_TYPE_descriptor_t asn_DEF_AltitudeInfo;
47 #ifdef __cplusplus
49 #endif
51 #endif /* _AltitudeInfo_H_ */
52 #include <asn_internal.h>