Changeset 1345 in ntrip for trunk/BNC/bncnetrequest.cpp


Ignore:
Timestamp:
Dec 27, 2008, 12:23:20 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetrequest.cpp

    r1343 r1345  
    9999  while (it.hasNext()) {
    100100    p_obs obs = it.next();
    101     cout << obs->_o.satNum << endl;
     101    cout << obs->_o.satSys   << obs->_o.satNum   << " "
     102         << obs->_o.GPSWeek  << " "
     103         << obs->_o.GPSWeeks << " "
     104         << obs->_o.C1       << " "
     105         << obs->_o.C2       << " "
     106         << obs->_o.P1       << " "
     107         << obs->_o.P2       << " "
     108         << obs->_o.L1       << " "
     109         << obs->_o.L2       << endl;
    102110    delete obs;
    103111  }
Note: See TracChangeset for help on using the changeset viewer.