Changeset 9911 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.h
- Timestamp:
- Nov 26, 2022, 11:08:43 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.h
r9868 r9911 47 47 48 48 void crdTrafo(int GPSWeek, ColumnVector& xyz, double& dc); 49 // TODO: the following line can be deleted if all parameters are updated regarding ITRF2020 50 void crdTrafo14(int GPSWeek, ColumnVector& xyz, double& dc); 49 51 50 52 int determineUpdateInd(double samplingRate); … … 78 80 double _scr; 79 81 double _t0; 82 // TODO: the following lines can be deleted if all parameters are updated regarding ITRF2020 83 double _dx14; 84 double _dy14; 85 double _dz14; 86 double _dxr14; 87 double _dyr14; 88 double _dzr14; 89 double _ox14; 90 double _oy14; 91 double _oz14; 92 double _oxr14; 93 double _oyr14; 94 double _ozr14; 95 double _sc14; 96 double _scr14; 97 double _t014; 98 80 99 bncClockRinex* _rnx; 81 100 bncSP3* _sp3;
Note:
See TracChangeset
for help on using the changeset viewer.