Package PamController
Interface OfflineFileDataStore
- All Superinterfaces:
OfflineDataStore
- All Known Implementing Classes:
AcquisitionControl
,BeamformControl
,DecimatorControl
,STAcquisitionControl
Generic data store for offline files. Works with OfflineFileServer and subclasses thereof.
Was OfflineRawDataStore when just used for wav files.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface PamController.OfflineDataStore
createOfflineDataMap, getDatagramManager, getDataLocation, getDataSourceName, loadData, rewriteIndexFile, saveData
-
Method Details
-
getOfflineFileServer
OfflineFileServer getOfflineFileServer()- Returns:
- The offline file server which will do the actual work
-
getRawDataBlock
PamDataBlock getRawDataBlock() -
getParentProcess
PamProcess getParentProcess() -
getUnitName
String getUnitName()
-