Changeset 10010 in ntrip for trunk/BNC/src/PPP/pppFilter.h
- Timestamp:
- Mar 17, 2023, 2:27:30 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.h
r10008 r10010 206 206 const QMap<char, t_pppRefSat*>& refSatMap); 207 207 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); 211 212 212 213 t_irc addNoiseToPar(t_pppParam::e_type parType, char sys);
Note:
See TracChangeset
for help on using the changeset viewer.