gnssDREnable (Function) |
Top Previous Next |
This function is used to enable and disable Dead Reckoning.
Dead Reckoning is enabled by default on supported devices, but there may be situations where it can be advantageous to disable it. gnssDRStatus can be used to check if it is disabled.
Input: enable: BOOL (Default TRUE) Set to false to disable Dead Reckoning.
Returns:
Declaration: FUNCTION gnssDREnable : INT;
Example: INCLUDE rtcu.inc |