gnss-sdr/src/core/libs/supl/asn-rrlp/BadSignalElement.h

41 lines
817 B
C

/*
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
* From ASN.1 module "RRLP-Components"
* found in "../rrlp-components.asn"
*/
#ifndef _BadSignalElement_H_
#define _BadSignalElement_H_
#include <asn_application.h>
/* Including external dependencies */
#include "SVID.h"
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C"
{
#endif
/* BadSignalElement */
typedef struct BadSignalElement
{
SVID_t badSVID;
long *badSignalID /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} BadSignalElement_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_BadSignalElement;
#ifdef __cplusplus
}
#endif
#endif /* _BadSignalElement_H_ */
#include <asn_internal.h>