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


Ignore:
Timestamp:
Aug 27, 2008, 12:29:55 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.h

    r1065 r1066  
    5959  void openCaster();
    6060  void readEpoch();
    61   void processSatellite(int oldEph, t_eph* ep, int GPSweek, double GPSweeks,
    62                         const QString& prn, const ColumnVector& xx,
    63                         struct ClockOrbit::SatData* sd, QString& outLine);
     61  void processSatellite(int oldEph, bool trafo, t_eph* ep, int GPSweek,
     62                        double GPSweeks, const QString& prn,
     63                        const ColumnVector& xx, struct ClockOrbit::SatData* sd,
     64                        QString& outLine);
    6465  void crdTrafo(int GPSWeek, ColumnVector& xyz);
    6566
    6667  QTcpServer*               _clkServer;
    6768  QTcpSocket*               _clkSocket;
    68   t_bnscaster*              _caster;
     69  QList<t_bnscaster*>       _caster;
    6970  QFile*                    _logFile;
    7071  QTextStream*              _logStream;
     
    7475  bnsRinex*                 _rnx;
    7576  bnsSP3*                   _sp3;
    76   bool                      _crdTrafo;
    7777};
    7878#endif
Note: See TracChangeset for help on using the changeset viewer.