remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / Almanac-KeplerianSet.h
blob508c3a012e4020e3cdb170fe14b458878d512f24
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 _Almanac_KeplerianSet_H_
9 #define _Almanac_KeplerianSet_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "SVID.h"
16 #include <NativeInteger.h>
17 #include <constr_SEQUENCE.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 /* Almanac-KeplerianSet */
24 typedef struct Almanac_KeplerianSet {
25 SVID_t svID;
26 long kepAlmanacE;
27 long kepAlmanacDeltaI;
28 long kepAlmanacOmegaDot;
29 long kepSVHealth;
30 long kepAlmanacAPowerHalf;
31 long kepAlmanacOmega0;
32 long kepAlmanacW;
33 long kepAlmanacM0;
34 long kepAlmanacAF0;
35 long kepAlmanacAF1;
37 /* Context for parsing across buffer boundaries */
38 asn_struct_ctx_t _asn_ctx;
39 } Almanac_KeplerianSet_t;
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_Almanac_KeplerianSet;
44 #ifdef __cplusplus
46 #endif
48 #endif /* _Almanac_KeplerianSet_H_ */
49 #include <asn_internal.h>