Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
H
I
L
M
N
P
R
S
T
C
calcPred(Position)
- Method in class
GpsMonitor
Calculate where we will be in
seconds with current speed and direction.
chart_pos
- Variable in class
GpsMonitor
chartdata
- Variable in class
GpsMonitor
content
- Variable in class transport.protocol.
MulticastMessage
Content to send in this message.
F
from
- Variable in class transport.protocol.
Message
The port number of who sent the message.
G
getContent()
- Method in class transport.protocol.
MulticastMessage
This method returns the object content of the message.
getFrom()
- Method in class transport.protocol.
Message
This method returns the port that the sender listens to.
getHeading()
- Method in class transport.protocol.
NMEAMessage
This method returns the heading of gps coordinate.
getHops()
- Method in class transport.protocol.
MulticastMessage
This method returns the max number of hops for this message to take.
getLatitude()
- Method in class transport.protocol.
NMEAMessage
This method returns the latitude of gps coordinate.
getLongitude()
- Method in class transport.protocol.
NMEAMessage
This method returns the longitude of gps coordinate.
getMessage()
- Method in class transport.protocol.
MulticastMessage
This method returns the String content of the message.
getNmea()
- Method in class transport.protocol.
NMEAMessage
This method returns the String nmea message.
getTime()
- Method in class transport.protocol.
NMEAMessage
This method returns the time of gps coordinate.
getTo()
- Method in class transport.protocol.
Message
This method returns the port to send the message to.
gps
- Variable in class
GpsMonitor
GpsMonitor
- class
GpsMonitor
.
This class is for running the GpsMonitor iPAQ Application.
GpsMonitor(String, String, boolean, int)
- Constructor for class
GpsMonitor
Constructor that creates an instance of GpsMonitor.
H
heading
- Variable in class transport.protocol.
NMEAMessage
The heading for the receiving agent.
hops
- Variable in class transport.protocol.
MulticastMessage
The maximum number hops the message can make.
host
- Variable in class transport.
SocketSender
I
incomingMessage(Message)
- Method in interface transport.
SocketReceiverListener
L
latitude
- Variable in class transport.protocol.
NMEAMessage
The latitude position for the receiving agent.
listener
- Variable in class transport.
SocketReceiver
longitude
- Variable in class transport.protocol.
NMEAMessage
The longitude position for the receiving agent.
M
main(String[])
- Static method in class
GpsMonitor
The main method that creates an instance of GpsMontior according to a command-line argument.
message
- Variable in class transport.
SocketSender
message
- Variable in class transport.protocol.
MulticastMessage
The string content of this Message.
Message
- class transport.protocol.
Message
.
This class defines the basic structure for a message used to send data between agents in the simulation.
Message(int, int)
- Constructor for class transport.protocol.
Message
This constructor initializes the Message.
monitorUI
- Variable in class
GpsMonitor
MulticastMessage
- class transport.protocol.
MulticastMessage
.
This class represents a Multicast message.
MulticastMessage(String, int)
- Constructor for class transport.protocol.
MulticastMessage
This constructor initializes the Message.
MulticastMessage(String, int, int)
- Constructor for class transport.protocol.
MulticastMessage
This constructor initializes the Message.
N
nmea
- Variable in class transport.protocol.
NMEAMessage
Nmea formatted message string.
NMEAMessage
- class transport.protocol.
NMEAMessage
.
This class is a NMEAMessage.
NMEAMessage(int, int, double, double, double, long)
- Constructor for class transport.protocol.
NMEAMessage
This constructor initializes the nmea message.
NMEAMessage(String, int, int)
- Constructor for class transport.protocol.
NMEAMessage
This constructor initializes the .
P
pollGps()
- Method in class
GpsMonitor
This method updates the GUI with the latest values available from the GPS.
port
- Variable in class transport.
SocketReceiver
R
readData(String)
- Method in class
GpsMonitor
Read calibration data from file.
run()
- Method in class transport.
SocketReceiver
This
run()
- Method in class transport.
SocketSender
This method
runMonitor()
- Method in class
GpsMonitor
This loop continues polling the widget until the application is shut down.
S
setContent(Object)
- Method in class transport.protocol.
MulticastMessage
This method sets the object data to send in this message.
setTo(int)
- Method in class transport.protocol.
Message
This method sets the port to send the message to.
SocketReceiver
- class transport.
SocketReceiver
.
This class
SocketReceiver(SocketReceiverListener, int)
- Constructor for class transport.
SocketReceiver
This constructor initializes the user.
SocketReceiverListener
- interface transport.
SocketReceiverListener
.
SocketSender
- class transport.
SocketSender
.
This class
SocketSender(Message)
- Constructor for class transport.
SocketSender
This constructor initializes the user.
SocketSender(Message, String)
- Constructor for class transport.
SocketSender
This constructor initializes the user.
T
time
- Variable in class transport.protocol.
NMEAMessage
The time for the receiving agent.
to
- Variable in class transport.protocol.
Message
The port number to whom the message is being sent.
transport
- package transport
transport.protocol
- package transport.protocol
C
F
G
H
I
L
M
N
P
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes