类 UBXMessageParser

java.lang.Object
net.sf.marineapi.nmea.parser.SentenceParser
net.sf.marineapi.ublox.parser.UBXMessageParser
所有已实现的接口:
Sentence, UBXMessage

public class UBXMessageParser extends SentenceParser implements UBXMessage
This is the base class for all UBX message parser implementations and contains common logic. In a sense it wraps the given UBXSentence. The UBXMessageParser extends SentenceParser to access the fields from the NMEA message (UBXSentence).
作者:
Gunnar Hillert
另请参阅:
  • UBXMessage00Parser
  • UBXMessage03Parser
  • 字段详细资料

  • 构造器详细资料

    • UBXMessageParser

      public UBXMessageParser(UBXSentence sentence)
      Construct a parser with the given UBXSentence.
      参数:
      sentence - UBXSentence
  • 方法详细资料