|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XTESentence
Measured cross-track error when navigating towards waypoint.
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 | |
---|---|
DataStatus |
getCycleLockStatus()
Returns the Loran-C cycle lock status, not used for GPS. |
double |
getMagnitude()
Returns the cross-track error magnitude/distance. |
FaaMode |
getMode()
Returns the FAA mode. |
DataStatus |
getStatus()
Returns the signal/fix status. |
Direction |
getSteerTo()
Returns the direction in which to steer in order to get back on route. |
void |
setCycleLockStatus(DataStatus status)
Sets the Loran-C cycle lock status. |
void |
setMagnitude(double distance)
Sets the cross-track error magnitude/distance. |
void |
setMode(FaaMode mode)
Sets the FAA mode. |
void |
setStatus(DataStatus status)
Sets the signal/fix status. |
void |
setSteerTo(Direction direction)
Set direction in which to steer in order to get back on route. |
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
---|
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString |
Method Detail |
---|
DataStatus getCycleLockStatus()
double getMagnitude()
FaaMode getMode()
DataStatus getStatus()
Direction getSteerTo()
Direction.LEFT
or Direction.RIGHT
void setCycleLockStatus(DataStatus status)
DataStatus.VOID
.
status
- DataStatus to setvoid setMagnitude(double distance)
distance
- Cross-track error distance in nautical milesvoid setMode(FaaMode mode)
mode
- FaaMode to setvoid setStatus(DataStatus status)
status
- DataStatus to setvoid setSteerTo(Direction direction)
direction
- Direction.RIGHT
or Direction.LEFT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |