Changeset 6997 in ntrip


Ignore:
Timestamp:
Jun 30, 2015, 12:57:09 PM (9 years ago)
Author:
stuerze
Message:

minor PPP output changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r6165 r6997  
    256256            LOG << epoTimeStr << " RES "
    257257                << left << setw(3) << t_lc::toString(tLC) << right << ' '
    258                 << obs->prn().toString() << ' '
     258                << obs->prn().toString().substr(0,3) << ' '
    259259                << setw(8) << setprecision(4) << vv[ii] << endl;
    260260          }
Note: See TracChangeset for help on using the changeset viewer.