source:
ntrip/trunk/BNC/bncconst.cpp@
267
Last change on this file since 267 was 126, checked in by , 18 years ago | |
---|---|
File size: 237 bytes |
Rev | Line | |
---|---|---|
[126] | 1 | |
2 | #include "bncconst.h" | |
3 | ||
4 | const double t_CST::c = 299792458.0; | |
5 | const double t_CST::freq1 = 1575420000.0; | |
6 | const double t_CST::freq2 = 1227600000.0; | |
7 | const double t_CST::lambda1 = c / freq1; | |
8 | const double t_CST::lambda2 = c / freq2; |
Note:
See TracBrowser
for help on using the repository browser.