remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSSEphemerisDeltaBitSizes.h
blobac87bfa3c7afc18e02241a6567dc2627ab7f061c
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 _GANSSEphemerisDeltaBitSizes_H_
9 #define _GANSSEphemerisDeltaBitSizes_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <constr_SEQUENCE.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 /* GANSSEphemerisDeltaBitSizes */
23 typedef struct GANSSEphemerisDeltaBitSizes {
24 long bitsize_delta_omega;
25 long bitsize_delta_deltaN;
26 long bitsize_delta_m0;
27 long bitsize_delta_omegadot;
28 long bitsize_delta_e;
29 long bitsize_delta_idot;
30 long bitsize_delta_sqrtA;
31 long bitsize_delta_i0;
32 long bitsize_delta_omega0;
33 long bitsize_delta_crs;
34 long bitsize_delta_cis;
35 long bitsize_delta_cus;
36 long bitsize_delta_crc;
37 long bitsize_delta_cic;
38 long bitsize_delta_cuc;
39 long bitsize_delta_tgd1;
40 long bitsize_delta_tgd2;
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 } GANSSEphemerisDeltaBitSizes_t;
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_GANSSEphemerisDeltaBitSizes;
53 #ifdef __cplusplus
55 #endif
57 #endif /* _GANSSEphemerisDeltaBitSizes_H_ */
58 #include <asn_internal.h>