SemAlmanacRecordReadFrom Method |
Reads a record from a stream.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static SemAlmanacRecord ReadFrom(
GlobalPositioningSystemDate almanacEpoch,
TextReader reader
)
Public Shared Function ReadFrom (
almanacEpoch As GlobalPositioningSystemDate,
reader As TextReader
) As SemAlmanacRecord
public:
static SemAlmanacRecord^ ReadFrom(
GlobalPositioningSystemDate almanacEpoch,
TextReader^ reader
)
static member ReadFrom :
almanacEpoch : GlobalPositioningSystemDate *
reader : TextReader -> SemAlmanacRecord
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:
SemAlmanacRecordA record read from the stream.
Exceptions See Also