|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhg.igd.gps.NMEA183Sentence
de.fhg.igd.gps.NMEA183GSVSentence
GSV - Satellites in view
Field Summary | |
protected int[] |
azimuth_
azimuth of at most four satellites (degrees) |
protected int[] |
elevation_
elevation of at most four satellites (degrees) |
protected int |
numOfSatellites_
number of satellites in view |
protected int |
numOfSentences_
number of sentences for full data |
protected int[] |
prn_
satellite PRN number of at most four satellites |
protected int |
sentenceNumber_
sentence number |
protected int[] |
signalStrength_
signal strength of at most four satellite (degrees) |
Fields inherited from class de.fhg.igd.gps.NMEA183Sentence |
checksum_, fields_, sentenceId_, sentenceId_desc_, talkerId_, talkerId_desc_ |
Constructor Summary | |
NMEA183GSVSentence(String talkerId)
Constructs a new NMEA183GSVSentence with the specified
talkerId . |
Method Summary | |
protected String |
bodyToString()
Returns the body part of this sentence's string representation. |
int[] |
getAzimuth()
Returns the azimuth of at most 4 satellites in view, measured in degrees. |
int[] |
getElevation()
Returns the elevation of at most 4 satellites in view, measured in degrees. |
int |
getNumOfSatellites()
Returns the number of satellites in view. |
int |
getNumOfSentences()
Returns the number of sentences for full data. |
int[] |
getPrn()
Returns the prns of at most 4 satellites in view. |
int |
getSentenceNumber()
Returns the number of this sentence. |
int[] |
getSignalStrength()
Returns the signal strength of at most 4 satellites in view. |
void |
parse(NMEA183Tokenizer tokenizer)
Reads and parses a NMEA183 sentence from tokenizer . |
Methods inherited from class de.fhg.igd.gps.NMEA183Sentence |
computeChecksum, getDateField, getFloatField, getIntegerField, getLatitudeField, getLongitudeField, getSentenceId, getStringField, hasChecksum, headerToString, rebuildSentence, toString, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int numOfSentences_
protected int sentenceNumber_
protected int numOfSatellites_
protected int[] prn_
protected int[] elevation_
protected int[] azimuth_
protected int[] signalStrength_
Constructor Detail |
public NMEA183GSVSentence(String talkerId)
NMEA183GSVSentence
with the specified
talkerId
.
talkerId
- the talker id of this NMEA183GSVSentence
Method Detail |
public void parse(NMEA183Tokenizer tokenizer) throws IndexOutOfBoundsException, NumberFormatException
NMEA183Sentence
tokenizer
.
parse
in class NMEA183Sentence
tokenizer
- the NMEA183Tokenizer to read from
IndexOutOfBoundsException
NumberFormatException
public int getNumOfSentences()
public int getSentenceNumber()
public int getNumOfSatellites()
public int[] getPrn()
public int[] getElevation()
public int[] getAzimuth()
public int[] getSignalStrength()
protected String bodyToString()
NMEA183Sentence
bodyToString
in class NMEA183Sentence
NMEA183Sentence.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |