Changeset 10519 in ntrip for trunk


Ignore:
Timestamp:
Jul 16, 2024, 2:46:47 PM (3 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h

    r10224 r10519  
    387387  };
    388388
     389
    389390  /* return size of resulting data or 0 in case of an error */
    390391  virtual size_t MakeClockOrbit(const struct ClockOrbit *co, CodeType type,
     
    540541  return ura;
    541542}
    542 //#endif /* NOENCODE */
    543 
    544 //#ifndef NODECODE
     543
    545544#define DECODESTART \
    546545  int numbits=0; \
  • trunk/BNC/src/combination/bnccomb.cpp

    r10498 r10519  
    275275    _antex = new bncAntex();
    276276    if (_antex->readFile(antexFileName) != success) {
    277       emit newMessage("bncCmb: wrong ANTEX file", true);
     277      emit newMessage("bncComb: wrong ANTEX file", true);
    278278      delete _antex;
    279279      _antex = 0;
     
    659659  XYZ_to_RSW(newXC.Rows(1,3), newVV, dV, dDotRAO);
    660660
    661   QString msg = "switch corr " + corr->_prn.mid(0,3)
     661  QString msg = "bncComb: switch corr " + corr->_prn.mid(0,3)
    662662    + QString(" %1 -> %2 %3").arg(corr->_iod,3).arg(lastEph->IOD(),3).arg(dC*t_CST::c, 8, 'f', 4);
    663663
Note: See TracChangeset for help on using the changeset viewer.