Changeset 1974 in ntrip for trunk/BNC/bncfigurelate.cpp


Ignore:
Timestamp:
Nov 17, 2009, 3:59:25 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncfigurelate.cpp

    r1972 r1974  
    9090//
    9191////////////////////////////////////////////////////////////////////////////
    92 void bncFigureLate::slotNewData(const QByteArray staID, double mlate) {
     92void bncFigureLate::slotNewData(const QByteArray staID, double clate) {
    9393  QMutexLocker locker(&_mutex);
    9494  QMap<QByteArray, sumAndMean*>::const_iterator it = _bytes.find(staID);
    9595  if (it != _bytes.end()) {
    96     it.value()->_sum += mlate;
     96    it.value()->_sum += clate;
    9797  }
    9898}
Note: See TracChangeset for help on using the changeset viewer.