Changeset 9865 in ntrip for trunk/BNC/src/bncgetthread.cpp


Ignore:
Timestamp:
Oct 31, 2022, 9:49:34 PM (18 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r9854 r9865  
    796796      for (int ii = 0; ii < decoder()->_typeList.size(); ii++) {
    797797        QString type = QString("%1 ").arg(decoder()->_typeList[ii]);
    798         emit(newMessage(_staID + ": Received message type " + type.toLatin1(),
    799             true));
     798        emit(newMessage(_staID + ": Received message type " + type.toLatin1(), true));
    800799      }
    801800
     
    803802      // -----------------------
    804803      for (int ii = 0; ii < decoder()->_obsList.size(); ii++) {
    805         t_satObs& obs = decoder()->_obsList[ii];
     804        t_satObs& obs = decoder()->_obsList[ii]; 
    806805        QVector<QString>& rnxTypes = _rnxTypes[obs._prn.system()];
    807806        bool allFound = true;
Note: See TracChangeset for help on using the changeset viewer.