gnssEnableType (Function) |
Top Previous Next |
This function is used to enable and disable the different positioning systems. By default all the relevant positioning systems are enabled and used to determine the position returned by gnssFix and gpsFix.
Input: type: SINT (0..2, Default 0)
enable : BOOL (Default: ON) Enables/disables the positioning system.
Returns: INT
Declaration: FUNCTION gnssEnableType : INT;
Example: INCLUDE rtcu.inc gnssEnableType(type := 1, enable := OFF); |