SetSensorDIGPSWaypoint function.
Set the coordinates of the waypoint destination. The GPS sensor uses this to calculate the heading and distance required to reach the waypoint.
- Parameters:
-
| _port | The port to which the Dexter Industries GPS sensor is attached. See the NBC Input port constants group. You may use a constant or a variable. |
| _lat | The latitude of the waypoint. |
| _long | The longitude of the waypoint. |
| _result | The boolean function call result. |