Uses of Class
PamguardMVC.uid.UIDStatusReport
Packages that use UIDStatusReport
-
Uses of UIDStatusReport in PamguardMVC.uid
Methods in PamguardMVC.uid with parameters of type UIDStatusReportModifier and TypeMethodDescriptionvoidUIDStatusReport.addResult(UIDStatusReport result) Add the counts of another result to this one. -
Uses of UIDStatusReport in PamguardMVC.uid.repair
Fields in PamguardMVC.uid.repair declared as UIDStatusReportModifier and TypeFieldDescriptionUIDRepairRequest.binStatusReportUIDRepairRequest.dbStatusReportMethods in PamguardMVC.uid.repair with parameters of type UIDStatusReportModifier and TypeMethodDescriptionintUIDRepairRequest.getStatus(UIDStatusReport report) booleanUIDRepairFunctions.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.Constructors in PamguardMVC.uid.repair with parameters of type UIDStatusReportModifierConstructorDescriptionUIDRepairDialog(Window parentFrame, PamController pamController, UIDRepairFunctions uidRepairFunctions, UIDStatusReport totalReport)