IFilter
@protocol IFilter <NSObject>
Protocol defines methods for Candidate filters
-
Get the number of dropped candidate measurements.
Declaration
Objective-C
- (uint64_t)getCandidateDropCount;
Swift
func getCandidateDropCount() -> UInt64
Return Value
number of dropped candidate measurements
-
Undocumented
Declaration
Objective-C
@protocol IFilter <NSObject>