gpsSetSpeedThreshold (Function) |
Top Previous Next |
This function sets the speed threshold that is used by SuperGPS-based devices to determine a new position. If the speed is slower than the threshold, the position will stay fixed. This is to avoid undesired position drift when standing still.
Input: threshold : SINT (Default: 3) 0 = None (Pedestrian. 0 m/s). 1 = Low (Sport / Bike. 0.2 m/s). 2 = Medium (Low speed vehicles. 0.8 m/s). 3 = High (Vehicles. 1.5 m/s).
Returns: BOOL
Declaration: FUNCTION gpsSetSpeedThreshold : BOOL;
Example: INCLUDE rtcu.inc |