Changeset 10947 in ntrip for trunk/BNC/src/bncantex.h


Ignore:
Timestamp:
Jun 25, 2026, 2:14:56 PM (7 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.h

    r10946 r10947  
    5757   public:
    5858    t_glonassYaw() {
    59       yaw   = 0.0;
    60       valid = false;
     59      yaw     = 0.0;
     60      lastMjd = 0.0;
     61      valid   = false;
    6162    }
    6263    double yaw;
     64    double lastMjd; // Mjd of the last epoch the nominal law was trusted
    6365    bool   valid;
    6466  };
    6567
    66   double glonassYawAngle(const QString& prn, const ColumnVector& xSat,
     68  double glonassYawAngle(const QString& prn, double Mjd, const ColumnVector& xSat,
    6769                          const ColumnVector& vSat, const ColumnVector& xSun);
    6870
Note: See TracChangeset for help on using the changeset viewer.