|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.moos.utils.nodeGUI.SamplerTest
public class SamplerTest
| Constructor Summary | |
|---|---|
SamplerTest()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
void |
processSample(DevicePacket packet)
Process the input packet. |
void |
sampleEndCallback()
Set "sample ended" indicator. |
void |
sampleErrorCallback(java.lang.Exception e)
Set "sample error" indicator. |
void |
sampleStartCallback()
Set "sample starting" indicator. |
void |
startSampling(int millisec)
Start sampling at specified interval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SamplerTest()
| Method Detail |
|---|
public void sampleStartCallback()
public void sampleEndCallback()
public void sampleErrorCallback(java.lang.Exception e)
public void processSample(DevicePacket packet)
public void startSampling(int millisec)
public static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||