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`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "UncompressedEphemeris.h"
17 #include <constr_CHOICE.h>
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 */
34 typedef struct SatStatus
{
37 UncompressedEphemeris_t newSatelliteAndModelUC
;
38 NULL_t oldSatelliteAndModel
;
39 UncompressedEphemeris_t newNaviModelUC
;
41 * This type is extensible,
42 * possible extensions are below.
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx
;
51 extern asn_TYPE_descriptor_t asn_DEF_SatStatus
;
57 #endif /* _SatStatus_H_ */
58 #include <asn_internal.h>