remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / SatStatus.h
blobc37e6397f300415758c90f2499d46d9e1baaa0b5
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 _SatStatus_H_
9 #define _SatStatus_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "UncompressedEphemeris.h"
16 #include <NULL.h>
17 #include <constr_CHOICE.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
23 /* Dependencies */
24 typedef enum SatStatus_PR {
25 SatStatus_PR_NOTHING, /* No components present */
26 SatStatus_PR_newSatelliteAndModelUC,
27 SatStatus_PR_oldSatelliteAndModel,
28 SatStatus_PR_newNaviModelUC,
29 /* Extensions may appear below */
31 } SatStatus_PR;
33 /* SatStatus */
34 typedef struct SatStatus {
35 SatStatus_PR present;
36 union SatStatus_u {
37 UncompressedEphemeris_t newSatelliteAndModelUC;
38 NULL_t oldSatelliteAndModel;
39 UncompressedEphemeris_t newNaviModelUC;
41 * This type is extensible,
42 * possible extensions are below.
44 } choice;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48 } SatStatus_t;
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_SatStatus;
53 #ifdef __cplusplus
55 #endif
57 #endif /* _SatStatus_H_ */
58 #include <asn_internal.h>