Changeset 3846 in ntrip for trunk/BNC/rinex/rnxobsfile.cpp


Ignore:
Timestamp:
Apr 12, 2012, 2:30:07 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.cpp

    r3845 r3846  
    546546////////////////////////////////////////////////////////////////////////////
    547547void t_rnxObsFile::writeHeader() {
    548 
     548  *_stream << "writeHeader" << endl;
    549549}
    550550
     
    552552////////////////////////////////////////////////////////////////////////////
    553553void t_rnxObsFile::writeEpoch(const t_rnxEpo* epo) {
    554 
    555 }
     554  *_stream << "Epoch " << epo->tt.datestr().c_str() << " "
     555           << epo->tt.timestr().c_str() << endl;
     556}
Note: See TracChangeset for help on using the changeset viewer.