remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / UTCmodelSet2.h
blob7c5d88d5bf10fa97ba574f44080c981f08f3cfd6
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 _UTCmodelSet2_H_
9 #define _UTCmodelSet2_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <BIT_STRING.h>
17 #include <constr_SEQUENCE.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 /* UTCmodelSet2 */
24 typedef struct UTCmodelSet2 {
25 long utcA0;
26 long utcA1;
27 long utcA2;
28 long utcDeltaTls;
29 long utcTot;
30 long utcWNot;
31 long utcWNlsf;
32 BIT_STRING_t utcDN;
33 long utcDeltaTlsf;
35 /* Context for parsing across buffer boundaries */
36 asn_struct_ctx_t _asn_ctx;
37 } UTCmodelSet2_t;
39 /* Implementation */
40 extern asn_TYPE_descriptor_t asn_DEF_UTCmodelSet2;
42 #ifdef __cplusplus
44 #endif
46 #endif /* _UTCmodelSet2_H_ */
47 #include <asn_internal.h>