NMEAGps Constructor | ![]() |
Name | Description | |
---|---|---|
![]() | NMEAGps(SerialPort) |
Create a new NMEA GPS with the given serial port.
|
![]() | NMEAGps(Stream) |
Create a new NMEA GPS, using an input stream. This constructor should be used for
custom hardware interfaces that can provide the NMEA data as a stream.
|
![]() | NMEAGps(StreamReader) |
Create a new NMEA GPS, using a StreamReader as input. This constructor should be used for
replay of GPS data captured using Trace during an earlier session.
|
![]() | NMEAGps(StreamReader, Int32) |
Create a new NMEA GPS, using a StreamReader as input. This constructor should be used for
replay of GPS data captured using Trace during an earlier session.
|
![]() | NMEAGps(String, Int32) |
Create a new NMEA GPS with the given serial port name and baud rate.
|