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


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.cpp

    r2113 r2123  
    141141  // Add new Satellite to the epoch
    142142  // ------------------------------
    143   t_time tt(obs->GPSWeek, obs->GPSWeeks);
     143  bncTime tt(obs->GPSWeek, obs->GPSWeeks);
    144144 
    145145  if      (!_epoData) {
     
    229229// Satellite Position
    230230////////////////////////////////////////////////////////////////////////////
    231 t_irc bncPPPclient::getSatPos(const t_time& tt, const QString& prn,
     231t_irc bncPPPclient::getSatPos(const bncTime& tt, const QString& prn,
    232232                              ColumnVector& xc, ColumnVector& vv, bool& corr) {
    233233
     
    288288  for (int ii = 1; ii <= 10; ii++) {
    289289
    290     t_time ToT = _epoData->tt - prange / t_CST::c - clkSat;
     290    bncTime ToT = _epoData->tt - prange / t_CST::c - clkSat;
    291291
    292292    ColumnVector xc(4);
Note: See TracChangeset for help on using the changeset viewer.