POLS

Tracker.NotifyListeners Method 

When a new estimate is generated, subclasses should call this method to fire off an event to all registered tracker event handlers.

public void NotifyListeners(
   LatLonEstimate e,
   Measurement m
);

Parameters

e
the generated Estimate
m
the latest Measurement used to generate this Estimate

See Also

Tracker Class | POLS.Core Namespace