|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ROTSentence
Vessel's rate of turn given in degrees per minute. Negative values indicate bow turning to port.
Example:$GPROT,35.6,A*4E
| Field Summary |
|---|
| Fields inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
|---|
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR |
| Method Summary | |
|---|---|
double |
getRateOfTurn()
Returns the vessel's rate of turn. |
DataStatus |
getStatus()
Returns the data status (valid/invalid). |
void |
setRateOfTurn(double rot)
Sets the vessel's rate of turn value. |
void |
setStatus(DataStatus status)
Sets the data status. |
| Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
|---|
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString |
| Method Detail |
|---|
double getRateOfTurn()
void setRateOfTurn(double rot)
rot - Rate of Turn value to set (degrees per minute)DataStatus getStatus()
void setStatus(DataStatus status)
status - DataStatus to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||