gpsSetSBAS (Function) |
Top Previous Next |
This function is used to enable/disable the SBAS positioning assistance. The default state for the MX2 turbo/encore/warp is enabled, for other devices it is disabled.
SBAS means "Satellite Based Augmentation System" and is a system that supports wide-area or regional augmentation through the use of additional satellite broadcast messages. The messages contain correction data which improves the accuracy of the GPS position that is returned.
The following SBAS systems are in operation globally:
•WAAS (Wide Area Augmentation System) covering North America. •EGNOS (European Geostationary Navigation Overlay System) covering Europe and Africa. •MSAS (Multi-Functional Satellite Augmentation System) covering Japan and part of Oceania.
Also see gpsGetSBAS and gpsFix for additional information.
When the device is reset the SBAS will return to the default state.
Input: Enable : BOOL Enables/disables SBAS.
Returns: BOOL
Declaration: FUNCTION gpsSetSBAS : BOOL;
Example: INCLUDE rtcu.inc |