Click or drag to resize

GpsDataFile.ReadActive Method (String)

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

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static List<GpsSatelliteInformation> ReadActive(
	string fileName
)

Parameters

fileName
Type: System.String
Location of GPSData.txt file.

Return Value

Type: List<GpsSatelliteInformation>
A list of GpsSatelliteInformation for only the active satellites in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is null.
See Also