Changeset 3182 in ntrip for trunk/BNC/upload/bncrtnetdecoder.h


Ignore:
Timestamp:
Mar 29, 2011, 7:15:07 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetdecoder.h

    r3179 r3182  
    3232#include "RTCM/GPSDecoder.h"
    3333
    34 class bncClockRinex;
    35 class bncSP3;
    36 
    3734class bncRtnetDecoder: public GPSDecoder, public bncEphUser {
    3835 public:
     
    4239 private:
    4340  void readEpochTime(const QString& line);
    44   void processSatellite(int iCaster, const QString trafo,
    45                         bool CoM, t_eph* ep, int GPSweek,
    46                         double GPSweeks, const QString& prn,
    47                         const ColumnVector& xx,
    48                         struct ClockOrbit::SatData* sd,
    49                         QString& outLine);
    50   void crdTrafo(int GPSWeek, ColumnVector& xyz,
    51                 const QString& trafo);
    52 
    5341  QList<bncUploadCaster*> _caster;
    54   bool                    _append;
    5542  QString                 _buffer;
    5643  int                     _GPSweek;
     
    6249  int                     _min;
    6350  double                  _sec;
    64   double                  _dx;
    65   double                  _dy;
    66   double                  _dz;
    67   double                  _dxr;
    68   double                  _dyr;
    69   double                  _dzr;
    70   double                  _ox;
    71   double                  _oy;
    72   double                  _oz;
    73   double                  _oxr;
    74   double                  _oyr;
    75   double                  _ozr;
    76   double                  _sc;
    77   double                  _scr;
    78   double                  _t0;
    79   bncClockRinex*          _rnx;
    80   bncSP3*                 _sp3;
    8151};
    8252
Note: See TracChangeset for help on using the changeset viewer.