Class VRProcess

java.lang.Object
PamguardMVC.PamProcess
videoRangePanel.VRProcess
All Implemented Interfaces:
PamObserver, ProcessAnnotator

public class VRProcess extends PamProcess
  • Constructor Details Link icon

    • VRProcess Link icon

      public VRProcess(VRControl vrControl)
  • Method Details Link icon

    • pamStart Link icon

      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
    • newVRLoc Link icon

      public void newVRLoc(VRMeasurement vrMeasurement)
    • pamStop Link icon

      public void pamStop()
      Description copied from class: PamProcess
      Stops the process.
      Specified by:
      pamStop in class PamProcess
    • getVrDataBlock Link icon

      public VRDataBlock getVrDataBlock()