Uses of Class
PamguardMVC.uid.UIDStatusReport
-
Uses of UIDStatusReport in PamguardMVC.uid
Modifier and TypeMethodDescriptionvoid
UIDStatusReport.addResult
(UIDStatusReport result) Add the counts of another result to this one. -
Uses of UIDStatusReport in PamguardMVC.uid.repair
Modifier and TypeFieldDescriptionUIDRepairRequest.binStatusReport
UIDRepairRequest.dbStatusReport
Modifier and TypeMethodDescriptionint
UIDRepairRequest.getStatus
(UIDStatusReport report) boolean
UIDRepairFunctions.regenUIDs
(ArrayList<UIDRepairRequest> repairRequests, UIDStatusReport totalReport) Regenerate UID's offline - may have some use online too, so have kept this out of the UIDViewerManager class.ModifierConstructorDescriptionUIDRepairDialog
(Window parentFrame, PamController pamController, UIDRepairFunctions uidRepairFunctions, UIDStatusReport totalReport)