Changeset 2783 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Dec 12, 2010, 7:25:02 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2782 r2783  
    414414  }
    415415
    416   return satData->rho + clk() - satData->clk + tropDelay + wind;
     416  double offset = 0.0;
     417  if (satData->prn[0] == 'E') {
     418    offset = Galileo_offset();
     419  }
     420
     421  return satData->rho + clk() + offset - satData->clk + tropDelay + wind;
    417422}
    418423
Note: See TracChangeset for help on using the changeset viewer.