|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAcknowledgeNode
public class AcknowledgeNode
Data structure representing a single acknowledgement of a steering command.
Field Summary | |
---|---|
int |
clientID
The identifier of the steering app that asked for this control. |
java.lang.String |
response
The response of the simulation to the steering (may be null) |
double |
simTime
The simulation time at which steering was applied. |
java.lang.String |
targetVar
The identifier of the variable that was steered. |
java.lang.String |
value
The value that was applied for steering. |
Constructor Summary | |
---|---|
AcknowledgeNode(java.lang.String val,
double time,
java.lang.String resp,
java.lang.String target,
int client)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
stringValue()
Converts this data structure to a string of the format " targetVar \r\nvalue \r\nsimTime \r\nresponse " |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String value
public java.lang.String response
public double simTime
public java.lang.String targetVar
public int clientID
Constructor Detail |
---|
public AcknowledgeNode(java.lang.String val, double time, java.lang.String resp, java.lang.String target, int client)
Method Detail |
---|
public java.lang.String stringValue()
targetVar
\r\nvalue
\r\nsimTime
\r\nresponse
"
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |