GPS Methods
These methods offer the ability to connect to an incoming GPS data stream on a COM port, to save the data received in a log file and to replay the saved GPS log files.
| ConnectGps |
Connects a GPS device attached to this computer. |
| DisconnectGps |
Disconnects the currently connected GPS device. |
| GetGpsPosition |
Gets the current GPS position. |
| PauseGpsReplay |
Pauses a GPS log file replay. |
| ReplayGpsLog |
Replays a log file of GPS data. |
| StartGpsLog |
Starts logging GPS NMEA strings to a file. |
| StopGpsLog |
Stops logging GPS NMEA strings to a file. |
| StopGpsReplay |
Stops a GPS log file replay. |