Package difar

Class DIFARMessage

java.lang.Object
difar.DIFARMessage

public class DIFARMessage extends Object
has a case block at bottom of class to copy/paste into methods
Author:
  • Field Details

    • Deploy

      public static final int Deploy
      message to grab time/gps/add to array manager with other perams required have channel data buoy type
      See Also:
    • EditVesselBuoySettings

      public static final int EditVesselBuoySettings
      edit params box, this may have things like time to calibrate
      See Also:
    • NewDifarUnit

      public static final int NewDifarUnit
      See Also:
    • DemuxComplete

      public static final int DemuxComplete
      Demux and difargram calculation complete.
      See Also:
    • DeleteFromQueue

      public static final int DeleteFromQueue
      Delete a data unit from the pre-process queue display
      See Also:
    • ProcessFromQueue

      public static final int ProcessFromQueue
      A data unit in the pre-process queue should now be processed.
      See Also:
    • SaveDatagramUnit

      public static final int SaveDatagramUnit
      Called when save button pressed or single click angle selection used. OR AUTOSAVES
      See Also:
    • SaveDatagramUnitWithoutRange

      public static final int SaveDatagramUnitWithoutRange
      Called when save button pressed or single click angle selection used.
      See Also:
    • DeleteDatagramUnit

      public static final int DeleteDatagramUnit
      Delete the current unit held in the datagram.
      See Also:
    • ClickDatagramUnit

      public static final int ClickDatagramUnit
      Called when the datagram is clicked with the mouse. Angle is added to the dataunit at this point, but it may not actually get saved= delends on state of difarParameters.singleclickSave
      See Also:
    • DisplaySettingsChange

      public static final int DisplaySettingsChange
      Passed around whenever any of the settings in the clip control panel change
      See Also:
    • ReturnToQueue

      public static final int ReturnToQueue
      Return a demuxed data unit from the DIFARgram back to the queue.
      See Also:
    • message

      public int message
    • difarDataUnit

      public DifarDataUnit difarDataUnit
  • Constructor Details

    • DIFARMessage

      public DIFARMessage(int message)
    • DIFARMessage

      public DIFARMessage(int message, DifarDataUnit difarDataUnit)
      has a case block at bottom of class to copy/paste into methods