Changeset 2052 in ntrip
- Timestamp:
- Nov 29, 2009, 11:13:52 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r2035 r2052 39 39 bncserialport.h bncnetquerys.h bncfigure.h \ 40 40 bncfigurelate.h bncpppclient.h bncversion.h \ 41 bancroft.h \ 41 42 RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \ 42 43 RTCM/RTCM2_2021.h RTCM/rtcm_utils.h \ … … 66 67 bncserialport.cpp bncnetquerys.cpp bncfigure.cpp \ 67 68 bncfigurelate.cpp bncpppclient.cpp t_time.cpp \ 69 bancroft.cpp \ 68 70 RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \ 69 71 RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp \ -
trunk/BNC/bncconst.cpp
r464 r2052 30 30 const double t_CST::lambda1 = c / freq1; 31 31 const double t_CST::lambda2 = c / freq2; 32 const double t_CST::omega = 7292115.1467e-11; -
trunk/BNC/bncconst.h
r464 r2052 35 35 static const double lambda1; 36 36 static const double lambda2; 37 static const double omega; 37 38 }; 38 39
Note:
See TracChangeset
for help on using the changeset viewer.