Uses of Class
likelihoodDetectionModule.thresholdDetector.DetectionKey
-
Uses of DetectionKey in likelihoodDetectionModule.thresholdDetector
Modifier and TypeMethodDescriptionvoid
FilteredConsumer.endDetection
(DetectionKey key) This method is called to end an existing detection pre-condition: startDetection has been previously called with the same channelMask/band.void
FilteredDetectionWriter.endDetection
(DetectionKey key) void
TestConsumer.endDetection
(DetectionKey key) void
FilteredConsumer.startDetection
(DetectionKey key) This method is called when a new detection starts on the given channel and bandvoid
FilteredDetectionWriter.startDetection
(DetectionKey key) void
TestConsumer.startDetection
(DetectionKey key) boolean
FilteredConsumer.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.boolean
FilteredDetectionWriter.updateDetection
(DetectionKey key, NormalizedDataUnit ndu) boolean
TestConsumer.updateDetection
(DetectionKey key, NormalizedDataUnit ndu)