SatelliteIdentifier Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic SatelliteIdentifier(
char satelliteConstellationType,
int satelliteId
)
Public Sub New (
satelliteConstellationType As Char,
satelliteId As Integer
)
public:
SatelliteIdentifier(
wchar_t satelliteConstellationType,
int satelliteId
)
new :
satelliteConstellationType : char *
satelliteId : int -> SatelliteIdentifierParameters
- satelliteConstellationType
- Type: SystemChar
The constellation type for this satellite.
From the SP3-c 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