|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.gps.SatelliteState
public class SatelliteState
This class contains all the known information for one GPS satellite.
Field Summary | |
---|---|
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 Summary | |
---|---|
SatelliteState(int prn)
Create a SatelliteState record for a particular satellite. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int prn
public boolean inUseByRcvr
public int elevation
public int azimuth
public int snr
Constructor Detail |
---|
public SatelliteState(int prn)
prn
- Satellite Vehicle numberMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |