gnssGetEnabledSystems (Function) |
Top Previous Next |
This function is used to get a bit mask of the currently enabled positioning systems. Before calling this function the GNSS receiver must be turned ON by a call to gpsPower() or gpsPowerLP.
This can be used to check if the systems enabled using gnssEnableType actually have been enabled. As some GNSS receivers do not support all possible combinations of positioning systems, it may require that multiple systems are enabled or disabled before the currently enabled systems change.
Input: None
Returns: INT
Declaration: FUNCTION gnssGetEnabledSystems : INT;
Example: INCLUDE rtcu.inc |