RinexNavigationEphemerisTransmissionTimeGpsDate Property |
Gets the GPS date of the transmission time of the message.
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 GlobalPositioningSystemDate TransmissionTimeGpsDate { get; }
Public ReadOnly Property TransmissionTimeGpsDate As GlobalPositioningSystemDate
Get
public:
property GlobalPositioningSystemDate TransmissionTimeGpsDate {
GlobalPositioningSystemDate get ();
}
member TransmissionTimeGpsDate : GlobalPositioningSystemDate with get
Property Value
Type:
GlobalPositioningSystemDateRemarks This date is adjusted for GPS week rollovers. If there is a difference of more than 302400 seconds
between the transmission time and the
TimeOfEphemerisGpsDate, the transmission time will be adjusted. See
IS GPS-200D, page 97 for details.
See Also