Click or drag to resize

SatelliteOutageFilePopulateConstellationOutageData Method

Populates a GPS constellation with the information about satellite outages contained in this outage file. Specifically, OutageIntervals for each satellite is replaced with all of the outages in this 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 void PopulateConstellationOutageData(
	PlatformCollection gpsConstellation
)

Parameters

gpsConstellation
Type: AGI.Foundation.PlatformsPlatformCollection
The GPS constellation to populate.
Exceptions
ExceptionCondition
ArgumentException Thrown when one or more of the platforms in the gpsConstellation does not have a pseudo-random number (PRN) associated with it.
Remarks
Each platform in the collection must have a GpsSatelliteExtension attached to it. The PseudoRandomNumber property of the extension is used to determine which outage information to associate with which Platform.
See Also