Changeset 990 in ntrip


Ignore:
Timestamp:
Jul 29, 2008, 10:31:06 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r976 r990  
    152152  QMutexLocker locker(&_mutex);
    153153
     154  messagePrivate(msg);
     155}
     156
     157// Write a Program Message (private, no lock)
     158////////////////////////////////////////////////////////////////////////////
     159void bncApp::messagePrivate(const QByteArray& msg) {
     160
    154161  // First time resolve the log file name
    155162  // ------------------------------------
     
    618625  // ---------------------------------
    619626  if (coTime <= _lastDumpCoSec) {
     627    QString line = "old correction: " + staID +
     628                    QString().sprintf(" age %ld",
     629                    _lastDumpCoSec - coTime + _waitCoTime);
    620630    return;
    621631  }
Note: See TracChangeset for help on using the changeset viewer.