接口 HTDSentence
- 所有超级接口:
HeadingSentence,HTCSentence,Sentence
Heading/Track control systems data and commands. HTD provides output from a
heading controller with information about values, modes and references in
use, while HTC provides input to a heading controller to set values, modes
and references
[nuovamarea.com].
- 作者:
- Paweł Kozioł
- 另请参阅:
-
字段概要
从接口继承的字段 net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR -
方法概要
修饰符和类型方法说明Returns the off-heading status.Returns the off-track status.Returns the rudder status.从接口继承的方法 net.sf.marineapi.nmea.sentence.HeadingSentence
getHeading, isTrue, setHeading从接口继承的方法 net.sf.marineapi.nmea.sentence.HTCSentence
getHeadingToSteer, getOffHeadingLimit, getOffTrackLimit, getOverride, getRadiusOfTurn, getRateOfTurn, getRudderAngle, getRudderDirection, getRudderLimit, getSteeringMode, getTrack, getTurnMode, isHeadingTrue从接口继承的方法 net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
-
方法详细资料
-
getRudderStatus
DataStatus getRudderStatus()Returns the rudder status.- 返回:
DataStatus.ACTIVEwhen within limits orDataStatus.VOIDwhen limit reached or exceeded.
-
getOffHeadingStatus
DataStatus getOffHeadingStatus()Returns the off-heading status.- 返回:
DataStatus.ACTIVEwhen within limits orDataStatus.VOIDwhen limit reached or exceeded.
-
getOffTrackStatus
DataStatus getOffTrackStatus()Returns the off-track status.- 返回:
DataStatus.ACTIVEwhen within limits orDataStatus.VOIDwhen limit reached or exceeded.
-