Click or drag to resize

GpsDataFileReadActive Method (TextReader)

Reads data for only the active GPS satellites from the specified reader.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static List<GpsSatelliteInformation> ReadActive(
	TextReader source
)

Parameters

source
Type: System.IOTextReader
The reader from which to read.

Return Value

Type: ListGpsSatelliteInformation
A list of GpsSatelliteInformation for only active satellites in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when source is .
See Also