Changeset 3846 in ntrip for trunk/BNC/rinex/rnxobsfile.cpp
- Timestamp:
- Apr 12, 2012, 2:30:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r3845 r3846 546 546 //////////////////////////////////////////////////////////////////////////// 547 547 void t_rnxObsFile::writeHeader() { 548 548 *_stream << "writeHeader" << endl; 549 549 } 550 550 … … 552 552 //////////////////////////////////////////////////////////////////////////// 553 553 void 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.