Package clickDetector.background
Class ClickBackgroundManager
java.lang.Object
PamguardMVC.background.BackgroundManager<ClickBackgroundDataUnit>
clickDetector.background.ClickBackgroundManager
- 
Constructor Summary
Constructors - 
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:BackgroundManagerGet the datablock that holds background data.- Specified by:
 getBackgroundDataBlockin classBackgroundManager<ClickBackgroundDataUnit>- Returns:
 - datablock for background data
 
 - 
getBackgroundBinaryWriter
Description copied from class:BackgroundManagerGet a writer and reader for binary background data- Specified by:
 getBackgroundBinaryWriterin classBackgroundManager<ClickBackgroundDataUnit>- Returns:
 - Writer for binary data
 
 
 -