接口 HTDSentence

所有超级接口:
HeadingSentence, HTCSentence, Sentence

public interface HTDSentence extends HTCSentence, HeadingSentence
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ł
另请参阅:
  • 方法详细资料

    • getRudderStatus

      DataStatus getRudderStatus()
      Returns the rudder status.
      返回:
      DataStatus.ACTIVE when within limits or DataStatus.VOID when limit reached or exceeded.
    • getOffHeadingStatus

      DataStatus getOffHeadingStatus()
      Returns the off-heading status.
      返回:
      DataStatus.ACTIVE when within limits or DataStatus.VOID when limit reached or exceeded.
    • getOffTrackStatus

      DataStatus getOffTrackStatus()
      Returns the off-track status.
      返回:
      DataStatus.ACTIVE when within limits or DataStatus.VOID when limit reached or exceeded.