|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.moos.utils.nodeGUI.InstrumentSampler
public class InstrumentSampler
This class is responsible for getting data from one or more specified instrument services.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
_logger
|
| Constructor Summary | |
|---|---|
InstrumentSampler(Instrument instrument,
int sampleIntervalMsec,
org.mbari.siam.moos.utils.nodeGUI.Application application)
Constructor. |
|
| Method Summary | |
|---|---|
void |
run()
Acquire samples from specified instruments at specified interval. |
void |
setInterval(int msec)
Set sampling interval. |
void |
terminate()
Terminate sampling. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger _logger
| Constructor Detail |
|---|
public InstrumentSampler(Instrument instrument,
int sampleIntervalMsec,
org.mbari.siam.moos.utils.nodeGUI.Application application)
| Method Detail |
|---|
public void setInterval(int msec)
public void terminate()
public void run()
run in interface java.lang.Runnable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||