public class SatelliteState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
azimuth
Horizontal orientation to this satellite relative to the current surface position and True North.
|
int |
elevation
Elevation above the horizon for this satellite relative to the current surface position.
|
boolean |
inUseByRcvr
Boolean true if this satellite is currently being used for position calculation.
|
int |
prn
Pseudo-random number identifying this satellite (also known as Satellite Vehicle number).
|
int |
snr
Signal-to-noise ratio code for current reception of this satellite.
|
| Constructor and Description |
|---|
SatelliteState(int prn)
Create a SatelliteState record for a particular satellite.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of the object.
|
public final int prn
public boolean inUseByRcvr
public int elevation
public int azimuth
public int snr