Package group3dlocaliser
Class Group3DProcess
java.lang.Object
PamguardMVC.PamProcess
group3dlocaliser.Group3DProcess
- All Implemented Interfaces:
 DetectionGroupMonitor,PamObserver,ProcessAnnotator
- 
Field Summary
Fields inherited from class PamguardMVC.PamProcess
outputDataBlocks, parentDataBlock, processName, sampleRate - 
Constructor Summary
ConstructorsConstructorDescriptionGroup3DProcess(Group3DLocaliserControl group3DControl) Process for 3D localisation based on multiple hydrophone clusters. - 
Method Summary
Modifier and TypeMethodDescriptionvoidmasterClockUpdate(long timeMilliseconds, long sampleNumber) voidnewData(PamObservable o, PamDataUnit pamDataUnit) voidnewGroupedDataSet(DetectionGroupedSet detectionGroupedSet1) The detection grouper has decided a load of detections are associated and provides 1 or more lists of units depending on how they are all combined - generally with far too many options ...voidnotifyModelChanged(int changeType) voidpamStart()Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway).voidpamStop()Stops the process.voidCalled for each process before any of them receive the PamStart commandvoidupdateData(PamObservable o, PamDataUnit pamDataUnit) Informs the PamObserver that existing data have been updatedMethods inherited from class PamguardMVC.PamProcess
absMillisecondsToSamples, absSamplesToMilliseconds, addData, addMultiPlexDataBlock, addOutputDataBlock, changedThreading, clearOldData, createAnnotations, destroyProcess, dumpBufferStatus, flushDataBlockBuffers, getAncestorDataBlock, getAnnotation, getChainPosition, getCompatibleDataUnits, getCpuPercent, getFrequencyRange, getLastSourceNotificationObject, getLastSourceNotificationType, getMuiltiplexDataBlock, getNumAnnotations, getNumMuiltiplexDataBlocks, getNumOutputDataBlocks, getObserverName, getObserverObject, getOfflineData, getOfflineData, getOutputDataBlock, getOutputDataBlocks, getPamControlledUnit, getParentDataBlock, getParentDataBlocks, getParentProcess, getProcessCheck, getProcessName, getRawSourceDataBlock, getRawSourceDataBlock, getRequiredDataHistory, getSampleRate, getSourceDataBlock, getSourceProcess, hasOutputDatablock, isCanMultiThread, isExternalProcess, isMultiplex, makePamProcess, noteNewSettings, prepareProcessOK, processNewBuoyData, receiveSourceNotification, relMillisecondsToSamples, relSamplesToMilliseconds, removeAllDataBlocks, removeAllMultiPlexDataBlocks, removeMultiPlexDataBlock, removeObservable, removeOutputDatablock, resetDataBlocks, saveViewerData, setCanMultiThread, setExternalProcess, setMultiplex, setParentDataBlock, setParentDataBlock, setProcessCheck, setProcessName, setSampleRate, setupProcess, toString 
- 
Constructor Details
- 
Group3DProcess
Process for 3D localisation based on multiple hydrophone clusters.(It is possible to have a single hydrophone in a cluster, so really this is just a new, cleaner, implementation of a 3D localiser).
- Parameters:
 group3DControl-
 
 - 
 - 
Method Details
- 
prepareProcess
public void prepareProcess()Description copied from class:PamProcessCalled for each process before any of them receive the PamStart command- Overrides:
 prepareProcessin classPamProcess
 - 
pamStart
public void pamStart()Description copied from class:PamProcessCalled for each process to tell it to start (may not be necessary for processes which are listening for data anyway).- Specified by:
 pamStartin classPamProcess
 - 
pamStop
public void pamStop()Description copied from class:PamProcessStops the process.- Specified by:
 pamStopin classPamProcess
 - 
notifyModelChanged
public void notifyModelChanged(int changeType) - Overrides:
 notifyModelChangedin classPamProcess
 - 
masterClockUpdate
public void masterClockUpdate(long timeMilliseconds, long sampleNumber) - Specified by:
 masterClockUpdatein interfacePamObserver- Overrides:
 masterClockUpdatein classPamProcess
 - 
newData
- Overrides:
 newDatain classPamProcess
 - 
updateData
Description copied from interface:PamObserverInforms the PamObserver that existing data have been updated- Specified by:
 updateDatain interfacePamObserver- Overrides:
 updateDatain classPamProcess
 - 
newGroupedDataSet
Description copied from interface:DetectionGroupMonitorThe detection grouper has decided a load of detections are associated and provides 1 or more lists of units depending on how they are all combined - generally with far too many options ...- Specified by:
 newGroupedDataSetin interfaceDetectionGroupMonitor- Parameters:
 detectionGroupedSet1-
 - 
getGroup3dDataBlock
- Returns:
 - the group3dDataBlock
 
 - 
getLocaliserAlgorithm3D
- Returns:
 - the localiserAlgorithm3D
 
 
 -