Changeset 2783 in ntrip
- Timestamp:
- Dec 12, 2010, 7:25:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2782 r2783 414 414 } 415 415 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; 417 422 } 418 423
Note:
See TracChangeset
for help on using the changeset viewer.