Changeset 2061 in ntrip for trunk/BNC/bncpppclient.cpp


Ignore:
Timestamp:
Dec 1, 2009, 1:27:38 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2060 r2061  
    319319  ostringstream str;
    320320  str.setf(ios::fixed);
    321   str << "    PPP " << _staID.data() << " "
     321  str << "    BANC " << _staID.data() << " "
    322322      << _epoData->tt.timestr(1) << " " << _epoData->size() << " "
    323323      << setw(14) << setprecision(3) << _model->xcBanc()(1) << "  "
    324324      << setw(14) << setprecision(3) << _model->xcBanc()(2) << "  "
    325       << setw(14) << setprecision(3) << _model->xcBanc()(3);
     325      << setw(14) << setprecision(3) << _model->xcBanc()(3) << endl;
     326
     327  str << "    PPP " << _staID.data() << " "
     328      << _epoData->tt.timestr(1) << " " << _epoData->size() << " "
     329      << setw(14) << setprecision(3) << _model->xx()(1) << "  "
     330      << setw(14) << setprecision(3) << _model->xx()(2) << "  "
     331      << setw(14) << setprecision(3) << _model->xx()(3);
    326332
    327333  emit newMessage(QString(str.str().c_str()).toAscii(), true);
Note: See TracChangeset for help on using the changeset viewer.