POLS

ThresholdedGPSLogSpotter Members

ThresholdedGPSLogSpotter overview

Public Instance Constructors

ThresholdedGPSLogSpotter Overloaded. Initializes a new instance of the ThresholdedGPSLogSpotter class.

Public Instance Properties

IsFinished (inherited from LogSpotter) 
IsScanning (inherited from SyncSpotter) 
NextScanInterval (inherited from VariableRateLogSpotter) 
Threshold Sets the threshold value in milliseconds. Measurements seen within the specified threshold time of a GPS measurement will be tagged with that GPS measurement.

Public Instance Methods

Close (inherited from LogSpotter) Closes the file or StreamReader given to the LogSpotter.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetMeasurement (inherited from SyncSpotter) 
GetType (inherited from Object)Gets the Type of the current instance.
Open (inherited from LogSpotter) Opens the log file. Not necessary if the LogSpotter was created with a StreamReader.
ScanOnce (inherited from SyncSpotter) 
SetRate (inherited from VariableRateLogSpotter) Adjusts the rate at which Measurements should be sent off to the registered MeasurementAvailable handlers, where rate is some percentage of real time. A rate of 200 is twice as fast as real time, and a rate of 50 is twice as slow as real time.Use NO_DELAY to send them as fast as they can be read.
StartScanning (inherited from SyncSpotter) 
StopScanning (inherited from SyncSpotter) 
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

ExceptionThrown (inherited from Spotter) Occurs when an exception is thrown by either a background scan or by a call to GetMeasurement.
MeasurementAvailable (inherited from Spotter) Occurs when a new measurement is generated by either a background scan or a call to GetMeasurement.

Protected Instance Fields

isScanningValue (inherited from SyncSpotter) 

Protected Instance Methods

FilterReading (inherited from LogSpotter) 
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetMeasurementImpl 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
NotifyGotMeasurement (inherited from Spotter) Notifies subscribers to the MeasurementAvailable event that a new Measurement is available.
NotifySpotterException (inherited from Spotter) Notifies subscribers to the ExceptionThrown event that a new SpotterException has been thrown.

See Also

ThresholdedGPSLogSpotter Class | POLS.Spotters Namespace