Package PamguardMVC.background
Class SpecBackgroundManager
java.lang.Object
PamguardMVC.background.BackgroundManager<SpecBackgroundDataUnit>
PamguardMVC.background.SpecBackgroundManager
-
Constructor Summary
ConstructorDescriptionSpecBackgroundManager
(PamProcess pamProcess, PamDataBlock detectorDataBlock) -
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
-
SpecBackgroundManager
-
-
Method Details
-
getBackgroundDataBlock
Description copied from class:BackgroundManager
Get the datablock that holds background data.- Specified by:
getBackgroundDataBlock
in classBackgroundManager<SpecBackgroundDataUnit>
- 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<SpecBackgroundDataUnit>
- Returns:
- Writer for binary data
-