/* * Generated by asn1c-0.9.23 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../asn1src/RRLP-Components.asn" * `asn1c -gen-PER -fskeletons-copy -fnative-types` */ #ifndef _GANSS_SgnTypeElement_H_ #define _GANSS_SgnTypeElement_H_ #include /* Including external dependencies */ #include "GANSSSignalID.h" #include #include "SeqOfGANSS-SgnElement.h" #include #ifdef __cplusplus extern "C" { #endif /* GANSS-SgnTypeElement */ typedef struct GANSS_SgnTypeElement { GANSSSignalID_t ganssSignalID; long *ganssCodePhaseAmbiguity /* OPTIONAL */; SeqOfGANSS_SgnElement_t ganss_SgnList; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } GANSS_SgnTypeElement_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GANSS_SgnTypeElement; #ifdef __cplusplus } #endif #endif /* _GANSS_SgnTypeElement_H_ */ #include