public abstract class Real2ProxyMsg extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Real2ProxyMsg.Type
The type of the message.
|
| Modifier and Type | Field and Description |
|---|---|
Real2ProxyMsg.Type |
messageType
The type of this message.
|
double |
receivedTime
the received time of this message
|
| Constructor and Description |
|---|
Real2ProxyMsg(Real2ProxyMsg.Type messageType,
double receivedTime)
Create a real vehicle to proxy vehicle message.
|
public final Real2ProxyMsg.Type messageType
public final double receivedTime
public Real2ProxyMsg(Real2ProxyMsg.Type messageType, double receivedTime)
messageType - the message typereceivedTime - the time stampCopyright © 2013. All rights reserved.