RTERROR RTGpsConfigure(int iPort, int iBaud = 38400, GPSPROTOCOL gpProtocol = GPSPROTOCOL_NMEA, GPSRECEIVER grReceiver = GPSRECEIVER_EMTAC);
| Parameters | Description |
| iPort | The communications port number that the Engine will use to communicate with the GPS receiver |
| iBaud | The baud rate that the Engine will use to communicate with the GPS receiver |
| gpProtocol | The protocol that the Engine will use to communicate with the GPS receiver |
| grReceiver |
The GPS receiver type
|
| Return Values | Description |
| RTE_NONE | No errors |
| RTE_INVALID_PORT | Invalid port specified |
| RTE_INVALID_PROTOCOL | Invalid pspecifiedrotocol |
| RTE_INVALID_RECEIVER |
Invalid receiver specified
|