remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / NavModel-GLONASSecef.h
blob7e156053fc62c6904c3c5be4bdc90b3072c7d27a
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 _NavModel_GLONASSecef_H_
9 #define _NavModel_GLONASSecef_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <BIT_STRING.h>
17 #include <BOOLEAN.h>
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* NavModel-GLONASSecef */
25 typedef struct NavModel_GLONASSecef {
26 long gloEn;
27 BIT_STRING_t gloP1;
28 BOOLEAN_t gloP2;
29 long gloM;
30 long gloX;
31 long gloXdot;
32 long gloXdotdot;
33 long gloY;
34 long gloYdot;
35 long gloYdotdot;
36 long gloZ;
37 long gloZdot;
38 long gloZdotdot;
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
42 } NavModel_GLONASSecef_t;
44 /* Implementation */
45 extern asn_TYPE_descriptor_t asn_DEF_NavModel_GLONASSecef;
47 #ifdef __cplusplus
49 #endif
51 #endif /* _NavModel_GLONASSecef_H_ */
52 #include <asn_internal.h>