Changeset 4113 in ntrip
- Timestamp:
- May 5, 2012, 7:51:17 AM (13 years ago)
- Location:
- trunk/BNC/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r4058 r4113 645 645 // Write Header 646 646 //////////////////////////////////////////////////////////////////////////// 647 void t_rnxObsFile::writeHeader( ) {647 void t_rnxObsFile::writeHeader(const QMap<QString, QString>& txtMap) { 648 648 649 649 bncApp* app = (bncApp*) qApp; -
trunk/BNC/rinex/rnxobsfile.h
r4112 r4113 142 142 void setHeader(const t_rnxObsHeader& header, double version); 143 143 void checkNewHeader(const t_rnxObsHeader& header); 144 void writeHeader( );144 void writeHeader(const QMap<QString, QString>& txtMap = QMap<QString, QString>()); 145 145 QStringList obsTypesStrings(); 146 146 void writeEpoch(const t_rnxEpo* epo);
Note:
See TracChangeset
for help on using the changeset viewer.