Click or drag to resize

GpsDataFileReadAll Method (String)

Reads data for all GPS satellites from the specified file.

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> ReadAll(
	string fileName
)

Parameters

fileName
Type: SystemString
File location of GPSData.txt

Return Value

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