Uses of Class
likelihoodDetectionModule.thresholdDetector.DetectionKey
Packages that use DetectionKey
-
Uses of DetectionKey in likelihoodDetectionModule.thresholdDetector
Methods in likelihoodDetectionModule.thresholdDetector with parameters of type DetectionKeyModifier and TypeMethodDescriptionvoidFilteredConsumer.endDetection(DetectionKey key) This method is called to end an existing detection pre-condition: startDetection has been previously called with the same channelMask/band.voidFilteredDetectionWriter.endDetection(DetectionKey key) voidTestConsumer.endDetection(DetectionKey key) voidFilteredConsumer.startDetection(DetectionKey key) This method is called when a new detection starts on the given channel and bandvoidFilteredDetectionWriter.startDetection(DetectionKey key) voidTestConsumer.startDetection(DetectionKey key) booleanFilteredConsumer.updateDetection(DetectionKey key, NormalizedDataUnit ndu) This method is called to append a DetectionEvent to a running detection pre-condition: startDetection has been called for the given key (channelMask and band) At least one update will be given per detection.booleanFilteredDetectionWriter.updateDetection(DetectionKey key, NormalizedDataUnit ndu) booleanTestConsumer.updateDetection(DetectionKey key, NormalizedDataUnit ndu)