Click or drag to resize

SatelliteOutageFileFindOutages Method (Int32)

Finds all satellite outages for a given Pseudo Random Number.

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 SatelliteOutageCollection FindOutages(
	int prn
)

Parameters

prn
Type: SystemInt32
The Pseudo Random Number (PRN) of the navigation satellite.

Return Value

Type: SatelliteOutageCollection
SatelliteOutageCollection containing the outages for this PRN.
See Also