Package clickDetector.background
Class ClickBackgroundManager
java.lang.Object
PamguardMVC.background.BackgroundManager<ClickBackgroundDataUnit>
clickDetector.background.ClickBackgroundManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a writer and reader for binary background dataGet the datablock that holds background data.Methods inherited from class PamguardMVC.background.BackgroundManager
addData, getDetectorDataBlock, getDetectorProcess
-
Constructor Details
-
ClickBackgroundManager
-
-
Method Details
-
getBackgroundDataBlock
Description copied from class:BackgroundManager
Get the datablock that holds background data.- Specified by:
getBackgroundDataBlock
in classBackgroundManager<ClickBackgroundDataUnit>
- Returns:
- datablock for background data
-
getBackgroundBinaryWriter
Description copied from class:BackgroundManager
Get a writer and reader for binary background data- Specified by:
getBackgroundBinaryWriter
in classBackgroundManager<ClickBackgroundDataUnit>
- Returns:
- Writer for binary data
-