Changeset 1218 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Nov 19, 2008, 2:56:05 PM (15 years ago)
Author:
mervart
Message:

Zdenek Lukes:
a) changed logic how the ephemerides are stored for decoding of message 20/21 RTCM 2.3
b) added some debugging output (enabled is macro DEBUG_RTCM2_2021 is defined)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1204 r1218  
    6767
    6868  connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)),
    69           this, SLOT(slotWindowMessage(QByteArray)));
     69           this, SLOT(slotWindowMessage(QByteArray)));
    7070
    7171  // Create Actions
     
    755755void bncWindow::slotWindowMessage(const QByteArray msg) {
    756756
     757#ifdef DEBUG_RTCM2_2021 
     758  const int maxBufferSize = 1000;
     759#else
    757760  const int maxBufferSize = 10000;
     761#endif
    758762 
    759763  QString txt = _log->toPlainText() + "\n" +
Note: See TracChangeset for help on using the changeset viewer.