gnssDRWheelTickPushTick (Function) |
|
This pushes tick data to the GNSS module. The GNSS module must have been configured to use SW ticks with gnssDRWheelTickSetup.
Compatibility: RTCU NX-200 DR only.
Input: tick: DINT (Default 0) The tick count. The countmax parameter in gnssDRWheelTickSetup specifies if this is absolute or relative ticks.
backwards : BOOL (Default FALSE) Set to true to report backwards movement, leave at false for forward movement.
Returns:
Declaration: FUNCTION gnssDRWheelTickPushTick : INT;
Example: INCLUDE rtcu.inc |