Changeset 8415 in ntrip for branches/BNC_2.12/src
- Timestamp:
- Jul 12, 2018, 12:08:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bncrtnetuploadcaster.h
r8411 r8415 20 20 bncRtnetUploadCaster(const QString& mountpoint, 21 21 const QString& outHost, int outPort, 22 const QString& password, 23 const QString& crdTrafo, bool CoM, 22 const QString& password, 23 const QString& crdTrafo, bool CoM, 24 24 const QString& sp3FileName, 25 25 const QString& rnxFileName, … … 29 29 virtual ~bncRtnetUploadCaster(); 30 30 private: 31 void processSatellite(const t_eph* eph, int GPSweek, 32 double GPSweeks, const QString& prn, 31 void processSatellite(const t_eph* eph, int GPSweek, 32 double GPSweeks, const QString& prn, 33 33 const ColumnVector& rtnAPC, 34 34 double rtnClk, … … 69 69 bncSP3* _sp3; 70 70 QMap<QString, const t_eph*>* _usedEph; 71 // TODO: the following lines can be deleted if all parameters are updated regarding ITRF201472 double _dx8;73 double _dy8;74 double _dz8;75 double _dxr8;76 double _dyr8;77 double _dzr8;78 double _ox8;79 double _oy8;80 double _oz8;81 double _oxr8;82 double _oyr8;83 double _ozr8;84 double _sc8;85 double _scr8;86 double _t08;87 71 }; 88 72
Note:
See TracChangeset
for help on using the changeset viewer.