Changeset 1772 in ntrip for trunk/BNS/bns.h


Ignore:
Timestamp:
Mar 25, 2009, 8:56:14 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.h

    r1740 r1772  
    6161  void openCaster();
    6262  void readEpoch();
    63   void processSatellite(int oldEph, int iCaster, bool trafo, bool beClocks,
     63  void processSatellite(int oldEph, int iCaster, const QString trafo, bool beClocks,
    6464                        t_eph* ep, int GPSweek, double GPSweeks,
    6565                        const QString& prn, const ColumnVector& xx,
    6666                        struct ClockOrbit::SatData* sd, QString& outLine);
    67   void crdTrafo(int GPSWeek, ColumnVector& xyz);
     67  void crdTrafo(int GPSWeek, ColumnVector& xyz, const QString trafo);
    6868
    6969  QTcpServer*               _clkServer;
     
    8080  bnsSP3*                   _sp3;
    8181  QByteArray                _clkLine;
     82  double _dx;
     83  double _dy;
     84  double _dz;
     85  double _dxr;
     86  double _dyr;
     87  double _dzr;
     88  double _ox;
     89  double _oy;
     90  double _oz;
     91  double _oxr;
     92  double _oyr;
     93  double _ozr;
     94  double _sc;
     95  double _scr;
     96  double _t0;
    8297};
    8398#endif
Note: See TracChangeset for help on using the changeset viewer.