Changeset 2123 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Dec 18, 2009, 9:40:34 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2113 r2123  
    3131
    3232#include "bncconst.h"
    33 #include "t_time.h"
     33#include "bnctime.h"
    3434#include "RTCM/GPSDecoder.h"
    3535#include "RTCM3/ephemeris.h"
     
    6868  }
    6969  unsigned size() const {return satData.size();}
    70   t_time                    tt;
     70  bncTime                    tt;
    7171  QMap<QString, t_satData*> satData;
    7272};
     
    7474class t_corr {
    7575 public:
    76   t_time       tt;
     76  bncTime       tt;
    7777  int          iod;
    7878  double       dClk;
     
    9393
    9494 private:
    95   t_irc getSatPos(const t_time& tt, const QString& prn,
     95  t_irc getSatPos(const bncTime& tt, const QString& prn,
    9696                  ColumnVector& xc, ColumnVector& vv, bool& corr);
    9797  void processEpoch();
Note: See TracChangeset for help on using the changeset viewer.