Serialized Form

Class wonderly.jeaprs.aprs.APRSAction implements Serializable


Class wonderly.jeaprs.aprs.packet.APRSData implements Serializable

Serialized Fields

data

java.util.Vector data
The extra APRSData objects extracted from a packet. Status packets can can include maidenhead position data, weather etc. Other packets have similar capabilities. When an APRSData packet is processed, it may be necesary to use the getOtherAPRSData() method to get a reference to the extra data that was in the primary packet.


icon

int icon
The icon index number computed by calcIconFrom()


overlay

int overlay
The overlay character/numeric offset.

See Also:
APRSData.hasOverlaya, APRSData.hasOverlayn

altIcons

boolean altIcons
Whether or not the icon is in the alt icons group


hasOverlaya

boolean hasOverlaya
True if there is an alpha character overlay. overlay is then the value to add to 'A' to get the overlay character. i.e. it has a value from 0 to 25.


hasOverlayn

boolean hasOverlayn
True if there is a numeric character overlay. overlay is then the value to add to '0' to get the overlay character. i.e. it has a value from 0 to 9.


packetType

char packetType
The character used as the first character in this packet


Class wonderly.jeaprs.aprs.APRSException implements Serializable


Class wonderly.jeaprs.aprs.packet.APRSGps implements Serializable

Serialized Fields

slat

java.lang.String slat

slon

java.lang.String slon

lat

long lat

lon

long lon

cse

int cse

spd

int spd

alt

int alt

magVar

int magVar

magVarDir

char magVarDir

sats

int sats

hour

int hour

min

int min

sec

int sec

mon

int mon

day

int day

year

int year

data

java.lang.String data

valid

boolean valid

time

long time

coursePresent

boolean coursePresent

speedPresent

boolean speedPresent

altPresent

boolean altPresent

satsPresent

boolean satsPresent

type

int type

geosep

java.lang.String geosep

diffAge

java.lang.String diffAge

diffId

java.lang.String diffId

name

wonderly.jeaprs.ByteString name


Class wonderly.jeaprs.aprs.packet.APRSItem implements Serializable


Class wonderly.jeaprs.aprs.packet.APRSLocationInfo implements Serializable

Serialized Fields

slat

wonderly.jeaprs.ByteString slat

slon

wonderly.jeaprs.ByteString slon

lat

long lat

lon

long lon

course

int course

speed

int speed

name

wonderly.jeaprs.ByteString name

msg

wonderly.jeaprs.ByteString msg

sym

byte sym

tab

byte tab

haveCseSpd

boolean haveCseSpd


Class wonderly.jeaprs.aprs.packet.APRSMessage implements Serializable

Serialized Fields

msg

wonderly.jeaprs.ByteString msg

ack

wonderly.jeaprs.ByteString ack

to

wonderly.jeaprs.ByteString to

isack

boolean isack


Class wonderly.jeaprs.aprs.packet.APRSObject implements Serializable

Serialized Fields

name

wonderly.jeaprs.ByteString name

type

int type

time

long time

tab

byte tab

sym

byte sym

live

boolean live

msg

wonderly.jeaprs.ByteString msg

lonSecs

long lonSecs

latSecs

long latSecs

course

int course

speed

int speed

power

int power

height

int height

gain

int gain

range

long range

direct

int direct

objType

int objType

latOff

int latOff

lonOff

int lonOff

color

int color


Class wonderly.jeaprs.aprs.packet.APRSPacket implements Serializable

Serialized Fields

from

wonderly.jeaprs.ByteString from

path

wonderly.jeaprs.ByteString path

type

byte type

info

wonderly.jeaprs.ByteString info


Class wonderly.jeaprs.aprs.APRSPosit implements Serializable

Serialized Fields

symChar

char symChar

symTab

char symTab

haveChar

boolean haveChar

haveTab

boolean haveTab

rptTime

int rptTime

lastGps

java.lang.String lastGps

staticLoc

java.lang.String staticLoc

micE

boolean micE

compr

boolean compr

posit

boolean posit

withStatus

boolean withStatus

withDF

