Changeset 9652 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.h
- Timestamp:
- Mar 11, 2022, 9:57:17 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.h
r9512 r9652 14 14 class bncClockRinex; 15 15 class bncSP3; 16 class bncBiasSinex; 16 17 17 18 class bncRtnetUploadCaster : public bncUploadCaster { … … 26 27 const QString& sp3FileName, 27 28 const QString& rnxFileName, 29 const QString& bsxFileName, 28 30 int PID, int SID, int IOD, int iRow); 29 31 void decodeRtnetStream(char* buffer, int bufLen); … … 78 80 bncClockRinex* _rnx; 79 81 bncSP3* _sp3; 82 bncBiasSinex* _bsx; 80 83 QMap<QString, const t_eph*>* _usedEph; 81 84 };
Note:
See TracChangeset
for help on using the changeset viewer.