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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2061 r2062  
    319319  ostringstream str;
    320320  str.setf(ios::fixed);
    321   str << "    BANC " << _staID.data() << " "
    322       << _epoData->tt.timestr(1) << " " << _epoData->size() << " "
    323       << setw(14) << setprecision(3) << _model->xcBanc()(1) << "  "
    324       << setw(14) << setprecision(3) << _model->xcBanc()(2) << "  "
    325       << setw(14) << setprecision(3) << _model->xcBanc()(3) << endl;
    326 
    327321  str << "    PPP " << _staID.data() << " "
    328322      << _epoData->tt.timestr(1) << " " << _epoData->size() << " "
Note: See TracChangeset for help on using the changeset viewer.