Changeset 10791 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Dec 3, 2025, 5:37:16 PM (4 months ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
-
corrfile.cpp (modified) (1 diff)
-
corrfile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/corrfile.cpp
r10599 r10791 49 49 //////////////////////////////////////////////////////////////////////////// 50 50 t_corrFile::t_corrFile(QString fileName) { 51 _name = fileName; 51 52 expandEnvVar(fileName); 52 53 _stream.open(fileName.toLatin1().data()); -
trunk/BNC/src/rinex/corrfile.h
r7169 r10791 40 40 void syncRead(const bncTime& tt); 41 41 const QMap<QString, unsigned int>& corrIODs() const {return _corrIODs;} 42 const QString& name() const {return _name;} 42 43 43 44 signals: … … 49 50 50 51 private: 52 QString _name; 51 53 std::ifstream _stream; 52 54 std::string _lastLine;
Note:
See TracChangeset
for help on using the changeset viewer.