boolean withDF

withZulu

boolean withZulu

debug

boolean debug

withAlt

boolean withAlt

forced

boolean forced

lastTime

long lastTime

meteor

boolean meteor

errstr

java.lang.String errstr

ambigPos

int ambigPos

lastStat

long lastStat

stationMeteorInfo

java.lang.String stationMeteorInfo

stationEmailAddr

java.lang.String stationEmailAddr

waitLock

java.lang.Object waitLock

overlay

int overlay

iconIndex

int iconIndex

digiperc

int digiperc

digicnt

int digicnt

ratesHash

java.util.Hashtable ratesHash

beaconLowSpeed

int beaconLowSpeed

beaconStoppedDelay

int beaconStoppedDelay

beaconTurnTime

int beaconTurnTime

beaconTurnMin

int beaconTurnMin

beaconTurnThreshold

int beaconTurnThreshold

beaconHighSpeed

int beaconHighSpeed

beaconFastRate

int beaconFastRate

myMph

int myMph

myOldHeading

int myOldHeading

lastBeaconTime

long lastBeaconTime

bar

javax.swing.JMenuBar bar

lastspeed

int lastspeed


Class wonderly.jeaprs.aprs.packet.APRSPosition implements Serializable

Serialized Fields

lat

long lat

lon

long lon

time

long time

tab

byte tab

sym

byte sym

alt

int alt

cse

int cse

spd

int spd

range

int range

bear

int bear

signal

int signal

debug

boolean debug

strength

int strength

power

int power

height

int height

gain

int gain

message

wonderly.jeaprs.ByteString message

haveMsg

boolean haveMsg

havePHG

boolean havePHG

haveDFS

boolean haveDFS

haveRNG

boolean haveRNG

haveNRQ

boolean haveNRQ

isAmbiguous

boolean isAmbiguous

ambiguousDist

int ambiguousDist

areaObject

wonderly.jeaprs.ByteString areaObject

grid

wonderly.jeaprs.ByteString grid

isMeteor

boolean isMeteor

bearing

int bearing

nVal

int nVal

rVal

int rVal

qVal

int qVal

pktType

int pktType

dirstr

wonderly.jeaprs.ByteString dirstr

dir

int dir

sendAreaObject

boolean sendAreaObject

sendPHG

boolean sendPHG

sendRange

boolean sendRange

sendNRQ

boolean sendNRQ

objType

int objType

objColor

int objColor

objIntens

int objIntens

name

wonderly.jeaprs.ByteString name


Class wonderly.jeaprs.aprs.packet.APRSQuery implements Serializable

Serialized Fields

resultCall

wonderly.jeaprs.ByteString resultCall

queryName

wonderly.jeaprs.ByteString queryName

station

wonderly.jeaprs.ByteString station


Class wonderly.jeaprs.aprs.packet.APRSShelter implements Serializable

Serialized Fields

data

wonderly.jeaprs.ByteString data


Class wonderly.jeaprs.aprs.packet.APRSStation implements Serializable

Serialized Fields

stationData

wonderly.jeaprs.ByteString stationData


Class wonderly.jeaprs.aprs.packet.APRSStatus implements Serializable

Serialized Fields

stat

wonderly.jeaprs.ByteString stat

power

int power

heading

int heading

mh

wonderly.jeaprs.ByteString mh

tm

wonderly.jeaprs.ByteString tm

icon

byte icon

tab

byte tab

time

long time

pc

byte pc

hc

byte hc


Class wonderly.jeaprs.aprs.packet.APRSTelemetry implements Serializable

Serialized Fields

seq

int seq

v

int[] v

b1

int b1

msg

wonderly.jeaprs.ByteString msg


Class wonderly.jeaprs.aprs.packet.APRSThirdParty implements Serializable


Class wonderly.jeaprs.aprs.packet.APRSUserDefined implements Serializable

Serialized Fields

data

wonderly.jeaprs.ByteString data

type

byte type


Class wonderly.jeaprs.aprs.packet.APRSWeather implements Serializable

Serialized Fields

smonth

wonderly.jeaprs.ByteString smonth

