public class SubFrame4E extends SubFrame45
Table 20-1, sheet 9 and table 40-1, sheet 9 in NAVSTAR GPS Space Segment/Navigation User Segment Interface, IS-GPS-200N, 22 Aug 2022
Modifier and Type | Field and Description |
---|---|
static int |
NB_AS
Number of Anti-spoofing entries.
|
static int |
NB_SVH
Number of SV health entries.
|
PARITY_SIZE, PREAMBLE_VALUE, WORD_SIZE
Modifier and Type | Method and Description |
---|---|
int |
getAntiSpoofing(int index)
Get the anti-spoofing for a satellite.
|
int |
getReserved10()
Get the reserved field in word 10.
|
int |
getReserved8()
Get the reserved field in word 8.
|
int |
getSvHealth(int index)
Get the Sv health for a satellite.
|
getDataId, getSvId
checkParity, getAlert, getAntiSpoofing, getField, getId, getIntegrityStatus, getMessage, getPreamble, getTow, hasParityErrors, parse, setField, setField
public static final int NB_AS
public static final int NB_SVH
public int getAntiSpoofing(int index)
index
- in the sub-frame (from 1 to 32, beware it is not the satellite number,
it is also related to SubFrame45.getDataId()
)public int getReserved8()
public int getSvHealth(int index)
index
- in the sub-frame (from 1 to 7 or 1 to 8 depending on
SubFrame45.getDataId()
, beware it is not the satellite number,
it is also related to SubFrame45.getDataId()
), anpublic int getReserved10()
Copyright © 2002-2023 CS GROUP. All rights reserved.