RinexNavigationRecordGetDataFromMostRecentEphemeris Method |
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 RinexNavigationEphemeris GetDataFromMostRecentEphemeris(
GlobalPositioningSystemDate date
)
Public Function GetDataFromMostRecentEphemeris (
date As GlobalPositioningSystemDate
) As RinexNavigationEphemeris
public:
RinexNavigationEphemeris^ GetDataFromMostRecentEphemeris(
GlobalPositioningSystemDate date
)
member GetDataFromMostRecentEphemeris :
date : GlobalPositioningSystemDate -> RinexNavigationEphemeris
Parameters
- date
- Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The date to consider.
Return Value
Type:
RinexNavigationEphemerisThe most recent GPS data. Returns the first entry if the date is prior to all existing data.
Remarks The ephemeris blocks are ordered according to the
TransmissionTime
within the current GPS week. The
GpsWeek parameter is not used in the comparison because that
week is referenced to the
TimeOfEphemeris and not the
TransmissionTime.
While there is a GPS week parameter downlinked by GPS in Subframe 1 (word 3), it is not included in the RINEX format.
See Also