sday

wonderly.jeaprs.ByteString sday

shour

wonderly.jeaprs.ByteString shour

sminute

wonderly.jeaprs.ByteString sminute

sjuliandate

wonderly.jeaprs.ByteString sjuliandate

stime

wonderly.jeaprs.ByteString stime

sdir

wonderly.jeaprs.ByteString sdir

sspd

wonderly.jeaprs.ByteString sspd

sgust

wonderly.jeaprs.ByteString sgust

stemp

wonderly.jeaprs.ByteString stemp

srainhr

wonderly.jeaprs.ByteString srainhr

srainlhr

wonderly.jeaprs.ByteString srainlhr

srainmid

wonderly.jeaprs.ByteString srainmid

srainmo

wonderly.jeaprs.ByteString srainmo

shumid

wonderly.jeaprs.ByteString shumid

spres

wonderly.jeaprs.ByteString spres

spresdel

wonderly.jeaprs.ByteString spresdel

data

wonderly.jeaprs.ByteString data

noMoreNumbers

wonderly.jeaprs.ByteString noMoreNumbers

src

int src


Class wonderly.jeaprs.ByteString implements Serializable

Serialized Fields

arr

byte[] arr

code

int code


Class wonderly.jeaprs.swing.CircularListModel implements Serializable

Serialized Fields

h

int h

t

int t

maxSize

int maxSize

wrapped

boolean wrapped


Class wonderly.jeaprs.aprs.InvalidPacketConfigurationException implements Serializable


Class wonderly.jeaprs.aprs.JLCDDisplay implements Serializable

Serialized Fields

lines

javax.swing.JTextField[] lines

lns

int lns

cols

int cols

curline

int curline


Class wonderly.jeaprs.aprs.JWhizWheel implements Serializable

Serialized Fields

listeners

java.util.Hashtable listeners

click

javax.swing.JButton click

click2

javax.swing.JButton click2

pos

javax.swing.JScrollBar pos

posval

javax.swing.JLabel posval


Class wonderly.jeaprs.MessageTableModel implements Serializable

Serialized Fields

APRS

wonderly.jeaprs.aprs.data.APRS APRS

msgArea

javax.swing.JTable msgArea

pkts

java.util.Vector pkts

h

java.util.Hashtable h

MAX_STATIONS

int MAX_STATIONS


Class wonderly.jeaprs.aprs.ModeNotSupportedException implements Serializable


Class wonderly.jeaprs.map.pdb.PDBMap implements Serializable

Serialized Fields

ox

double ox

oy

double oy

width

double width

height

double height

drawing

PDBMap.pAPRSHeader drawing

fnames

java.lang.String[] fnames

lastDir

java.lang.String lastDir

zoomOffX

double zoomOffX

zoomOffY

double zoomOffY

zoomWidth

double zoomWidth

zoomHeight

double zoomHeight

downAt

java.awt.Point downAt

drawTo

java.awt.Point drawTo

debug

boolean debug

toDraw

java.util.Vector toDraw

minx

int minx

miny

int miny

maxx

int maxx

maxy

int maxy


Class wonderly.jeaprs.StationPackets implements Serializable

Serialized Fields

wthr

wonderly.jeaprs.aprs.packet.APRSWeather wthr

msg

wonderly.jeaprs.aprs.packet.APRSMessage msg

pos

wonderly.jeaprs.aprs.packet.APRSPositionData pos

sts

wonderly.jeaprs.aprs.packet.APRSStatus sts

gps

wonderly.jeaprs.aprs.packet.APRSGps gps

pkt

wonderly.jeaprs.aprs.packet.APRSPacket pkt

pospkt

wonderly.jeaprs.aprs.packet.APRSPacket pospkt

station

wonderly.jeaprs.aprs.packet.APRSStation station

data

wonderly.jeaprs.aprs.packet.APRSData data

digis

java.util.Hashtable digis

cnts

int[] cnts

first

long first


Class wonderly.jeaprs.swing.VectorListModel implements Serializable

Serialized Fields

delegate

java.util.Vector delegate