SatelliteIdentifier Constructor |
Initializes a new instance.
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 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 -> SatelliteIdentifier
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