Changeset 10010 in ntrip for trunk/BNC/src/PPP/pppFilter.h


Ignore:
Timestamp:
Mar 17, 2023, 2:27:30 PM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.h

    r10008 r10010  
    206206              const QMap<char, t_pppRefSat*>& refSatMap);
    207207
    208   void setStateVectorAndVarCovMatrix(const ColumnVector& xFltOld, const SymmetricMatrix& QFltOld);
    209 
    210   void predictCovCrdPart(const SymmetricMatrix& QFltOld);
     208  void setStateVectorAndVarCovMatrix(const ColumnVector& xFltOld, const SymmetricMatrix& QFltOld,
     209                                     bool setNeuNoiseToZero);
     210
     211  void predictCovCrdPart(const SymmetricMatrix& QFltOld, bool setNeuNoiseToZero);
    211212
    212213  t_irc addNoiseToPar(t_pppParam::e_type parType, char sys);
Note: See TracChangeset for help on using the changeset viewer.