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


Ignore:
Timestamp:
Aug 29, 2010, 4:23:27 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2576 r2583  
    219219  satData->L3 =  c1 * satData->L1 + c2 * satData->L2;
    220220
     221  // Set Ionosphere-Free Wavelength
     222  // ------------------------------
     223  satData->lambda3 = c1 * t_CST::c / f1 + c2 * t_CST::c / f2;
     224
    221225  // Add new Satellite to the epoch
    222226  // ------------------------------
Note: See TracChangeset for help on using the changeset viewer.