Package beamformer
Class BeamFormerBaseControl
java.lang.Object
PamController.PamControlledUnit
beamformer.BeamFormerBaseControl
- All Implemented Interfaces:
SettingsNameProvider
- Direct Known Subclasses:
BeamFormBearingWrapper
,BeamFormerControl
,BeamFormLocaliserControl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindAlgorithmByName
(String algoName) find an algorithm provider by namevoid
setBeamFormerParams
(BeamFormerParams beamFormerParams) void
setBeamFormerProcess
(BeamFormerBaseProcess beamFormerProcess) Methods inherited from class PamController.PamControlledUnit
addOfflineTaskGroup, addOtherRelatedMenuItems, addPamProcess, addPamProcess, addRelatedMenuItems, canClose, canPlayViewerSound, createDetectionMenu, createDisplayMenu, createFileMenu, createHelpMenu, flushDataBlockBuffers, getBackupInformation, getFrameNumber, getGUI, getGuiFrame, getInstanceIndex, getModuleStatus, getModuleStatusManager, getModuleSummary, getModuleSummary, getNumOfflineTaskGroups, getNumPamProcesses, getOfflineState, getOfflineTaskGroup, getPamConfiguration, getPamController, getPamModuleInfo, getPamProcess, getPamView, getPlugin, getShortUnitType, getSidePanel, getTabClipCopier, getTabPanel, getTabSpecificMenuBar, getToolbarComponent, getUnitName, getUnitType, getVerboseLevel, gotoTab, isInMainConfiguration, isNetRx, isViewer, notifyModelChanged, pamClose, pamHasStopped, pamToStart, playViewerSound, removePamProcess, removeUnit, rename, saveViewerData, setFrameNumber, setModuleStatusManager, setPamConfiguration, setPamController, setPamModuleInfo, setPamView, setSidePanel, setTabPanel, setToolbarComponent, setupControlledUnit, stopViewerSound, tellModule, terminalPrint, terminalPrintln, toString
-
Constructor Details
-
BeamFormerBaseControl
-
-
Method Details
-
getBeamFormerParams
- Returns:
- the beamFormerParams
-
setBeamFormerParams
- Parameters:
beamFormerParams
- the beamFormerParams to set
-
getAlgorithmList
- Returns:
- the algorithmList
-
findAlgorithmByName
find an algorithm provider by name- Parameters:
algoName
- Algorithm name- Returns:
- algorithm provider or null if no matches.
-
getBeamFormerProcess
- Returns:
- the beamFormerProcess
-
setBeamFormerProcess
-