|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.msg.udp.Real2ProxyMsg
aim4.msg.udp.Real2ProxyRequest
public class Real2ProxyRequest
A real vehicle to proxy vehicle message for request message.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class aim4.msg.udp.Real2ProxyMsg |
|---|
Real2ProxyMsg.Type |
| Field Summary | |
|---|---|
float |
arrivalTimeSpan
The arrival time span |
float |
arrivalVelocity
The arrival velocity |
int |
departureLaneId
The departure lane ID |
int |
vin
The VIN of the vehicle |
| Fields inherited from class aim4.msg.udp.Real2ProxyMsg |
|---|
messageType, receivedTime |
| Constructor Summary | |
|---|---|
Real2ProxyRequest(DataInputStream dis,
double receivedTime)
Create a real vehicle to proxy vehicle message for request message. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int vin
public final float arrivalTimeSpan
public final float arrivalVelocity
public final int departureLaneId
| Constructor Detail |
|---|
public Real2ProxyRequest(DataInputStream dis,
double receivedTime)
throws IOException
dis - the I/O streamreceivedTime - the time stamp
IOException| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||