|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.moos.utils.node.DataQueue
public class DataQueue
| Constructor Summary | |
|---|---|
DataQueue(java.lang.String name,
long startTime,
DataDisplaySettings settings)
Constructor |
|
| Method Summary | |
|---|---|
void |
add(java.lang.Double xData,
java.lang.Double yData)
method adds the data to the end of the queue |
java.lang.Double[] |
get(int n)
get the nth element in the queue |
void |
printData()
method to print out the contents of the queue , use for debugging if necessary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataQueue(java.lang.String name,
long startTime,
DataDisplaySettings settings)
| Method Detail |
|---|
public void add(java.lang.Double xData,
java.lang.Double yData)
public java.lang.Double[] get(int n)
public void printData()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||