Ignore:
Timestamp:
Aug 18, 2016, 1:28:25 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r7257 r8017  
    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,
     
    7373struct phaseBiasesSat {
    7474  phaseBiasesSat() {
    75     yA = 0.0;
    76     yR = 0.0;
     75    yawAngle = 0.0;
     76    yawRate = 0.0;
    7777  }
    78   double yA;
    79   double yR;
     78  double yawAngle;
     79  double yawRate;
    8080};
    8181
     
    8383  phaseBiasSignal() {
    8484    bias      = 0.0;
    85     intInd    = 0;
    86     wlInd     = 0;
    87     discCount = 0;
     85    integerIndicator     = 0;
     86    wlIndicator          = 0;
     87    discontinuityCounter = 0;
    8888  }
    8989  QString type;
    9090  double bias;
    91   unsigned int intInd;
    92   unsigned int wlInd;
    93   unsigned int discCount;
     91  unsigned int integerIndicator;
     92  unsigned int wlIndicator;
     93  unsigned int discontinuityCounter;
    9494};
    9595
Note: See TracChangeset for help on using the changeset viewer.