接口 MMBSentence

所有超级接口:
Sentence

public interface MMBSentence extends Sentence

Barometer - Barometric pressure in bars and inches of mercury.

Notice: not recommended as of Oct 2008, should use XDR instead.

Example:
$IIMMB,29.9870,I,1.0154,B*75

作者:
Kimmo Tuukkanen
  • 方法详细资料

    • getInchesOfMercury

      double getInchesOfMercury()
      Returns the barometric pressure in inches of mercury.
      返回:
      Barometric pressure, inHg.
    • getBars

      double getBars()
      Returns the barometric pressure in bars.
      返回:
      Barometric pressure, bars.
    • setInchesOfMercury

      void setInchesOfMercury(double inhg)
      Sets the barometric pressure in inches of mercury.
      参数:
      inhg - Barometric pressure, inHg.
    • setBars

      void setBars(double bars)
      Sets the barometric pressure in bars.
      参数:
      bars - Barometric pressure, bars.