Click or drag to resize

SatelliteIdentifier Constructor

Initializes a new instance.

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 SatelliteIdentifier(
	char satelliteConstellationType,
	int satelliteId
)

Parameters

satelliteConstellationType
Type: SystemChar
The constellation type for this satellite. From the SP3c file definition document, the following definitions apply: 'G' denotes GPS constellation. 'R' denotes GLONASS constellation. 'L' denotes Low-Earth orbit satellites. 'E' denotes Galileo constellation.
satelliteId
Type: SystemInt32
The integer ID of the satellite. For GPS constellations, this is the PseudoRandom Noise number (PRN).
See Also