Changeset 3505 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Nov 19, 2011, 2:57:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3coDecoder.h
r3035 r3505 52 52 void newCorrLine(QString line, QString staID, long coTime); 53 53 54 pr ivate:54 protected: 55 55 void printLine(const QString& line, long coTime); 56 57 int _port;58 56 std::ofstream* _out; 59 57 QString _staID; … … 61 59 QString _fileName; 62 60 QByteArray _buffer; 61 double _GPSweeks; 62 63 private: 63 64 ClockOrbit _co; 64 65 Bias _bias; 65 double _GPSweeks;66 66 }; 67 67
Note:
See TracChangeset
for help on using the changeset viewer.