Package difar
Class DIFARMessage
java.lang.Object
difar.DIFARMessage
has a case block at bottom of class to copy/paste into methods
- Author:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Called when the datagram is clicked with the mouse.static final int
Delete the current unit held in the datagram.static final int
Delete a data unit from the pre-process queue displaystatic final int
Demux and difargram calculation complete.static final int
message to grab time/gps/add to array manager with other perams required have channel data buoy typestatic final int
Passed around whenever any of the settings in the clip control panel changestatic final int
edit params box, this may have things like time to calibrateint
static final int
static final int
A data unit in the pre-process queue should now be processed.static final int
Return a demuxed data unit from the DIFARgram back to the queue.static final int
Called when save button pressed or single click angle selection used.static final int
Called when save button pressed or single click angle selection used. -
Constructor Summary
ConstructorDescriptionDIFARMessage
(int message) DIFARMessage
(int message, DifarDataUnit difarDataUnit) has a case block at bottom of class to copy/paste into methods -
Method Summary
-
Field Details
-
Deploy
public static final int Deploymessage to grab time/gps/add to array manager with other perams required have channel data buoy type- See Also:
-
EditVesselBuoySettings
public static final int EditVesselBuoySettingsedit 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 DemuxCompleteDemux and difargram calculation complete.- See Also:
-
DeleteFromQueue
public static final int DeleteFromQueueDelete a data unit from the pre-process queue display- See Also:
-
ProcessFromQueue
public static final int ProcessFromQueueA data unit in the pre-process queue should now be processed.- See Also:
-
SaveDatagramUnit
public static final int SaveDatagramUnitCalled when save button pressed or single click angle selection used. OR AUTOSAVES- See Also:
-
SaveDatagramUnitWithoutRange
public static final int SaveDatagramUnitWithoutRangeCalled when save button pressed or single click angle selection used.- See Also:
-
DeleteDatagramUnit
public static final int DeleteDatagramUnitDelete the current unit held in the datagram.- See Also:
-
ClickDatagramUnit
public static final int ClickDatagramUnitCalled 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 DisplaySettingsChangePassed around whenever any of the settings in the clip control panel change- See Also:
-
ReturnToQueue
public static final int ReturnToQueueReturn a demuxed data unit from the DIFARgram back to the queue.- See Also:
-
message
public int message -
difarDataUnit
-
-
Constructor Details
-
DIFARMessage
public DIFARMessage(int message) -
DIFARMessage
has a case block at bottom of class to copy/paste into methods
-