Click or drag to resize

GpsSatelliteInformation Constructor

Creates a new GpsSatelliteInformation object from a single line of the GPS data 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 GpsSatelliteInformation(
	string line
)

Parameters

line
Type: SystemString
String representing a single line from the GPS data file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when line is .
InvalidDataException Thrown when there is an error parsing data from the line.
See Also