ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR| Modifier and Type | Method and Description |
|---|---|
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.
|
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toStringDataStatus getCycleLockStatus()
double getMagnitude()
FaaMode getMode()
DataStatus getStatus()
Direction getSteerTo()
Direction.LEFT or Direction.RIGHTvoid 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.LEFTCopyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.