Changeset 2932 in ntrip


Ignore:
Timestamp:
Jan 29, 2011, 3:49:51 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2894 r2932  
    8484  }
    8585
     86  static void kalman(const Matrix& AA, const ColumnVector& ll,
     87                     const DiagonalMatrix& PP,
     88                     SymmetricMatrix& QQ, ColumnVector& dx);
     89
    8690 signals:
    8791  void newMessage(QByteArray msg, bool showOnScreen);
     
    108112                          QMap<QString, t_satData*>& satDataGal);
    109113  void writeNMEAstr(const QString& nmStr);
    110 
    111   static void kalman(const Matrix& AA, const ColumnVector& ll,
    112                      const DiagonalMatrix& PP,
    113                      SymmetricMatrix& QQ, ColumnVector& dx);
    114114
    115115  double windUp(const QString& prn, const ColumnVector& rSat,
Note: See TracChangeset for help on using the changeset viewer.