videoRangePanel
Class VRControl.AngleListener

java.lang.Object
  extended by PamguardMVC.PamProcess
      extended by videoRangePanel.VRControl.AngleListener
All Implemented Interfaces:
Annotator, PamObserver
Enclosing class:
VRControl

private class VRControl.AngleListener
extends PamProcess


Field Summary
(package private)  VRControl vrControl
           
 
Fields inherited from class PamguardMVC.PamProcess
outputDataBlocks, processName, sampleRate
 
Constructor Summary
VRControl.AngleListener(VRControl vrControl)
           
 
Method Summary
 java.lang.String getProcessName()
           
private  void newAngles(AngleDataUnit angleDataUnit)
           
 void newData(PamObservable o, PamDataUnit arg)
           
 void pamStart()
          Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway.
 void pamStop()
          Stops the process.
(package private)  void sortAngleMeasurement()
           
 
Methods inherited from class PamguardMVC.PamProcess
absMillisecondsToSamples, absSamplesToMilliseconds, addOutputDataBlock, changedThreading, clearOldData, createAnnotations, destroyProcess, fillXMLElement, fillXMLParameters, getAncestorDataBlock, getAnnotation, getBackendProcess, getChainPosition, getCpuPercent, getNumAnnotations, getNumOutputDataBlocks, getObserverName, getObserverObject, getOfflineData, getOutputDataBlock, getPamControlledUnit, getParentDataBlock, getParentProcess, getRawSourceDataBlock, getRequiredDataHistory, getSampleRate, getSourceDataBlock, getSourceProcess, isCanMultiThread, makePamProcess, masterClockUpdate, noteNewSettings, notifyModelChanged, prepareProcess, relMillisecondsToSamples, relSamplesToMilliseconds, removeObservable, removeOutputDatablock, saveViewerData, setBackendProcess, setCanMultiThread, setParentDataBlock, setParentDataBlock, setProcessName, setSampleRate, setupProcess, toString, update, updateData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

vrControl

VRControl vrControl
Constructor Detail

VRControl.AngleListener

public VRControl.AngleListener(VRControl vrControl)
Method Detail

getProcessName

public java.lang.String getProcessName()
Overrides:
getProcessName in class PamProcess
Returns:
Name of the PamProcess

pamStart

public void pamStart()
Description copied from class: PamProcess
Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway.

Specified by:
pamStart in class PamProcess

pamStop

public void pamStop()
Description copied from class: PamProcess
Stops the process.

Specified by:
pamStop in class PamProcess

sortAngleMeasurement

void sortAngleMeasurement()

newData

public void newData(PamObservable o,
                    PamDataUnit arg)
Overrides:
newData in class PamProcess

newAngles

private void newAngles(AngleDataUnit angleDataUnit)