Package org.orekit.gnss.rflink.gps
Class SubFrame1
- java.lang.Object
-
- org.orekit.gnss.rflink.gps.SubFrame
-
- org.orekit.gnss.rflink.gps.SubFrame1
-
public class SubFrame1 extends SubFrame
Container for sub-frames 1.Table 20-1, sheet 1 and table 40-1, sheet 1 in NAVSTAR GPS Space Segment/Navigation User Segment Interface, IS-GPS-200N, 22 Aug 2022
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Field Summary
-
Fields inherited from class org.orekit.gnss.rflink.gps.SubFrame
PARITY_SIZE, PREAMBLE_VALUE, WORD_SIZE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAF0()
Get af₀.double
getAF1()
Get af₁.double
getAF2()
Get af₂.int
getCaOrPFlag()
Get C/A or P flag.int
getIODC()
Get IODC.int
getL2PDataFlag()
Get L2 P data flag.int
getReserved04()
Get the reserved field in word 4.int
getReserved05()
Get the reserved field in word 5.int
getReserved06()
Get the reserved field in word 6.int
getReserved07()
Get the reserved field in word 7.int
getSvHealth()
Get SV health.int
getTGD()
Get the TGD.int
getTOC()
Get the TOC.int
getUraIndex()
Get URA index.int
getWeekNumber()
Get Week Number.-
Methods inherited from class org.orekit.gnss.rflink.gps.SubFrame
checkParity, getAlert, getAntiSpoofing, getField, getId, getIntegrityStatus, getMessage, getPreamble, getTow, hasParityErrors, parse, setField, setField
-
-
-
-
Method Detail
-
getWeekNumber
public int getWeekNumber()
Get Week Number.- Returns:
- week number
-
getCaOrPFlag
public int getCaOrPFlag()
Get C/A or P flag.- Returns:
- C/A or P flag
-
getUraIndex
public int getUraIndex()
Get URA index.- Returns:
- URA index
-
getSvHealth
public int getSvHealth()
Get SV health.- Returns:
- SV health
-
getIODC
public int getIODC()
Get IODC.- Returns:
- IODC
-
getL2PDataFlag
public int getL2PDataFlag()
Get L2 P data flag.- Returns:
- L2 P data flag
-
getReserved04
public int getReserved04()
Get the reserved field in word 4.- Returns:
- reserved field in word 4
-
getReserved05
public int getReserved05()
Get the reserved field in word 5.- Returns:
- reserved field in word 5
-
getReserved06
public int getReserved06()
Get the reserved field in word 6.- Returns:
- reserved field in word 6
-
getReserved07
public int getReserved07()
Get the reserved field in word 7.- Returns:
- reserved field in word 7
-
getTGD
public int getTGD()
Get the TGD.- Returns:
- TGD
-
getTOC
public int getTOC()
Get the TOC.- Returns:
- TOC
-
getAF2
public double getAF2()
Get af₂.- Returns:
- af₂ (second/second²)
-
getAF1
public double getAF1()
Get af₁.- Returns:
- af₁ (second/second)
-
getAF0
public double getAF0()
Get af₀.- Returns:
- af₀
-
-