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

44 lines
865 B
C

/*
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
* From ASN.1 module "RRLP-Components"
* found in "../rrlp-components.asn"
*/
#ifndef _DGANSSSgnElement_H_
#define _DGANSSSgnElement_H_
#include <asn_application.h>
/* Including external dependencies */
#include "SVID.h"
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C"
{
#endif
/* DGANSSSgnElement */
typedef struct DGANSSSgnElement
{
SVID_t svID;
long iod;
long udre;
long pseudoRangeCor;
long rangeRateCor;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} DGANSSSgnElement_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_DGANSSSgnElement;
#ifdef __cplusplus
}
#endif
#endif /* _DGANSSSgnElement_H_ */
#include <asn_internal.h>