Click or drag to resize

SemAlmanacRecordReadFrom Method

Reads a record from a stream.

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 SemAlmanacRecord ReadFrom(
	GlobalPositioningSystemDate almanacEpoch,
	TextReader reader
)

Parameters

almanacEpoch
Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The epoch of the SEM almanac that this record is being read from.
reader
Type: System.IOTextReader
The stream to read from.

Return Value

Type: SemAlmanacRecord
A record read from the stream.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the reader is .
See Also