Ignore:
Timestamp:
Jul 12, 2018, 12:08:33 PM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.h

    r8411 r8415  
    2020  bncRtnetUploadCaster(const QString& mountpoint,
    2121                  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,
    2424                  const QString& sp3FileName,
    2525                  const QString& rnxFileName,
     
    2929  virtual ~bncRtnetUploadCaster();
    3030 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,
    3333                        const ColumnVector& rtnAPC,
    3434                        double rtnClk,
     
    6969  bncSP3*        _sp3;
    7070  QMap<QString, const t_eph*>* _usedEph;
    71     // TODO: the following lines can be deleted if all parameters are updated regarding ITRF2014
    72   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;
    8771};
    8872
Note: See TracChangeset for help on using the changeset viewer.