Ignore:
Timestamp:
Mar 11, 2022, 9:57:17 AM (2 years ago)
Author:
stuerze
Message:

Bias SINEX file can be written now during SSR upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.h

    r9512 r9652  
    1414class bncClockRinex;
    1515class bncSP3;
     16class bncBiasSinex;
    1617
    1718class bncRtnetUploadCaster : public bncUploadCaster {
     
    2627                  const QString& sp3FileName,
    2728                  const QString& rnxFileName,
     29                  const QString& bsxFileName,
    2830                  int PID, int SID, int IOD, int iRow);
    2931  void decodeRtnetStream(char* buffer, int bufLen);
     
    7880  bncClockRinex* _rnx;
    7981  bncSP3*        _sp3;
     82  bncBiasSinex*  _bsx;
    8083  QMap<QString, const t_eph*>* _usedEph;
    8184};
Note: See TracChangeset for help on using the changeset viewer.