public class Real2ProxyRequest extends Real2ProxyMsg
Real2ProxyMsg.Type| Modifier and Type | Field and Description |
|---|---|
float |
arrivalTimeSpan
The arrival time span
|
float |
arrivalVelocity
The arrival velocity
|
int |
departureLaneId
The departure lane ID
|
int |
vin
The VIN of the vehicle
|
messageType, receivedTime| Constructor and Description |
|---|
Real2ProxyRequest(DataInputStream dis,
double receivedTime)
Create a real vehicle to proxy vehicle message for request message.
|
public final int vin
public final float arrivalTimeSpan
public final float arrivalVelocity
public final int departureLaneId
public Real2ProxyRequest(DataInputStream dis, double receivedTime) throws IOException
dis - the I/O streamreceivedTime - the time stampIOExceptionCopyright © 2013. All rights reserved.