|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamController.PamControlledUnit
ishmaelComms.IshmaelDataControl
public class IshmaelDataControl
Controller for NMEA data acquisition into the Pamguard framework
The controller contains two processes, each of which produces a single output PamDataBlock.
The first process adds all NMEA strings to it's output block in their original format
The second process takes only the GPRMC data and adds them to a separate data block. the map should subscribe to this second process and tell it how much data it wished to keep using the FirstRequiredSample method of the PamObserver interface.
| Field Summary | |
|---|---|
(package private) ProcessIshmaelData |
ishmaelClientProcess
|
(package private) IshmaelDataControl |
ishmaelDataControl
|
| Fields inherited from class PamController.PamControlledUnit |
|---|
isViewer |
| Constructor Summary | |
|---|---|
IshmaelDataControl(java.lang.String unitName)
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
getSettingsReference()
|
long |
getSettingsVersion()
|
boolean |
restoreSettings(PamControlledUnitSettings pamControlledUnitSettings)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface PamController.PamSettings |
|---|
getUnitName, getUnitType |
| Field Detail |
|---|
IshmaelDataControl ishmaelDataControl
ProcessIshmaelData ishmaelClientProcess
| Constructor Detail |
|---|
public IshmaelDataControl(java.lang.String unitName)
| Method Detail |
|---|
public boolean restoreSettings(PamControlledUnitSettings pamControlledUnitSettings)
restoreSettings in interface PamSettingspublic java.io.Serializable getSettingsReference()
getSettingsReference in interface PamSettingspublic long getSettingsVersion()
getSettingsVersion in interface PamSettings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||