Changeset 2028 in ntrip for trunk/BNC/bncpppthread.h


Ignore:
Timestamp:
Nov 26, 2009, 10:22:36 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppthread.h

    r2027 r2028  
    3232
    3333#include "bncconst.h"
     34#include "t_time.h"
    3435#include "RTCM/GPSDecoder.h"
    3536#include "RTCM3/ephemeris.h"
     
    4243  t_data() {numSat = 0;}
    4344  ~t_data() {}
    44   int     GPSWeek;
    45   double  GPSWeeks;
     45  t_time  tt;
    4646  int     numSat; 
    4747  QString prn[MAXOBS+1];
     
    5656class t_corr {
    5757 public:
     58  t_time tt;
    5859  int    iod;
    5960  double dClk;
     
    8687
    8788 private:
    88   t_irc getSatPos(const QString& prn, ColumnVector& xc, ColumnVector& vv);
     89  t_irc getSatPos(const t_time& tt, const QString& prn,
     90                  ColumnVector& xc, ColumnVector& vv);
    8991  void processEpoch();
    9092  QByteArray             _staID;
Note: See TracChangeset for help on using the changeset viewer.