类 UBXMessageParser
java.lang.Object
net.sf.marineapi.nmea.parser.SentenceParser
net.sf.marineapi.ublox.parser.UBXMessageParser
- 所有已实现的接口:
Sentence,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
- 另请参阅:
-
UBXMessage00ParserUBXMessage03Parser
-
字段概要
字段从接口继承的字段 net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR -
构造器概要
构造器 -
方法概要
从类继承的方法 net.sf.marineapi.nmea.parser.SentenceParser
equals, getBeginChar, getCharValue, getDoubleValue, getFieldCount, getIntValue, getSentenceId, getStringValue, getStringValues, getTalkerId, hashCode, hasValue, isAISSentence, isProprietary, isValid, reset, setBeginChar, setCharValue, setDegreesValue, setDoubleValue, setDoubleValue, setFieldCount, setIntValue, setIntValue, setStringValue, setStringValues, setTalkerId, toSentence, toSentence, toString
-
字段详细资料
-
sentence
-
-
构造器详细资料
-
UBXMessageParser
Construct a parser with the givenUBXSentence.- 参数:
sentence- UBXSentence
-
-
方法详细资料
-
getMessageType
public int getMessageType()从接口复制的说明:UBXMessageReturns the message type (Proprietary message identifier).- 指定者:
getMessageType在接口中UBXMessage- 返回:
- Message type in range from 1 to 27.
- 另请参阅:
-