public class MicE extends PositionMessage implements SendableMessage
AX25Message.Precedenceabc, altitude, altitudeUnit, COMPRESSED_LAT_SCALING, CONV_MPH_TO_METERS_PER_SEC, DHM, fLatitude, fLatPrecision, fLongitude, fmtMonitorFreq, HMS, isCustom, latitude, LN_BASE1_08, longitude, MDHMcomment, extensions, msgType, S_PERMANENT, S_PERMANENT_UC, symbolCode, symTableId, USASCIIax25Frame, invalid, ISO_8859_1, originatingCallsign, PERMANENT, rcptTime, thirdParty, timestamp, UTC, UTF8| Constructor and Description |
|---|
MicE(byte[] body,
int offset,
java.lang.String thirdParty,
AX25Callsign dest,
long rcvTimestamp)
Decode a Mic-E message from a byte array,
|
MicE(long now)
Alternate constructor for creating a locally-originated MicE message.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
encodeDestination(double latitude,
double longitude,
byte status,
boolean isCustom)
Build the tocall destination "callsign" for a Mic-E message, containing the latitude, the status,
and part of the longitude information.
|
byte[] |
getBody(boolean countTransmission,
byte protocolId,
AX25Frame frame)
Get an instance of this message, suitable for transmitting.
|
AX25Message.Precedence |
getPrecedence()
Report the traffic-handling precedence for this message instance.
|
java.lang.String |
getRadioModel()
Get the model string (if any) decoded from the Mic-E model type codes in the free-text field.
|
java.lang.String |
paramString()
Descriptive text about this message, to be included in the toString() method's response.
|
appendAreaParameters, appendRepeaterParameters, appendSignpostParameters, bodyEquals, createObjectFromThisPosition, decodeDataExtension, decodeLatitude, decodeLongitude, decodeOnlyLatitude, decodeOnlyLongitude, encodeLatitudeCompressed, encodeLatitudePlainText, encodeLongitudeCompressed, encodeLongitudePlainText, extractCompressedLatitude, extractCompressedLongitude, extractLatitude, extractLongitude, getAbc, getAltitude, getAltitudeUnit, getCustom, getLatitude, getLatitudeAccuracy, getLongitude, hasPosition, isEnabled, isShowDate, isUsingCompressedFormat, looksLikeFrequency, looksLikeFrequency, setAbc, setLatitude, setLocation, setLongitude, setShowDate, testIfValidCompressedLocationcompareTo, decodeDatestamp, decodeHurricaneParams, decodeTimestamp, decodeWeatherParams, decodeWeatherParams, dup, encodeTimestamp, extractComment, extractComment, extractSymbol, formatBody, getComment, getExtension, getExtensionString, getMsgType, getReadOnlyExtensionMap, getSymbolCode, getSymTableId, hasWeather, inferSymbol, isSymbolInferred, looksLikeLongFormatLatitude, setComment, setSymbolCode, setSymTableId, storeExtension, toStringequals, extractSource, getAx25Frame, getFirstDigipeat, getLastDigipeat, getOriginalDestination, getOriginalSource, getOriginatingCallsign, getRcptTime, getTimestamp, hashCode, hasThisFirstDigi, indexOf, indexOf, isInvalid, onlyDigits, onlyDigits, onlyDigitsOrPeriod, onlyDigitsOrSpace, onlyDigitsPlus, onlyPeriods, setAx25Frame, setInvalid, setOriginatingCallsign, setRcptTime, setTimestamp, splitclone, finalize, getClass, notify, notifyAll, wait, wait, waitdup, isEnabledpublic MicE(byte[] body,
int offset,
java.lang.String thirdParty,
AX25Callsign dest,
long rcvTimestamp)
body - byte array containing the Mic-E messageoffset - index into the byte array where the Mic-E message startsthirdParty - third-party routing path, or null if not routed from another networkdest - destination callsign (to extract part of the position and status information from)rcvTimestamp - time in Java milliseconds since 1 Jan 1970 UTC when this message was receivedpublic MicE(long now)
now - current time in milliseconds since midnight Jan 1 1970 UTCpublic java.lang.String paramString()
paramString in class PositionMessageMessage.toString()public java.lang.String getRadioModel()
public AX25Message.Precedence getPrecedence()
getPrecedence in class AX25Messagepublic static java.lang.String encodeDestination(double latitude,
double longitude,
byte status,
boolean isCustom)
latitude - latitude in fractional degrees Northlongitude - longitude in fractional degrees Eaststatus - Mic-E status code in the range 0 to 7isCustom - boolean true if this is a custom status code instead of a standard status codepublic byte[] getBody(boolean countTransmission,
byte protocolId,
AX25Frame frame)
getBody in interface SendableMessagecountTransmission - number of times the message has been transmitted.protocolId - AX.25 protocol ID to generate the message in, or 0 for default protocol; currently,
only NOLVL3 (APRS) and OPENTRAC are supported.frame - AX25Frame into which the message will be placed; the decoded message (as opposed to the byte
array encoding) should be stored into the field frame.parsedAX25MsgAX25Frame.parsedAX25Msg