接口 VDRSentence

所有超级接口:
Sentence

public interface VDRSentence extends Sentence
Set and drift, true/magnetic direction and speed of current.
作者:
Kimmo Tuukkanen
  • 方法详细资料

    • getMagneticDirection

      double getMagneticDirection()
      Returns the magnetic current direction.
      返回:
      Direction in degrees
      另请参阅:
    • getSpeed

      double getSpeed()
      Returns the current flow speed.
      返回:
      Speed in knots
    • getTrueDirection

      double getTrueDirection()
      Returns the true direction of current.
      返回:
      Direction in degrees
      另请参阅:
    • setMagneticDirection

      void setMagneticDirection(double direction)
      Sets the magnetic direction of current.
      参数:
      direction - Direction to set, in degrees.
    • setSpeed

      void setSpeed(double speed)
      Sets the current flow speed.
      参数:
      speed - Speed in knots
    • setTrueDirection

      void setTrueDirection(double direction)
      Sets the true direction of current.
      参数:
      direction - Direction in degrees
      另请参阅: