Changeset 3682 in ntrip


Ignore:
Timestamp:
Feb 12, 2012, 11:55:42 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxnavfile.cpp

    r3669 r3682  
    146146    }
    147147    if (eph && eph->ok()) {
    148       //// beg test
    149       ColumnVector xc(4);
    150       ColumnVector vv(3);
    151       eph->position(eph->GPSweek(), eph->GPSweeks(), xc.data(), vv.data());
    152       cout << "haha " << eph->prn().toAscii().data() << " " << xc.t();
    153       //// end test
    154148      return success;
    155149    }
  • trunk/BNC/rnxobsfile.cpp

    r3680 r3682  
    103103    }
    104104  }
    105 
    106   cout << "RINEX Version = " << _version << endl;
    107   cout << "Antenna Name >" << _antennaName.toAscii().data() << "<\n";
    108   cout << "Marker Name >" << _markerName.toAscii().data() << "<\n";
    109105
    110106  return success;
     
    213209        pos += 16;
    214210      }
    215 
    216       cout.setf(ios::fixed);
    217       cout << "prn: " << prn.toAscii().data() << " "
    218            << setprecision(3) << _currEpo.satObs[iSat][0] << " "
    219            << setprecision(3) << _currEpo.satObs[iSat][5] << " "
    220            << setprecision(3) << _currEpo.satObs[iSat][6] << endl;
    221211    }
    222212
Note: See TracChangeset for help on using the changeset viewer.