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 TypeMethodDescriptionvoid
UIDStatusReport.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.binStatusReport
UIDRepairRequest.dbStatusReport
Methods in PamguardMVC.uid.repair with parameters of type UIDStatusReportModifier 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.Constructors in PamguardMVC.uid.repair with parameters of type UIDStatusReportModifierConstructorDescriptionUIDRepairDialog
(Window parentFrame, PamController pamController, UIDRepairFunctions uidRepairFunctions, UIDStatusReport totalReport)