GLLPP_DGNSS_CorrectionsElement Struct Reference

DGNSS CorrectionsElement. More...

#include <gllpps.h>

List of all members.


Detailed Description

DGNSS CorrectionsElement.


ASN.1 specification:

DGNSS-CorrectionsElement ::= SEQUENCE {
	svID		 		SV-ID,
	iod 				BIT STRING (SIZE(11)),
	udre				INTEGER (0..3),		
	pseudoRangeCor		INTEGER (-2047..2047),
	rangeRateCor		INTEGER (-127..127),
	udreGrowthRate		INTEGER (0..7)			OPTIONAL,	-- Need ON
	udreValidityTime	INTEGER (0..7)			OPTIONAL,	-- Need ON	
	...
}
SV-ID ::= SEQUENCE { 
	satellite-id		INTEGER(0..63),
	...
}

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines