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


Ignore:
Timestamp:
Mar 29, 2011, 4:43:51 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3171 r3172  
    3838 private:
    3939  void readEpochTime(const QString& line);
     40  void processSatellite(int iCaster, const QString trafo,
     41                        bool CoM, t_eph* ep, int GPSweek,
     42                        double GPSweeks, const QString& prn,
     43                        const ColumnVector& xx,
     44                        struct ClockOrbit::SatData* sd,
     45                        QString& outLine);
     46  void crdTrafo(int GPSWeek, ColumnVector& xyz,
     47                const QString& trafo);
    4048
    4149  QString _buffer;
Note: See TracChangeset for help on using the changeset viewer.