Changeset 2778 in ntrip for trunk/BNC/bncconst.cpp


Ignore:
Timestamp:
Dec 12, 2010, 6:09:08 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncconst.cpp

    r2063 r2778  
    2626
    2727const double t_CST::c       = 299792458.0;
    28 const double t_CST::freq1   = 1575420000.0;
    29 const double t_CST::freq2   = 1227600000.0;
     28const double t_CST::freq1   = 1575420000.0; // GPS and Galileo E1
     29const double t_CST::freq2   = 1227600000.0; // GPS only
     30const double t_CST::freq5   = 1176450000.0; // GPS and Galileo E5a
    3031const double t_CST::lambda1 = c / freq1;
    3132const double t_CST::lambda2 = c / freq2;
     33const double t_CST::lambda5 = c / freq5;
    3234const double t_CST::omega   = 7292115.1467e-11;
    3335const double t_CST::aell    = 6378137.000;
Note: See TracChangeset for help on using the changeset viewer.